musiccaps_details (view)
1 row where musiccaps_aspects contains "high cymbal", musiccaps_aspects contains "solo percussion instrument" and musiccaps_names contains "Tambourine"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Riq instruction | Audio of a percussion instrument playing by itself. Sounds like a tambourine, riq, or pandeiro, playing a steady beat, alternating between a cymbal sound and a bongo drum sound. | 2006-09-29T16:43:08Z | David Kuckhermann | Part of instructional DVD World Percussion II - Riq and Darbuka http://wpa.worldpercussion.net ▶MY ONLINE COURSES◀ ☞ Handpan 101 - Get Started for Free: http://bit.ly/handpan101 ☞ Level 1-3 Handpan Courses: http://www.handpandojo.com ☞ Percussion Courses: http://wpa.worldpercussion.net ▶FREE PERCUSSION LOOPS: http://bit.ly/percussionloops ▶SUPPORT ME / NOTATION PDFs / BACKING TRACKS◀ Patreon: https://www.patreon.com/David_K ▶MY MUSIC◀ https://www.youtube.com/watch?v=ZjvLzLmetlI&list=PL7F90A4714855798C ▶CONNECT WITH ME ONLINE◀ - https://www.facebook.com/kuckhermann/ - https://www.handpandojo.com/ - https://www.worldpercussion.net - https://www.youtube.com/davidkuckhermann Feel free to contact me via email at david@handpandojo.com ─────────────────────────── Thank you for listening! David Kuckhermann | ["Drum", "Music", "Musical instrument", "Tambourine", "Percussion"] | ["solo percussion instrument", "tambourine", "riq", "pandeiro", "steady beat", "high cymbal", "bongo", "drum"] | 8 | qlWEAm4AUTU | 4814 |
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;