musiccaps_details (view)
1 row where musiccaps_aspects contains "claps", musiccaps_aspects contains "electro", musiccaps_aspects contains "exciting" and musiccaps_aspects contains "repetitive synth keys melody"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Trance Hits 2009 - 40 of the biggest Trance Anthems | The Electro song features a repetitive synth keys melody playing over snare roll, claps, shimmering open hats, all being affected with a filter modulation, that serves as a build up element. It sounds exciting and energetic. | 2009-04-02T12:27:57Z | Armada Music TV | Download the featured track or the whole album: http://clk.tradedoubler.com/click?p=24371&a=1488904&url=http%3A%2F%2Fitunes.apple.com%2FWebObjects%2FMZStore.woa%2Fwa%2FviewAlbum%3Fi%3D305988551%26id%3D305988518%26s%3D143441%26partnerId%3D2003 Featured track in this video: Vincent de Moor - Fly Away (Cosmic Gate Remix) About the album: As the title already suggests, this album is filled with 40 of the most beloved trance anthems. Theyve been played out on the dance floor, topped the global charts and made thousands of trance lovers call out for more. And guess what? More is exactly what theyll get... Read more on: http://www.armadamusic.com | ["Electronic music", "Music", "Trance music"] | ["electro", "repetitive synth keys melody", "snare roll", "claps", "shimmering open hat", "filter mod", "exciting", "energetic"] | 4 | AAFsg91kje4 | 1075 |
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;