musiccaps_details (view)
1 row where musiccaps_aspects contains "bad audio quality", musiccaps_aspects contains "beatboxing" and musiccaps_aspects contains "passionate"
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 |
---|---|---|---|---|---|---|---|---|---|---|
ALBERTO THE MUSIC BOX - BTV MUSIC VIDEO AWARDS 2008 (BalconyTV) | A male beatboxer creates a cool groove with animated sounds like grunting and mouth percussion. The song is medium tempo with no other instrumentation. The song is energetic and passionate. The song has bad audio quality. | 2008-08-29T01:09:19Z | BALCONY | Alberto the Human Beatbox returns for the BalconyTV Music Video Awards 2008. Subscribe to us right now at - http://bit.ly/subscribetoBalconyTV 'Like' us on Facebook - http://Facebook.com/balconytv Follow us on Twitter - http://Twitter.com/balconytv PART 9 BALCONYTV MUSIC VIDEO AWARDS 2008 JUNE 20th 2008 LIVE FROM THE SUGAR CLUB DUBLIN In association with Budvar, The Goethe Institute Dublin, The Sunday World, Captive Advertising, Clarion Hotels. | ["Beatboxing", "Vocal music"] | ["male singer", "beatboxing", "medium tempo", "energetic", "passionate", "live performance", "ambient noises", "beatboxer", "spirited", "animated sounds", "grunting noises", "soloist", "entertainer", "performer", "groovy rhythm", "animated interactions", "bad audio quality"] | 1 | kZPz8ExTzBk | 4329 |
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;