musiccaps_details (view)
1 row where musiccaps_aspects contains "breakbeat", musiccaps_aspects contains "dj" and musiccaps_names contains "Scratching (performance technique)"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Scratch Break #13 - Sound Waves - (feat. Dopez & DJ Symatic) | This is a breakbeat from a DJ set performance. The DJ is using the turntable to repeat the male vocal sample and add the scratching effect. In the background, the electronic drums and a strong bass are providing the rhythmic background at a medium tempo. It has a groovy, urban atmosphere. This performance could be used in a crime movie or a TV show with an urban ghetto setting. | 2014-09-25T06:07:42Z | Swiftstyle | Twitter https://twitter.com/swift_style Instagram http://instagram.com/swiftstyle Facebook https://www.facebook.com/swiftstyle Scratch Break 13 featuring the homies Dopez (TX) & DJ Symatic (UK) Had a great time making this one. Hope you enjoy the edit!! Hit us up online!! Swiftstyle www.instagram.com/swiftstyle www.facebook.com/swiftstyle Twitter @swift_style Dopez www.instagram.com/dopez1200 Twitter @Dopez1200 Dj Symatic www.facbook.com/si.symatic | ["Scratching (performance technique)", "Music"] | ["dj", "scratching", "breakbeat", "turntable", "male vocal sample", "electronic drums", "strong bass", "dance", "groovy", "urban"] | 9 | qOTk01gmrRo | 4783 |
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;