musiccaps_details (view)
1 row where musiccaps_aspects contains "alternative metal", musiccaps_aspects contains "guttural singing", musiccaps_aspects contains "loud" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Illidiance - New Millenium Crushers music video HD | This is an industrial metal/alternative metal music piece. There is a male vocal singing in a harsh manner using the guttural technique. The melody is being played by the keyboard and the distorted electric guitar while the bass guitar is playing in the background. The acoustic drums are playing a loud and fast-paced metal beat with heavy use of twin pedals on the kick drum. The atmosphere is violent. This piece could be used in the soundtrack of a gruesome horror video game. | 2010-12-24T09:52:38Z | ModernMelodicMetal | Illidiance new music video for ''New Millenium Crushers'' in High Definition from their latest album ''Damage Theory''. © Mazzar Records 2010 | ["Singing", "Heavy metal", "Music", "Angry music", "Inside, large room or hall"] | ["industrial metal", "alternative metal", "male vocal", "guttural singing", "distorted electric guitar", "keyboard", "bass guitar", "acoustic drums", "loud", "aggressive", "violent"] | 9 | U3TpCc2zHrI | 2884 |
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;