musiccaps_details (view)
1 row where musiccaps_aspects contains "aggressive", musiccaps_aspects contains "distorted bass", musiccaps_aspects contains "metal" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Linus Omark Highlights 2008/2009 | The Metal song features a screaming male vocal singing repetitive lyrics over distorted bass, aggressive electric guitar riff, punchy snare and kick hits, energetic cymbals and modulated acid synth lead melody. In the first half of the loop, there is a filter effect, that builds the tension before the bass drops. It sounds manic, aggressive and energetic, like something you would listen to while jumping in the mosh pit. | 2009-03-13T23:24:36Z | Johan Kollberg | Linus Omark. Drafted by the Edmonton Oilers (2007, 4th round, #97 overall). Stats 08-09: Luleå (SEL) 53GP 23G 32A 55P Team Sweden (Int) 6GP 2G 3A 5P Music: Guano Apes - You Can't Stop Me Yellowcard - Way Away | ["Music", "Angry music"] | ["metal", "filtered effect", "aggressive electric guitar riff", "punchy snare", "distorted bass", "screaming male vocal", "punchy kick", "energetic cymbals", "modulated acid synth lead melody", "energetic", "manic", "aggressive"] | 4 | szWQPoOH2Rw | 4992 |
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;