musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard-strings", musiccaps_aspects contains "medium tempo", musiccaps_author = 6, musiccaps_names contains "Music" and musiccaps_names contains "Soul music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
FUNK: Sir Joe Quarterman & Free Soul - The Trouble With Trouble | An acoustic drum is playing a hiphop/funk groove along with a bassline. One e-guitar is strumming a funk chord while the other guitar is playing a melody sequence and then the other guitar responds with a chord. The male voice sings in the mid to high range and at the end of the song a keyboard is playing a chord with a string sound. This song may be playing at home cleaning the house. | 2012-08-03T13:54:16Z | Cis Verfaillie | Artist: Sir Joe Quarterman & Free Soul Title: The Trouble With Trouble Year: 1973 (RE 20??) Label: GSF Records - GSF-S-1009 (RE ") Country: US Genre: Funk, Soul This upload is for promo use only, please check my channel for more uploads | ["Funk", "Music", "Soul music"] | ["funk/soul", "e-guitars", "e-bass", "acoustic drums", "male singer", "keyboard-strings", "medium tempo"] | 6 | DysXetu2I0E | 1523 |
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;