musiccaps_details (view)
1 row where musiccaps_aspects contains "gated", musiccaps_aspects contains "punchy snare", musiccaps_names contains "Progressive rock" and "youtube_published" is on date 2012-05-05
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 |
---|---|---|---|---|---|---|---|---|---|---|
AC/DC Sink The Pink (NO FLY DVD) | The low quality recording features a live performance of a rock song that consists of aggressive electric guitar chord progression, punchy snare, simple kick pattern, shimmering hi hats, energetic crash cymbal and a groovy bass guitar. At the very beginning the sound is gated, leaving only the distant, reverberant guitar chords and punchy snare hits audible. There is also a short snare roll, right before the drop. This instrumental is very energetic and exciting. | 2012-05-05T12:57:36Z | tekka018 | (Old DVD project). New project teaser and links here: https://youtu.be/nYo9WKbX0so?list=PLr3l5U7yFV_e1jVci8eAuIorhvhluA-fB | ["Heavy metal", "Music", "Punk rock", "Progressive rock", "Grunge"] | ["rock", "low quality", "gated", "aggressive electric guitar chords progression", "punchy snare", "simple kick pattern", "shimmering hi hats", "short snare roll", "energetic crash cymbal", "groovy bass guitar", "instrumental", "live performance", "energetic", "reverberant", "energetic"] | 4 | Ls6qMcgpdlM | 2227 |
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;