musiccaps_details (view)
1 row where musiccaps_aspects contains "electro pop", musiccaps_aspects contains "synthesised music" and musiccaps_aspects contains "vocal backup"
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 |
---|---|---|---|---|---|---|---|---|---|---|
ᴺᴱᵂ ♫ BEST Chillstep & Dubstep Mix 2016 ► Drone Music Mixes | A female vocalist sings an enthralling electronic melody. The tempo is medium with heavily synthesised instrumentation and vocals. The synthesiser articulated music and heavy bass synth add intensity and dense layers to the music giving it a psychedelic, trippy, hallucinatory, enigmatic and trance like vibe. This song is an EDM/Synth Pop song. | 2016-04-14T23:02:48Z | Drone Music | New Chill Dubstep / Chillstep Mix for all my Amazing Subs! Thank you to Becko for the Great Mix. Follow Becko: Facebook: http://on.fb.me/1s1sYMS YouTube: http://bit.ly/1gyp6vG SoundCloud: http://bit.ly/1uin7oE Twitter: http://bit.ly/1kEGpiW Follow Dream Crusher Media: (Subscribe for The Best Dubstep, DnB & Drumstep) Youtube: http://bit.ly/MBAGv5 SoundCloud: http://bit.ly/N7kIor Facebook: http://on.fb.me/NKQptl Twitter: http://bit.ly/R0oDLK Google+: http://bit.ly/19MExif Wallpaper: http://bit.ly/23IQscv Drone Logo Design by: TheHDMusicGirl: http://bit.ly/1xLCwNL Pandikun: http://bit.ly/1OiSlWN | ["Music", "Rhythm and blues"] | ["female vocalist", "medium tempo", "electronic music", "enthralling", "captivating", "edm", "ambient", "futuristic", "reverb", "auto tuned", "synthesised music", "synthesiser articulation", "bass keyboard", "vocal backup", "heavy bass lines", "keyboard harmony", "cymbals", "electro pop", "synth pop", "psychedelic", "hallucinogenic", "trance", "trip pop", "trippy", "enigmatic", "dance music", "club music", "youthful", "groovy"] | 7 | l3pK8prEnrQ | 4373 |
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;