musiccaps_details (view)
1 row where musiccaps_aspects contains "synth pad chords", musiccaps_names contains "House music" and musiccaps_names contains "Techno"
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 Dance Music 2012 New Electro House Music May June 2012 - Mixed by DJ Hell Rider | The electro song features a speeding up, widely spread, synth lead, white noise riser and punchy snare going from left to the right channel in the stereo image. At the very beginning there is a short snippet of a bit more energetic part which contains "4 on the floor" kick pattern, synth pad chords and addictive synth lead. Overall it sounds energetic and exciting. | 2012-05-29T03:33:15Z | Petr K. | Best New House and Electro Music Mix June 2012 - Mixed by DJ Hell Rider - http://www.facebook.com/HellRiderDJ - thanks for likes:) Download link: on facebook: http://www.facebook.com/HellRiderDJ Tracklist: = Coming soon or 50 likes | ["House music", "Music", "Techno", "Dubstep", "Electronic dance music", "Dance music", "Electronica"] | ["electro", "punchy snare", "speeding up wide synth lead", "white noise riser", "low quality", "addictive synth lead", "4 on the floor kick", "synth pad chords", "energetic", "exciting"] | 4 | OwukabRF7I4 | 2484 |
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;