musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "backgroundnoises", musiccaps_aspects contains "mid to high range singing" and musiccaps_aspects contains "popsong"
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 |
---|---|---|---|---|---|---|---|---|---|---|
เบา เบา Cover by Ukulele Gang!! | Several ukuleles are playing the same strumming melody together with an acoustic guitar. Someone is playing a shaker slightly offbeat along to male and female voices singing. In the background you can hear noises of a public space. This song may be playing at a school presentation. | 2011-06-19T08:48:12Z | SSpookka | กีต้าร์ VS อูคูเลเล่ รวมตัวเฉพาะกิจกับเพื่อนสาว และน้องๆ ทั้ง รี่ เจมส์ บุ๋ม เม้าท์ กับ 2 ป้า ป้าปุ๊ก กับ ป้ามะเขือ อิอิ | ["Music", "Ukulele"] | ["amateur recording", "popsong", "shaker", "ukuleles", "acoustic guitar", "mixed choir", "mid to high range singing", "backgroundnoises"] | 6 | _R9Ma9rjEWg | 3467 |
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;