musiccaps_details (view)
1 row where musiccaps_aspects contains "hip hop beat", musiccaps_aspects contains "vinyl scratching", musiccaps_aspects contains "vocal manipulation" and musiccaps_names contains "Sampler"
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 |
---|---|---|---|---|---|---|---|---|---|---|
DV Scratch Battle 2014 - DJ Dopez - Round 2 | This is a clip containing vinyl or deck scratching. The DJ manipulates the deck back and forth to create scratching sound effects which have a melodic and percussive type of vibe. There's a mellow synth on which a simple progression is being played, and a simple hip hop drum beat is being played. | 2014-10-20T17:42:36Z | DOPEZ | My Round 2 entry for the Digital Veritigo battle! Check out the progress of the battle at: http://www.digitalvertigo.co.uk/forum/index.php?showforum=66 Thanks for watching! | ["Afrobeat", "Sampler", "Music"] | ["deck scratching", "vinyl scratching", "vocal manipulation", "hip hop beat", "mellow", "dj skill", "bright synth", "simple hip hop drum beat"] | 3 | ovVrS-q3Rzk | 4665 |
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;