musiccaps_details (view)
1 row where musiccaps_aspects contains "electric guitar", musiccaps_aspects contains "instructional audio", musiccaps_author = 0, musiccaps_names contains "Blues" and musiccaps_names contains "Guitar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Fender Blues Jr. with Clean Sound - Demo - Blues Junior | This song features an electric guitar. The guitar starts off with a descending pentatonic run. A descending slide is played followed by a moderate tempo blues lick. There are no other instruments in this song. There is no voice in this song. This is an instrumental song with a blues mood. This song can be played as an instructional blues song. | 2009-03-23T05:35:56Z | JVStratocasters | More info of JV (Japan Vintage) Stratocasters (1982~1984) at http://www.youtube.com/jvs30thanniversary (My new channel, please subscribe!) Questions? Feel free to email me at jvstratocasters@yahoo.com Fender Japan - Squier Logo JV Stratocaster 1983 - 2TS Fender Blues Jr. Amp - Blues Junior Strings - Dean Markley 10-46 | ["Blues", "Electric guitar", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["electric guitar", "amateur recording", "blues melody", "no other instruments", "demo audio", "instructional audio", "no voices", "instrumental", "moderate tempo"] | 0 | vyNstX5b1V8 | 5223 |
Advanced export
JSON shape: default, array, newline-delimited
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;