musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic music", musiccaps_author = 3 and musiccaps_names contains "Trance music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
W&W - Impact (Official Music Video) | This is an electronic dance music song, with a four on the floor beat. The melodic component of the song consists of a fuzzy beat that's treated with a flanger, and a drum roll upon arrival. | 2011-03-15T14:40:13Z | Armada Music TV | Listen on Spotify: http://bit.ly/ImpactSpotify Download on iTunes: http://bit.ly/WandWimpactUS Download on Beatport: http://bit.ly/WandWimpactBP Buy 2CD at ArmadaShop.com: http://bit.ly/WandWimpactCD Buy this videoclip on iTunes! http://bit.ly/dYafio Follow Armada Music @ Facebook! http://on.fb.me/facebookarmada Download here on iTunes: http://bit.ly/WandW-Impact Download here on Beatport: http://bit.ly/WandW_Impact Custom made for highlight moments, destined to be played on big sound systems and ready to blow the minds of thousands of trance lovers. W&W's new tune has landed. And you bet, it has impact. A dark and mysterious build-up, lurking from the synth shadows and unfolding a true break-in-the-clouds revelation after, gives 'Impact' its true W&W character. Right before the heart-throbbing bass kills it all, a melodic, trancy touch makes 'Impact' return to its maddening balance. Right there, in the middle of all things happening, one thing never changes: 'Impact' will get your body moving, whether you try to resist or not. | ["Electronic music", "House music", "Music", "Trance music"] | ["electronic music", "fuzzy wobbly synth", "sustained synth", "flanger", "drum build up", "tension", "four on the floor", "kick drum", "spacey synth melody"] | 3 | Hl8OrRlMwi4 | 1832 |
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;