musiccaps_details (view)
1 row where musiccaps_aspects contains "rapid kick drum", musiccaps_aspects contains "ride cymbals", musiccaps_names contains "Drum kit" and musiccaps_names contains "Percussion"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hot Sessions Remastered: Suicide Silence - "Wake Up" | Here we get to hear a hardcore metal piece. This is characterised, in part, by the rapid action on the kick drum - with notes being played at a rate of sixteenth notes on the kick. The drummer also frequents the ride cymbal. The guitar is grungy, gritty, fuzzy, heavy, deep, hardcore. | 2012-01-04T18:59:45Z | hottopic | Shop Suicide Silence: http://tinyurl.com/7h6bvks Hot Sessions Remastered takes us back to 2009, where Suicide Silence took the Hot Topic stage in support of "No Time To Bleed." In part three they perform the album opener "Wake Up." | ["Cymbal", "Drum", "Drum kit", "Drum roll", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["metal rock", "hard rock", "hard metal", "rapid kick drum", "ride cymbals", "grungy gritty electric guitar", "fuzzy electric guitar", "intense", "potent", "energetic"] | 3 | 5KvjUzQbMT4 | 654 |
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;