musiccaps_details (view)
1 row where musiccaps_aspects contains "blues", musiccaps_aspects contains "happy" and musiccaps_aspects contains "sunny"
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 |
---|---|---|---|---|---|---|---|---|---|---|
THE MOST POWERFUL MEME | This music is a lively instrumental. The tempo is fast with an animated trumpet harmony, infectious drumming, groovy bass lines and synthesiser arrangement. The Brass lead, harmony and flourish is the main layer of this instrumental . The music is youthful, buoyant, fresh, cheerful, happy and energetic. This instrumental is an Urban Blues. | 2016-04-03T20:29:32Z | MsBreezy | Your heroes venture forth in an epic quest to rid our rotting world of its worst cancer. The memes ... Or at least, the memes in Gmod that is. In this video: Xycron: http://www.youtube.com/user/MrXycron Azmo: http://www.youtube.com/user/TheAwesomeAzmo Zach: http://www.youtube.com/user/ZachXFuller Piemations: http://www.youtube.com/user/Piemations Frodo Fezbar Mod: http://steamcommunity.com/sharedfiles/filedetails/?id=622797807&searchtext=frodo Business inquiries: KuleBusiness@gmail.com My Twitter: https://twitter.com/kuledud3 My Twitch.tv Channel: http://www.twitch.tv/kuledud3 Dat instagram doe: http://instagram.com/kulebutt My Facebook: http://www.facebook.com/Kuledud3 All music and sound fx provided by AudioMicro.com, EpidemicSound.com and AudioJungle.com | ["Disco", "Music"] | ["instrumental", "fast tempo", "lively trumpets", "jazz", "blues", "r&b", "contemporary blues", "urban blues", "trumpet harmony", "groovy bass line", "infectious drumming", "synthesiser arrangement", "youthful", "playful", "cheerful", "happy", "sunny", "engaging", "ambient", "bright", "vivacious", "mood", "trumpet flourish", "brass band", "trombone"] | 7 | itgeNVRhBKs | 4222 |
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;