home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Guitar" and "youtube_published" is on date 2012-05-06

✎ 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
Fred Stitz Plays Dobro Lap Steel part .1 open D tuning This is an intricate country guitar performance. The guitarist plays slide guitar. The playing is complex. There is a tambourine as a percussive element on every beat. It's a live recording. 2012-05-06T12:03:29Z James Quinn Fred came over to Dublin for 1 nite Razorlight gig got pulled so we hung out did a busk and made 2V ids Fred playing Dorbo lapsteel with bottle slide in open D Tuning enjoy filmed by Wascana ["Flamenco", "Guitar", "Music", "Musical instrument", "Steel guitar, slide guitar", "Strum", "Plucked string instrument"] ["country", "country guitar", "acoustic guitar", "slide guitar", "acoustic guitar arpeggio", "tambourine", "live recording", "intricate guitar playing"] 3 rfa-iUp5UQc 4892
BOSS CE-1 Chorus Ensemble Test This is a gear showcase jam. The only instrument being played is an electric guitar being strummed lightly. There is a chorus ensemble effect on the guitar making it sound like multiple guitars are being played at the same time. There is a dreamy atmosphere in this recording. Chorus guitar samples could be picked up from this recording. Some parts of it could also be mixed into advertisement jingles. 2012-05-06T09:37:10Z Shin Kondrix BOSS CE-1 Chorus Ensemble An effector to own very much if you like John Frusciante. It is dependent on regulation of Input level, and is distorted lightly. There is sound just like [ at the time of carifornication ]. Difficulties are weight and a size also although it is the highest. Sold out was Twitter : @inu_wangchang ["Effects unit", "Guitar", "Music", "Musical instrument", "Chorus effect", "Distortion"] ["jam", "no singer", "instrumental", "single instrument", "electric guitar", "guitar solo", "effect pedal", "chorus ensemble", "calm", "simple tune", "dreamy"] 9 zRixZ7mWwho 5475

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 753.964ms · About: simonw/musiccaps-datasette