musiccaps_details (view)
1 row where musiccaps_aspects contains "aggressive", musiccaps_aspects contains "complex", musiccaps_aspects contains "electric guitar" and musiccaps_aspects contains "heavy metal"
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 |
---|---|---|---|---|---|---|---|---|---|---|
13 year old kid plays Eruption by Van Halen | This is an amateur cover of a guitar solo in a heavy metal piece. The solo is being played on an electric guitar. There is a rapid procession of high-pitch notes in the solo. The feel is complex and aggressive. The quality of the recording is a bit poor. If the quality issue can be resolved, this piece could be sampled for use in beat-making. | 2008-05-01T15:30:23Z | dave8386 | Me playing Eruption on my dad's Squire Strat. For everyone saying that I "deserve a better guitar": I got a Fender Stratocaster that Christmas so I'm sorry if you're disappointed that it was played on a Squire but I don't feel it sounded too bad on it! =) | ["Tapping (guitar technique)", "Guitar", "Music", "Musical instrument", "Plucked string instrument"] | ["cover", "amateur recording", "heavy metal", "no singer", "instrumental", "electric guitar", "guitar solo", "shredding", "complex", "aggressive"] | 9 | Y6OOFbrzdP8 | 3254 |
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;