musiccaps_details (view)
1 row where musiccaps_aspects contains "electro", musiccaps_aspects contains "shimmering cymbals", musiccaps_names contains "Electronic music" and musiccaps_names contains "House 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 |
---|---|---|---|---|---|---|---|---|---|---|
Stardust - Music Sounds Better With You (Stardust Electric Remix) | The Electro song features a punchy "4 on the floor" kick pattern perfectly complemented by groovy bass, followed by tinny laser percussive sound effects, shimmering cymbals, claps and echoing pulsating synth lead melody. Sounds energetic, a bit addictive thanks to that synth lead and something like you would hear in electronic dance music clubs. | 2011-06-06T15:30:08Z | francescoivrea | The Original 2008 Electro Remix by Stardust for his amazing single Label:Not On Label Catalog#:DUST001 Format:Vinyl, 12", White Label, Single Sided, Unofficial Release Country:UK Released:03 Dec 2008 Genre:Electronic Style:House, Electro | ["Electronic music", "House music", "Music"] | ["electro", "tinny laser percussive sound effect", "punchy \"4 on the floor\" kick pattern", "clapping", "shimmering cymbals", "echoing pulsating synth lead melody", "energetic", "addictive", "groovy bass"] | 4 | tllFsEPv7Ls | 5062 |
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;