musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "soft kick hits", musiccaps_names contains "Exciting music" and musiccaps_names contains "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 |
---|---|---|---|---|---|---|---|---|---|---|
KAF MALBAR & DJ JIZZY Ils veulent ma peau MADA VOICE SOUND PRODUCTION PSK MUSIC | The low quality recording features an afrobeats song that consists flat male vocal, alongside wide harmonizing male vocals, rapping over sustained synth lead melody, short synth melody, groovy bass, soft kick hits, punchy snare, shimmering shakers and syncopated toms. The mix is bad, thus it sounds kind of unprofessional, but still energetic. | 2009-06-02T21:02:37Z | Mada Voice | KAF MALBAR & DJ JIZZY Ils veulent ma peau REUNION MARTINIQUE CONNEXION MADA VOICE SOUND SYSTEM LE CHAUDRON CITE COWBOY ST DENIS LE PORT ST PIERRE ST ANDRE DMX PROD REUNION MARTINIQUE CONNEXION DJ JIZZY & PSK PROD | ["Music of Africa", "Music", "Reggae", "Exciting music"] | ["afrobeats", "low quality", "shimmering shakers", "syncopated toms", "sustained synth lead melody", "short synth melody", "groovy bass", "flat male vocal", "harmonizing wide male vocals", "punchy snare", "soft kick hits", "energetic"] | 4 | 71KE7B1vvdI | 803 |
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;