musiccaps_details (view)
1 row where musiccaps_aspects contains "female vocals", musiccaps_aspects contains "keyboard", musiccaps_aspects contains "pop" and musiccaps_aspects contains "synth bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Lipps Inc. - Funkytown (lyrics) | This is a famous disco piece. There are female vocals singing the lyrics joyfully. The main tune is played in major scale by a keyboard while it is supported by a syncopated synth bass in the background. The rhythm is kept by a repetitive electronic drum beat accompanied by percussion. The atmosphere is groovy and danceable. It is perfect for an 80s themed party setlist. It could also be playing in the background of an 80s themed bar. | 2008-06-28T05:10:53Z | Pippygal44 | Lipps Inc. - funkytown with lyrics. | ["Music", "/t/dd00032"] | ["pop", "disco", "female vocals", "electronic drums", "percussion", "keyboard", "synth bass", "dance", "groovy", "repeated theme"] | 9 | liuCTk2nPG8 | 4418 |
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;