musiccaps_details (view)
1 row where musiccaps_aspects contains "emotional", musiccaps_aspects contains "hissing sounds", musiccaps_aspects contains "humming vocals" and musiccaps_names contains "Humming"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Please Don't Go - Joel Adams - 6 Minute Humming Repeat | A male singer sings this humming vocal. The song is medium tempo with a strong drumming rhythm, groovy bass slime, keyboard accompaniment, piano accompaniment and tambourine accompaniment . The song is emotional and romantic. The song is a modern pop love song with poor audio quality. | 2016-01-24T20:44:40Z | That’s Not Me | I've noticed plenty of you enjoy his humming so I created this repeated version! *Includes a few pictures of Joel* Hope you like it! :-) I found this guy in an ad at the beginning of a video I watched. AMAZING! I'm the sorry that towards the end, a little extra humming loop cut in for about a minute. This is my first video xD I triedddd! I also uploaded a longer 30 minute video! Created by Faith. All Right Reserved to the ORIGINAL by Joel Adams. Check out the full music video here! https://www.youtube.com/watch?v=S2oxFIsENgM Purchase it on iTunes! | ["Humming", "Music"] | ["male singer", "humming vocals", "thumping bass line", "keyboard accompaniment", "guitar playing lead", "lyrical singing", "modern pop hits", "romantic", "emotional", "youthful", "young love", "piano accompaniment", "poor audio quality", "hissing sounds", "tambourine accompaniment", "medium tempo", "strong drumming rhythm"] | 1 | 8CY7G2NrlxY | 902 |
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;