musiccaps_details (view)
1 row where musiccaps_aspects contains "simple drum beat", musiccaps_aspects contains "upbeat" and youtube_description = "Funk Never Too Late For Your Lovin' (12" Funk 1983)"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
Sunfire - Never Too Late For Your Lovin' (12" Funk 1983) | The song is a funky, soulful disco song. The whole vibe is vibrant and upbeat and features a bouncy groove from a bass guitar as well as bright and shimmery sounding brass instruments. There's a sustained silky synth sound. The singer sounds cheerful. The song is suitable for dancing. | 2016-03-15T18:37:57Z | Coolfunk Zézé 2 | Funk Never Too Late For Your Lovin' (12" Funk 1983) | ["Disco", "Funk", "Music"] | ["disco", "funky", "soulful", "upbeat", "groovy", "dance", "vibrant soulful male vocal", "bright synths", "simple drum beat", "bright brass sounding instruments"] | 3 | ABr4Q_ecoPw | 1082 |
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;