musiccaps_details (view)
1 row where musiccaps_aspects contains "guitar strumming rhythm", musiccaps_aspects contains "keyboard accompaniment" and musiccaps_aspects contains "pop song"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Flaming Lips - Race For The Prize | A male singer sings this passionate melody accompanied by crowds who are singing along and cheering. The song is in medium tempo with a strong drumming rhythm, cymbals crashing, steady bass line and keyboard accompaniment. The song has extremely bad audio quality. | 2007-04-17T01:29:13Z | Rob Oldham | Gainesville, FL. FREE show on 4/15/2007 at Flavet Field on the UF campus. Stardeath and White Dwarfs and The Rapture were the openers. AWESOME show! If the first 8 minutes of a Flaming Lips show don't bring a sense of pure joy to your heart - then you've got a lump of coal living in there. It is one of the great moments in ROCK! | ["Music", "Independent music", "Rock music", "Bellow"] | ["male singer", "very bad audio quality", "cymbals crashing", "people singing along", "crowd noise", "medium tempo", "strong rock drumming", "guitar strumming rhythm", "drum rolls", "pop song", "live audience", "live performance", "party night", "excitement", "crowds cheering", "groovy music", "party night", "ambient crowd noise", "keyboard accompaniment"] | 1 | e4EwrAN6lvU | 3839 |
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;