musiccaps_details (view)
1 row where musiccaps_aspects contains "medium to uptempo", musiccaps_aspects contains "rock/singer-songwriter", musiccaps_names contains "Blues" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jerry Garcia Bird Song | Someone is playing a melody on acoustic guitar and then continues strumming chords along with a soft e-bass playing a melody along. These two instruments are panned on to the left and the other to the right side of the speakers. A male voice is sitting in-between singing in a higher pitch. This song may be playing in a movie scene of someone being in the countryside. | 2008-12-05T04:44:53Z | artpenjr | Santa Cruz, CA, October 16, 1985 Live at the Catalyst Club, Sound Board Recording | ["Blues", "Country", "Music", "Mandolin", "Musical instrument"] | ["rock/singer-songwriter", "acoustic guitar", "e-bass", "male voice singing", "medium to uptempo"] | 6 | YuiQRYaF9SA | 3320 |
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;