musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard harmony", musiccaps_aspects contains "muffled music", musiccaps_aspects contains "tapping" and musiccaps_aspects contains "white noise"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Missing from YouTube | This clip is an amateur recording. There is an upbeat song playing softly with the male vocalist singing a spirited song to the accompaniment of what sounds like a keyboard and guitar. The song is incoherent so it is difficult to hear the finer elements of the song. There are other sounds that superimpose the song, like a white noise at the beginning followed by the sounds of someone sniffing, tapping, a door closing, people talking, footsteps and thudding. This is an amateur home video. | ["Music", "Cupboard open or close"] | ["white noise", "subdued background music", "keyboard harmony", "spirited vocals", "muffled music", "home video", "thudding", "rhythmic guitar", "amateur recording", "inferior audio quality", "incoherent music", "male vocalist", "sniffing", "people talking", "rustling", "tapping", "door shutting", "footsteps"] | 7 | 3887 |
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;