musiccaps_details (view)
1 row where musiccaps_aspects contains "bouncy snare", musiccaps_aspects contains "easygoing", musiccaps_aspects contains "flat male vocal" and musiccaps_aspects contains "reggae"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Merciless - Dorothy - HQ High Quality - Reggae Music | The Reggae song features a flat male vocal rapping over shimmering cymbals, heavy bass, bouncy snare, wide sustained synth lead and "4 on the floor" kick pattern. Even though the song is uptempo, it sounds easygoing and like something you would listen to in a car, or while chilling. | 2011-06-14T09:41:48Z | PSiLOmusik | Merciless - Dorothy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reggae Music Reggae Sound Best Reggae Raggae Track Free Reggae Free Reggae Party Reaggae raeggae ragge ragga jah rasta jah rastafahri jah rastafari jah rasta rastafari rasta man rastafahri music sound party hit hits ganjaman ganja smoke coffeeshop album soundsystem system France French Spanish Spain Jamaica Jamaican Kingston Town | ["Afrobeat", "Music of Africa", "Music", "Reggae"] | ["reggae", "boomy", "flat male vocal", "shimmering cymbals", "heavy bass", "bouncy snare", "wide sustained synth lead", "4 on the floor kick", "easygoing", "uptempo"] | 4 | C4-mZ1jGQ-E | 1325 |
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;