musiccaps_details (view)
2 rows where musiccaps_aspects contains "dj performance", musiccaps_aspects contains "urban", musiccaps_names contains "Music" and musiccaps_names contains "Scratch"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Dj QBert freestyle scratch on "The Sound Of The Sitar" (G.Bonson) | This is the live recording of a DJ performance. The DJ is modifying a hip-hop beat with the use of a turntable through the scratching technique. A repeated sitar sample can be heard in the beat. There is a strong and groovy bass line in the background. The rhythmic structure consists of a slightly fast-paced hip-hop electronic drum beat. There is a modern sounding, urban feel to it. This piece could be playing in the background at a sportswear shop. It could also be played at sports venues. | 2014-10-12T16:50:58Z | G BONSON | Yeah ! Mr Dj QBert scratching on one of my beats !!! This was a really cool moment ! Merci Monsieur ! :) #honored! @ Le Temps Machine / Joué-Les-Tours / France Original track : "The Sound Of The Sitar" from "The Dust & The Incense" EP Watch the clip: https://www.youtube.com/watch?v=n3mtFjwRSpU&list=PLbn6PlbvBH8s0PvVagt3VUR8YDqPdEoIl More music on gbonson.fr | ["Scratching (performance technique)", "Music", "Scratch"] | ["dj performance", "live recording", "scratching", "hip-hop breakbeat", "turntable", "sitar sample", "electronic drums", "strong bass", "dance", "groovy", "urban", "hip", "modern sound"] | 9 | 6EwEo0JQkTg | 736 | |
DJ K-SWIZZ 2014 DMC ONLINE WORLD FINALS | This is a DJ performance piece. The DJ is scratching the turntable over a breakbeat sample. The constantly shifting electronic drums are in the rhythmic background. There is a beat repeat effect added on the beat in the background. The atmosphere is urban. This piece could be playing in the background of a basketball skills compilation video. | 2014-08-19T12:16:37Z | DJ REMINISE | Thanks everyone for the kind comments & support, I hope you like my set. Ive been djing for 8months & Ive just turned 11years old. Im a huge fan of A-track so I did a tribute for him @ 1:17min https://www.facebook.com/djkswizz | ["Electronic music", "Music", "Scratch"] | ["dj performance", "turntable", "scratching", "hip-hop", "breakbeat", "beat repeat", "electronic drums", "hip", "urban"] | 9 | uqUNGNZoxrg | 5139 |
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;