home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2013-05-03

✎ View and edit SQL

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
Beginners, VERY EASY Country Lead Guitar Lesson With Scott Grove This recording contains a male voice talking and then playing a blues riff on a clean e-guitar. This song may be playing as part of a video tutorial. 2013-05-03T11:45:35Z Groovy Music Lessons Donations Via Paypal: mrmrswoodworker@aol.com Merchandise: https://www.doctorgroovymerch.com/ http://www.groovymusiclessons.com You can purchase the 200 plus hours of lessons for only $25. The deal of the century! NONE of my YouTube videos are in these 200 hours. Merchandise: https://www.doctorgroovymerch.com/ Donations Via Paypal: mrmrswoodworker@aol.com ["Country", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Strum", "Speech", "Plucked string instrument", "Bluegrass"] ["blues", "amateur recording", "male voice talkin", "e-guitar", "medium tempo"] 6 JDWPJ1AiDKc 1981

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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;
Powered by Datasette · Queries took 750.658ms · About: simonw/musiccaps-datasette