musiccaps_details (view)
1 row where musiccaps_aspects contains "mono", musiccaps_aspects contains "wooden impacts" and musiccaps_names contains "Harmonica"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"WHAT'S BEST, HOHNER CROSSOVER OR SEYDEL 1847?" (BLUES HARMONICA Q&A 6) | The low quality recording features a flat male vocal talking, after which he starts playing a harmonica. There are some wooden impact sounds. The recording is mono and noisy, as it was probably recorded with a phone. | 2015-04-23T09:27:57Z | Will Wilde | British blues rock artist Will Wilde compares two of the most popular diatonic harmonicas on the market; the Hohner Crossover and the Seydel 1847. https://www.willharmonicawilde.com https://www.facebook.com/willharmonicawilde Instagram: https://www.instagram.com/will.wilde ☕️ If you enjoy my content & learn from my videos and would like to help support my channel you can "Buy Me a Coffee" https://www.buymeacoffee.com/willwildeYT I appreciate your support! | ["Harmonica", "Wind instrument, woodwind instrument"] | ["low quality", "mono", "noisy", "flat male vocal", "harmonica melody", "wooden impacts"] | 4 | fwXh_lMOqu0 | 3992 |
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;