musiccaps_details (view)
1 row where musiccaps_aspects contains "brass instruments", musiccaps_aspects contains "calm electric piano", musiccaps_aspects contains "disco style" and musiccaps_names contains "Funk"
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 |
---|---|---|---|---|---|---|---|---|---|---|
One On One - Body Music ( Disco Funk 1981 ) | This is a funky disco song. A song like this would be suitable for an eighties themed dance party. It has a groovy bassline, upbeat rhythmic percussion, and vibrant brass motifs. The singer sounds charming and energetic. The background singers are soulful and sharp on the beat with their vocals - they sing their notes almost in staccato, so that they can stay close to the beat and keep the song feeling groovy. | 2009-02-09T07:41:33Z | andersnordhagen | ["Funk", "Music"] | ["funky song", "disco style", "upbeat", "dance", "groovy bassline", "eighties", "vibrant", "soulful", "funky background vocals", "charismatic male lead vocals", "brass instruments", "trumpet", "calm electric piano"] | 3 | 9JeN1ld-3fY | 992 |
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;