musiccaps_details (view)
1 row where musiccaps_aspects contains "suspenseful", musiccaps_aspects contains "wide toms" and musiccaps_names contains "Drum roll"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Gotye - Showdown Below My Sombrero | The low quality recording features an indie song that consists of a mellow piano melody, punchy kick and snare hits, wide toms and shimmering hi-hats. As the kick is leaning to the left and the snare to the right - it makes the stereo image unbalanced. Overall it sounds groovy, suspenseful and reverberant. | 2011-08-19T12:38:25Z | gotyemusic | http://www.gotye.com/ http://www.facebook.com/gotye/ http://www.twitter.com/gotye/ An extra track, related to the Gotye album Making Mirrors Produced and mixed by Wally De Backer Mastered by William Bowden | ["Drum", "Drum kit", "Drum roll", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["low quality", "indie", "mellow piano melody", "punchy snare", "wide toms", "shimmering hi hats", "punchy kick", "suspenseful", "groovy", "reverberant", "unbalanced stereo"] | 4 | iMTHDuW_xKc | 4178 |
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;