musiccaps_details (view)
2 rows where musiccaps_aspects contains "enthusiastic", musiccaps_aspects contains "instrumental", musiccaps_aspects contains "loud" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Electret Condenser Microphone Wiring | This music is an enthusiastic instrumental. The tempo is fast with an amplified harmonica solo. The music is lively, animated, happy, cheerful, energetic, enthusiastic and peppy. | 2013-08-14T13:45:16Z | John Salmon | Please note I have drawn the capacitor with the wrong polarity marker. The + side should be connected to the resistor before the battery. Watch my other video for a more up to date video using an electret mic. http://youtu.be/B_BDtYSDQ9g | ["Harmonica", "Wind instrument, woodwind instrument"] | ["instrumental", "fast tempo", "harmonica solo", "loud", "playful", "energetic", "peppy", "happy", "animated", "enthusiastic", "cheerful", "amplified harmonica", "harmonica lesson", "tutorial"] | 7 | FYFapDVOFHg | 1648 | |
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;