musiccaps_details (view)
1 row where musiccaps_aspects contains "finger licking sound", musiccaps_aspects contains "pop" and musiccaps_names contains "Ukulele"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Gwiyomi / Kiyomi 하리 (Ukulele cover)_牛奶哥哥_烏克麗麗 | The low quality recording features a pop song played on playback while a male vocalist is mumbling over it. The song consists of a groovy bass, shimmering hi hats, punchy kick and snare hits, mellow bell melody, and flat repetitive female vocals singing over it. The recording is noisy, which is very audible at the very end of the loop where there is a finger licking sound. It still sounds happy and fun. | 2013-03-29T16:37:16Z | 林宗彥 | My Facebook:http://www.facebook.com/milkbrother0808 | ["Guitar", "Music", "Ukulele", "Inside, small room"] | ["low quality", "pop", "noisy", "male vocal mumbling", "groovy bass", "shimmering hi hats", "punchy kick", "punchy snare", "mellow bells melody", "happy", "fun", "finger licking sound", "flat repetitive female vocal"] | 4 | ca-rGWC4xPc | 3720 |
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;