musiccaps_details (view)
1 row where musiccaps_aspects contains "suspenseful", musiccaps_names contains "Electronic dance music" and musiccaps_names contains "Electronica"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Misanthrop - Rotor [RAM Records] | The Electro song loop features a build up section that consists of intense siren sound effect, synth bass swell, arpeggiated synth melody, punchy kick layered with synth stabs, snare rolls and some claps. It sounds suspenseful, intense and exciting. | 2015-09-30T11:59:03Z | NeurofunkGrid | I've waited so long for this tune. Out on the 16th of October via RAM Records. Pre-order: http://po.st/CollapseRAM - Misanthrop - Like ► http://www.facebook.com/Misanthrop.Neosignal Follow ► http://www.twitter.com/MisanthropNSGNL - RAM Records - Like ► https://www.facebook.com/RAMrecordsltd Follow ► https://twitter.com/RAMrecordsltd - NeurofunkGrid - Like ► http://www.facebook.com/NeurofunkGrid Follow ► http://www.twitter.com/NeurofunkGrid Watch ► http://www.youtube.com/NeurofunkGrid Listen ► http://www.soundcloud.com/NeurofunkGrid Get down ► http://www.mixcloud.com/NeurofunkGrid Party ► http://plug.dj/the-neurofunkgrid Merch Store ► http://neurofunkgrid.spreadshirt.fr/ Subscribe ► http://www.youtube.com/subscription_center?add_user=neurofunkgrid Logo by http://kay486.deviantart.com Animation by http://waysh.deviantart.com/ | ["Drum and bass", "Music", "Techno", "Dubstep", "Electronic dance music", "Electronica"] | ["low quality", "build up", "intense siren sound effect", "synth bass swell", "arpeggiated synth melody", "punchy kick", "claps", "punchy synth stabs", "snare rolls", "suspenseful", "exciting", "electro"] | 4 | JIoA1KsfioQ | 1989 |
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;