home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "guitar song", musiccaps_author = 0 and musiccaps_names contains "Blues"

✎ 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
Learn an Easy Country Blues Lead Guitar Lesson - EP144 This song features an electric guitar as the main instrument. The guitar plays a descending run in the beginning then plays an arpeggiated chord followed by a double stop hammer on to a higher note and a descending slide followed by a descending chord run. The percussion plays a simple beat using rim shots. The percussion plays in common time. The bass plays only one note on the first count of each bar. The piano plays backing chords. There are no voices in this song. The mood of this song is relaxing. This song can be played in a coffee shop. 2016-03-19T00:33:44Z Active Melody To watch the Part 2 video, download the tab, access the online tab viewer, and the MP3 jam track for this lesson, visit https://www.activemelody.com/lesson/slow-bluesy-country-lead-using-different-chord-voicings-ep144/ In this guitar lesson, you'll learn how to play a slow, country lead (with several blues licks incorporated). You'll learn how to embellish chords and how to play lead out of different chord voicings, helping you to unlock the neck of the guitar. ["Blues", "Country", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Strum", "Plucked string instrument", "Bluegrass"] ["guitar song", "piano backing", "simple percussion", "relaxing melody", "slow tempo", "bass", "country feel", "instrumental", "no voice"] 0 -0SdAVK79lg 2

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 784.893ms · About: simonw/musiccaps-datasette