musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic drums", musiccaps_aspects contains "progressive rock", musiccaps_names contains "Drum" 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 |
---|---|---|---|---|---|---|---|---|---|---|
MEINL DRUM FESTIVAL 2015 – Thomas Lang “Zombies In A Dream” by Spark 7 | This audio contains someone playing a complex drum groove with fill-ins on cymbals and toms. An e-guitar is playing a dangerous sounding melody along with a distorted e-guitar playing a melody in a higher key and another one in a lower key. This song may be playing live at a festival. | 2015-08-12T21:30:01Z | MEINL Cymbals | In this video Thomas plays: 18” Byzance Jazz Medium Thin Crash 17” Generaion-X China Crash 14” Byzance Vintage Pure Hihat 15” Byzance Medium Hihat 18” Byzance Dual Crash 10” Generation-X Filter China 12” Generation-X Filter China (stack bottom) 08” Generation-X Filter China (stack top) 22” Byzance Vintage Pure Ride 08” Classics Medium Bell (top + bottom) 13” Byzance Fast Hihat 22” Byzance Jazz Thin Ride (used as crash) 19” Generation-X China Crash (stack bottom) 18” Classics Custom Trash China (stack top) | ["Drum", "Drum kit", "Drum roll", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["progressive rock", "e-guitar", "e-bass", "acoustic drums", "fast tempo", "dangerous atmosphere"] | 6 | _DHMdtRRJzE | 3453 |
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;