musiccaps_details (view)
1 row where musiccaps_aspects contains "grunting", musiccaps_aspects contains "no lyrics" and musiccaps_aspects contains "sound of loud chewing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
L is for Lachanophobia - Figaro Pho | This audio clip is just vocalisation. There is a loud drum roll with an evil laughter, sound of metal, followed by grunting and straining noises and then loud, noisy chewing and smacking of lips. | 2012-10-12T18:40:38Z | Mickey Mouse | New phobias arriving daily. Lachanophobia is the fear of vegetables. Dig your trenches deep, there's no time to veg out in the world of Figaro Pho! SUBSCRIBE to get notified when new Disney Shorts videos are posted: http://di.sn/SubscribeDisneyShorts Get more from Disney! Disney YouTube: http://di.sn/SubscribeDisney Like Disney: http://Facebook.com/Disney Follow Disney: http://Twitter.com/Disney Disney Tumblr: http://disney.tumblr.com/ Disney Google+: http://plus.google.com/+Disney/posts Disney Instagram: http://Instagram.com/Disney | ["Music", "Crunch"] | ["animated sounds", "vocalisation", "no melody", "no lyrics", "kissing sound", "evil laugh", "loud drum roll", "annoying sounds", "sound of loud chewing", "smacking lips", "straining", "grunting", "loud thud", "sound of metal", "loud booming noise", "metal"] | 7 | 9ZeoYezrI7Q | 1024 |
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;