musiccaps_details (view)
1 row where musiccaps_aspects contains "electro", musiccaps_aspects contains "house", musiccaps_names contains "Dance music" and musiccaps_names contains "Electronic dance 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 |
---|---|---|---|---|---|---|---|---|---|---|
New Dance & Electro Mix || Best Electro House Mix 2014 - By Becko | This is a house music piece. It has a fuzzy synth lead playing the main melody while there is a medium-to-high pitch pad playing an arpeggio. There is a fuzzy synth bass in the background. A loud electronic drum beat provides the rhythmic background. There is a constant crowd cheering effect giving the impression of the piece being performed live. The atmosphere is energetic. This piece can be played at nightclubs and EDM venues. | 2014-11-21T13:21:44Z | Best Music | The Best Electro House Dance Mixes by Club Music!! Make sure to subscribe and like this video!! Free Download: http://bit.ly/1H4aF1M ▸Follow this Soundcloud for free downloads when it hits 10k: http://bit.ly/1Egulj1 ▸Follow CLUB MUSIC on Facebook: http://goo.gl/MSPI8q | ["Music", "Trance music", "Electronic dance music", "Dance music"] | ["dance", "electro", "house", "lead synth", "synth bass", "electronic drums", "pad", "sound effects", "repeated theme", "simple", "catchy", "energetic"] | 9 | IYtQfDsFVfA | 1916 |
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;