musiccaps_details (view)
1 row where musiccaps_aspects contains "arpeggiated synth keys melody", musiccaps_aspects contains "echoing lead male vocal" and musiccaps_aspects contains "uplifting"
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 |
---|---|---|---|---|---|---|---|---|---|---|
kizomba 2015 Elji Beatzkilla Feat Saaphy_NOBODY (benji & cibel) | The Latin Urban song features an echoing male lead vocal, alongside wide harmonizing harmonizing background vocals and echoing ad libs, rapping over "4 on the floor kick" pattern, smooth bass, syncopated snare, shimmering cymbals and wide shimmering shakers, followed by arpeggiated synth keys melody. It sounds uplifting, happy and like something you would dance to with your friends. | 2014-11-17T21:48:52Z | yannick delgado | KIZOMBA DANCE BAILARINOS benji Ds e cibel delgado REALIZAÇAO Yannick Delgado MUSICAS -Cirus Raskil Touch Me [2013] -Elji Beatzkilla - Nobody (feat. Saaphy) | ["Afrobeat", "Music of Africa", "Music"] | ["latin urban", "arpeggiated synth keys melody", "shimmering cymbals", "syncopated snare", "wide shimmering shakers", "echoing lead male vocal", "wide harmonizing bakcground vocals", "echoing ad libs", "4 on the floor kick", "smooth bass", "uplifting", "happy"] | 4 | sXwa1Akj1t0 | 4957 |
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;