musiccaps_details (view)
1 row where musiccaps_aspects contains "female backup singers", musiccaps_aspects contains "female singers", musiccaps_aspects contains "live performance" and musiccaps_names contains "Music of Asia"
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 |
---|---|---|---|---|---|---|---|---|---|---|
2NE1_0721_SBS Inkigayo_FALLING IN LOVE_No.1 of the Week | A female singer sings this cool pop melody with backup singers in vocal harmony. The song is medium tempo with a groovy bass line, steady drumming rhythm, and keyboard accompaniment . The song is exciting and youthful. The audio quality with a lot of ambient crowd noises. | 2013-07-21T08:52:26Z | 2NE1 | Copyrightⓒ2013 SBS Contents Hub Co.,Ltd. & YG Entertainment Inc. All rights reserved. 2NE1 NEW SINGLE [FALLING IN LOVE] ▶ iTunes: http://smarturl.it/2NE1FallingInLove ▶ eBay: http://stores.ebay.com/YG-Entertainment ▶ YG-eshop: http://www.ygeshop.com ▶ YG-eshop (China): http://cn.ygeshop.com "Double Park TV" : http://smarturl.it/DoubleParkTV For More Information @ http://www.facebook.com/2ne1 http://twitter.com/ygent_official http://twitter.com/globalblackjack http://me2day.net/ygonair http://www.yg-2ne1.com App Store: http://goo.gl/l9TU6 Google Play: http://goo.gl/UiEn1 | ["Music of Asia", "Music"] | ["k-pop", "j-pop", "female singers", "female backup singers", "pop love hits", "pop dance hits", "whistling tones", "live performance", "vocal harmony", "groovy bass line", "steady drumming rhythm", "keyboard harmony", "emotional", "exciting", "enthusiastic", "passionate", "party song", "dance hit", "pop hits", "pop divas", "party all night", "people cheering", "groovy"] | 1 | 1xhwyUVSRQk | 318 |
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;