musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "uptempo hi hats" 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 Architect Serbia - IDA WORLD SCRATCH BATTLE 2014 | The low quality recording features a DJ scratching a vinyl of an electro dub song that consists of uptempo hi hats, punchy kick and snare hits, short bass stabs, soft crash cymbal and simple synth melody. It sounds energetic, cool and groovy. | 2014-11-15T22:53:54Z | IDAWORLDOFFICIAL | First round of Reebok IDA WORLD SCRATCH Online BATTLE 2014 supported by TRAKTOR 1:30 min. scratch freestyle to DJ Odilon's "Kut Komando II Loop" Judges choose 4 best Dj's by giving them points. One extra Dj with the biggest number of youtube views will also make 2nd round. Our jury are: MODULATORS (POL) - one vote DJ ROB BANKZ (GER) -- IDA World Champion 2008 DJ MANDRAYQ (ITA) -- IDA World Champion 2010 DJ CROSS (BEL) -- IDA World Champion 2011 DJ ESQUIRE (USA) -- 2 x DMC USA Champion DJ TIGERSTYLE (UK) -- 3 x World Champion FONG FONG (FR) -- DMC Online 2012 World Champion For more info follow our facebook fanpage: https://www.facebook.com/pages/IDA-World-Fan-Page/115550591841669?ref=hl | ["Scratching (performance technique)", "Sampler", "Music", "Scratch", "Dubstep", "Drum machine"] | ["low quality", "electro dub", "dj scratching", "punchy snare", "punchy kick", "uptempo hi hats", "soft crash cymbal", "simple synth bells melody", "energetic", "cool", "groovy", "short bass stabs"] | 4 | A6ilKRqIDH4 | 1069 |
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;