musiccaps_details (view)
1 row where musiccaps_aspects contains "female backing voices", musiccaps_aspects contains "male voice screaming/rapping" and musiccaps_aspects contains "rock/rap"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Dropbears - Companion (This One’s for Me) OFFICIAL MUSIC VIDEO | Someone is playing acoustic drums with a lot of fill-ins before breaking into the next part of the song. A e-guitar and e-bass are playing the same melody/chords to elevate the energy. Female voices are singing in harmony before a male voice starts to scream in a higher register and then starts rapping. The e-guitar then is playing, almost clean sound, melody. This song may be playing with headphones while skating. | 2015-11-06T09:56:06Z | DropBearsChannel | The new single Companion (This One's for Me) by DROPBEARS www.facebook.com/dropbearsband @dropbearsband | ["Heavy metal", "Music", "Grunge", "Exciting music"] | ["rock/rap", "e-guitars", "acoustic drums", "e-bass", "male voice screaming/rapping", "female backing voices", "medium to uptempo", "energetic"] | 6 | qVuxCN3JpiM | 4793 |
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;