musiccaps_details (view)
1 row where musiccaps_aspects contains "excited vocals", musiccaps_aspects contains "groovy bas slime", musiccaps_aspects contains "mysterious" and musiccaps_author = 1
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mario Party 9 | Bowser Pop | The song is an instrumental. The song is medium fast tempo with keyboard accompaniment, steady drumming rhythm, whopping sounds, strong bass line, and string synth harmony. The song is exciting and suspenseful. The song is a video arcade game soundtrack with average quality audio. | 2013-05-26T00:11:26Z | Red9378 | [122 - 720p HD] Mario Party 9 | Bowser Pop Talk about an inflated ego! The COM was set to Master difficulty. This video was recorded on May 16, 2013. | ["Music", "Burst, pop"] | ["arcade game music", "animate vocals", "average sound quality", "instrumental music", "video game soundtrack", "excitement", "adventure", "suspense", "building anticipation", "fun", "cheer", "positive", "the great adventure", "excited vocals", "mysterious", "whip sounds", "medium fast tempo", "groovy bas slime", "keyboard harmony", "string synth harmony", "groovy bass line", "steady drumming rhythm"] | 1 | tAdNaRRFFXg | 5013 |
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;