musiccaps_details (view)
1 row where musiccaps_aspects contains "hardstyle/trance", musiccaps_author = 6 and musiccaps_names contains "Drum and bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jarrad - HARD TRANCE SHUFFLING 2012 #2 - Rage | The drums are playing a four on the floor techno rhythm with hihats and a strong kick. A synthetic bass follows the kick with almost just a single note playing. Panned to the left and right side of the speakers you can hear a monotone, repeating synth melody. This song may be playing in a technoclub. | 2012-04-25T20:48:13Z | 1am Films | WEEK #2 This is my Second Video for hardstyle/hard trance rocking, going to put together a new quick video every week :) TAGS : shuffling hardstyle reverse bass len we dance hard NR newcalste rockers LMFAO running man 2011 HD how to best dancing moves hat boy jarrad alalmbie sydney music qdance defqon cars loud new amazing magic slide DC break techno shuffle rocking melbourne old school how to running man new HD best compilation len wedancehard newcastle rockers brenton hiltzy pae sarah LMFAO party rock anthem every day im shuffling facebook twitter qdance scantraxx bass controll powerhouse jarrad peters hardstylestudio dance music australia NR GR german justin | ["Drum and bass", "Music", "Techno", "Trance music", "Dubstep"] | ["hardstyle/trance", "electronic drums", "bass", "synthesizer plucks", "pulsating pad sounds", "clubmusic", "uptempo"] | 6 | D7pjR9cQChM | 1440 |
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;