musiccaps_details (view)
2 rows where musiccaps_aspects contains "chaotic", musiccaps_aspects contains "electronic music" and musiccaps_aspects contains "static"
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 |
---|---|---|---|---|---|---|---|---|---|---|
nyadran sidoarjo - sound system DSS/BIMA & RENDY/EMPAD MUSIC cabean kedol- AREK KOPOK EN | This music clip is an electronic instrumental. The audio quality is inferior, so the music is incoherent, but there are some elements that stand out like intense drumming; punchy bass lines, synthesiser arrangements, female vocalisation, a syncopated xylophone-like instrument. The music is being played outdoors as there is the sound of vehicles, honking,people talking and some rustling. The music is peppy, energetic , enthusiastic and has a trippy, trance like vibe.This song is an EDM. | 2014-06-10T10:50:09Z | udin sam | pesta laut nelayan kupang candi- sidoarjo 09-06- 2014 | ["Music", "Music of Latin America", "Maraca"] | ["instrumental", "fast tempo", "boomy", "electronic music", "outdoor musc", "chaotic", "bustling", "catchy vocal riff", "trippy", "trance", "repetitive", "distorted audio", "static", "tambourine", "drums", "syncopated music", "street sounds", "people talking", "tapping", "rustling", "female vocalisation", "electronic music", "dance music"] | 7 | D4ccFYk3bhU | 1435 | |
SM3DW: Beep Block Skyway- 2A03 + VRC6 + Sunsoft 5B | This music is instrumental. The tempo is fast with synthesiser and electronic arrangements and a boomy bass.There are sounds of shooting, beeps, bombing, blasts and sirens in the background identical to a Video game music. The audio quality is inferior so the music is loud, jarring and unpleasant to the ears. The music is aggressive, boisterous, destructive and chaotic. | 2014-12-24T23:33:28Z | littlelamp100 | Woo, got a Windows HATE computer (I actually like it, though). Super Mario 3D World has some good music. I needed to do this 8-Bit-ish cover. BTW, this was made with a special build of FamiTracker called 0CC, created by HertzDevil. Check it out, it's really awesome: https://www.youtube.com/watch?v=Duxlffb7RTY. FTM (also contains an unfinished cover of the snow theme): http://www.mediafire.com/download/9g6l2yn87uvr5fa/super_mario_3d_world.ftm Oh, and sorry for the lack of editing, I haven't gotten an editing software on my PC yet. | ["Music", "Cacophony", "Synthesizer", "Electronica"] | ["electronic music", "instrumental", "jarring", "static", "chaotic", "bustling", "destructive", "boisterous", "video game music", "shooting", "beeping", "bombing", "blasts", "synthesiser arrangements", "vigorous", "aggressive", "poor audio quality"] | 7 | JSdALuTneBM | 2008 |
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;