musiccaps_details (view)
1 row where musiccaps_aspects contains "animated music video", musiccaps_aspects contains "grunting sound effects" and musiccaps_aspects contains "hip hop"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Whimper | The low quality recording features a hip hop song that consists of groovy bass, groovy piano chords, shimmering hi-hats and punchy kick and snare hits over sword slicing, blood spillage and grunting sound effects. Overall the song is very groovy, bright and judging by the volume of the sounds, it could be an Animated Music Video. | 2012-12-02T16:12:34Z | SaladUK | Xperiment - Stayin' Steady http://www.facebook.com/saladuk http://www.twitter.com/saladuk http://vine.co/saladuk | ["Music", "Wail, moan"] | ["low quality", "hip hop", "groovy bass", "grunting sound effects", "blood spillage sound effects", "animated music video", "sword slicing sound effect", "groovy piano chords", "punchy kick", "punchy snare", "shimmering hi hats", "bright", "groovy"] | 4 | n3X8RGZsGg4 | 4516 |
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;