musiccaps_details (view)
1 row where musiccaps_aspects contains "drum pads", musiccaps_aspects contains "groovy bass lines" and musiccaps_aspects contains "keyboard harmony"
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 |
---|---|---|---|---|---|---|---|---|---|---|
How to Spray a Vent With the Preval Sprayer | This music is instrumental. The tempo is medium with a peppy keyboard harmony, groovy bass line, slick drumming and synthesiser arrangements with a hissing or whooshing sound in the background. The song is catchy, groovy, trippy, trance and youthful. | 2014-01-09T18:47:31Z | prevalspraygun | Get step-by-step instructions for a flawless paint finish. Match your vents precisely to your room color with the Preval Spray System. http://www.preval.com | ["Music", "Spray"] | ["instrumental", "medium fast tempo", "groovy bass lines", "psychedelic synthesiser", "steady drumming", "keyboard harmony", "hand percussions", "whooshing sound", "hissing", "pleasant", "groovy", "youthful", "spirited", "engaging", "electro pop", "synth pop", "drum pads", "electronic machine"] | 7 | HyJ2YaNrA3U | 1853 |
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;