musiccaps_details (view)
1 row where musiccaps_aspects contains "spirited", musiccaps_aspects contains "steady drumming" and musiccaps_names contains "Breaking"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Agar.io - EPIC AGARIO BATTLE (AGARIO GAMEPLAY) | This music is an electronic instrumental. The tempo is medium with a steady, rhythmic keyboard harmony, simple drumming and groovy bass lines. There are sounds of crashing, glass breaking, explosions or gunshots in the background superimposing over the music. The sounds are in stark contrast to the melodious music, with the crashing and shooting giving it an aggressive vibe; | 2016-02-28T20:51:06Z | TARGET | Clan : ŦŘǤŦ🎯 ŦŘǤŦ🎯 Clan : http://goo.gl/agR2Qd Clan Grup : https://goo.gl/SPsAL9 Facebook : https://goo.gl/u03Oj4 Music: Deny O.K. & Bonkersless - Instinct https://www.youtube.com/watch?v=aAG1GNenXv4 Goblins from Mars - Bitter World https://www.youtube.com/watch?v=BAcaa98qQtM | ["Music", "Breaking"] | ["instrumental", "medium fast tempo", "groovy bass line", "aggressive", "pleasant music", "contrasting aggressive sounds", "video game music", "keyboard harmony", "steady drumming", "electronic music", "sound of crashing", "background noises", "smashing", "shooting", "punchy drums", "spirited", "animated", "rhythmic beat"] | 7 | ksYM8YzzWXo | 4362 |
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;