home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2011-11-18

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
G3 Modeling Sounds vs. Real Guitar Amps - Acoustic Simulator The low quality recording features widely spread electric guitar melodies. One of the melodies is solo and it is panned to the right channel, while the other one is an arpeggiated electric guitar melody, and it is panned to the left channel of the stereo image. The recording is a bit noisy and weird, since it is a bit too wide, but it also sounds passionate. 2011-11-18T16:30:02Z ZoomcorpUK Demonstration video clips of the G3 by Koichi Korenaga, guitarist/producer. You can listen to line-recorded modeling sounds of the G3 versus sounds of real guitar amps recorded with mics. Follow Zoom UK on Twitter: www.twitter.com/zoomuk ["Bass guitar", "Echo", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Plucked string instrument"] ["low quality", "noisy", "wide", "electric guitar melody solo", "arpeggiated electric guitar melody", "passionate", "weird"] 4 7xD_Ib3VS_w 891

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 728.835ms · About: simonw/musiccaps-datasette