musiccaps_details (view)
1 row where musiccaps_aspects contains ""4 on the floor" kick pattern", musiccaps_aspects contains "sustained synth pad chord" and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
Whitney Houston - How will i know ( NDA & RATAJ Remix ) | The Electro Pop song features a buzzy sustained synth lead, "4 on the floor" kick, short reversed snare hits, claps, shimmering hi hats, groovy piano chords, sustained synth pad chord and arpeggiated synth melody. It sounds energetic and like something you would hear in clubs. | 2012-02-14T20:54:46Z | TED Thunder | Remix utworu Whitney Houston "How will i know" wykonany przez dwóch kościańskich DeeJay'i, Chrupka aka.NDA oraz RATAJA ! Miłego słuchania !! http://www14.zippyshare.com/v/87458949/file.html Kościan 14.02.2012 | ["Disco", "House music", "Music", "Dance music"] | ["electro pop", "buzzy sustained synth lead", "\"4 on the floor\" kick pattern", "short reversed snare hit", "claps", "shimmering hi hats", "groovy piano chords", "sustained synth pad chord", "energetic", "arpeggiated synth melody"] | 4 | Tsmx6Pb7CnU | 2874 |
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;