musiccaps_details (view)
2 rows where musiccaps_aspects contains "dance", musiccaps_aspects contains "groovy", musiccaps_aspects contains "scratching" 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 | |
Delayed Prism Scratch By Syndrum | This is the recording of a DJ performance. In the rhythmic background, the electronic drums are playing a simple yet groovy beat. The DJ is scratching the turntable rapidly over this track. The piece is danceable. It has a dirty mix. Parts of this piece can be used as turntable samples for a beat. It could also be used in the soundtrack of a show with a big city setting. | 2008-01-11T16:54:01Z | entoure | delayed prisms | ["Music", "Scratch"] | ["dj set", "scratching", "turntable", "electronic drums", "dirty sound", "groovy", "dance", "urban"] | 9 | Fa1c4qfBqzE | 1652 |
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;