musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_names contains "Electronic tuner", musiccaps_names contains "Plucked string instrument" and "youtube_published" is on date 2009-06-03
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 |
---|---|---|---|---|---|---|---|---|---|---|
Blues Guitar Lesson - Drop D Tuning | This is a tutorial video recording on how to tune an acoustic guitar to drop D tuning. There is a female voice speaking in an instructive manner as she is plucking the chords and tuning the acoustic guitar. | 2009-06-03T21:57:11Z | JamPlay | Mary Flower, JamPlay.com instructor, talks about drop D tuning in this lesson. She will explain how it relates to the blues and cover a fun exercise. For more, visit http://www.jamplay.com/youtube6 . JamPlay™ is the #1 source for video-based, online guitar lessons. If you are just getting started with learning to play guitar or are interested in improving your guitar skills, you have come to the right place. **Over 4,500 Guitar Lessons in Full HD** Beginner to advanced, heavy metal to country; we have the video guitar lessons you need to develop your playing. Our guitar lessons are filmed with multiple HD cameras and stream to any mobile device or computer. **Learn to Play Songs** Follow your dream and learn to play your favorite songs. Our song lessons are proven to help you learn songs fast, easy, and accurately. **Get Instant Access** Signup today and get instant access to all video lessons from all instructors! You will also enjoy live guitar lessons for up to 8 hours each day, and access to all teaching tools, libraries, and community features. http://www.jamplay.com/ | ["Guitar", "Acoustic guitar", "Music", "Musical instrument", "Speech", "Electronic tuner", "Plucked string instrument", "Inside, small room"] | ["tutorial", "tuning", "acoustic guitar", "female voice", "instructive speaking", "plucking"] | 9 | AY_yCk4eTTI | 1132 |
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;