musiccaps_details (view)
1 row where musiccaps_aspects contains "free reed instrument", musiccaps_aspects contains "loud", musiccaps_aspects contains "male voice speaking" and musiccaps_aspects contains "mouth organ"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Harmonica: Tongue Block vs. Pucker | This music is a lively harmonica instrumental. The tempo is medium with a spirited melody. The music is lively, clear, energetic, vibrant and breezy with a male voice at the end of the audio clip. This is probably a Harmonica tutorial. | 2006-11-05T01:45:40Z | 12gagedan | This is my 2cents (or 5 minutes) added to the old debate of TB vs. Pucker embuochure when playing the harmonica. My take is very "end justifies the means" and don't limit yourself or worry about myths. (I believed for a very long time that bending and TB was impossible) The bottom line is: achieve the sound you want by working towards good tone with either approach. Apologies to all U-Blockers, as I'm not very good with that. | ["Harmonica", "Wind instrument, woodwind instrument"] | ["instrumental", "medium tempo", "harmonica melody", "male voice speaking", "vibrant", "energetic", "enthusiastic", "playful", "loud", "lucid", "mouth organ", "free reed instrument", "wind instrument", "folk music", "aerophone", "french harp", "blues harp", "tuneful", "melodious"] | 7 | _94ra2KoZGo | 3447 |
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;