musiccaps_details (view)
1 row where musiccaps_aspects contains "loud", musiccaps_aspects contains "male vocal", musiccaps_aspects contains "pop music" and musiccaps_names contains "/t/dd00003"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Me singing the male part of "Love is an open door" from Frozen | This is an amateur recording of a vocal cover. There is a male vocalist singing out-of-tune over a pop music piece playing in the background while driving a car. In the backing track there is a female vocal. A strong bass could be heard. There are also strings barely audible from the poor acoustics of the setting. Overall, it is a recording of poor quality. | 2014-03-21T03:54:00Z | LatinoFlayva | I was inspired by the parents singing this song in their car, and since I couldn't find anyone to sing it with me.. I found a female only version on youtube https://www.youtube.com/user/DrunkenSch0k0muffin I used that for the instrumental and female vocals, and sang my part on top.. Hope you like it :) Im from Brisbane, QLD, Australia. Good Looking Parents sing Frozen https://www.youtube.com/watch?v=gavEC5aWAzM DrunkenSch0k0muffin Female part of this https://www.youtube.com/watch?v=eRm5vrVRraI | ["Music", "/m/05zppz", "/t/dd00003"] | ["amateur recording", "carpool", "pop music", "male vocal", "out-of-tune singing", "female vocal", "bass guitar", "strings", "loud", "irritating"] | 9 | cGUhG5PZp0A | 3692 |
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;