musiccaps_details (view)
1 row where musiccaps_aspects contains "soft snare hits", musiccaps_names contains "Bass drum" and musiccaps_names contains "Drum"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Drum Lesson - Introduction To Jazz Drumming - Part 2: The Jazz Shuffle | The low quality recording features a flat male vocal counting rhythm over shimmering ride cymbals and soft snare hits. The recording is a bit noisy and it sounds like a tutorial on how to play drums. | 2011-10-21T02:39:27Z | Niels Myrner | Check http://www.NKMDRUMS.COM/JAZZ for the lesson guide, PDFs, play along bass lines, listening guide, recommended reading, worksheets and practice tips. There are many variations of this rhythm. This will be a good start. Beginning students may choose to stop the lesson after learning the hand pattern. Intermediate and advanced students will find a transcription at the end of the video. Take your time adding the bass drum and hi-hat. Introduction to Jazz Drumming Series: Part 1: The Basic Pattern https://youtu.be/qz1EOtI-R3E Part 2: The Jazz Shuffle https://youtu.be/G13NEVAm6-o Part 3: Basic Left Hand Patterns https://youtu.be/7UYLdkGyTjU Part 4: Comping Phrases https://youtu.be/rZvbpUx9FkI Part 5: Solo Phrases https://youtu.be/g1l-7yo6rno Please feel free to post any questions, requests or suggestions. Thanks for watching! | ["Cymbal", "Drum", "Drum kit", "Hi-hat", "Rimshot", "Snare drum", "Bass drum", "Percussion"] | ["low quality", "flat male vocal", "noisy", "shimmering ride cymbal", "soft snare hits", "tutorial"] | 4 | G13NEVAm6-o | 1685 |
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;