home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_names contains "Guitar" and "youtube_published" is on date 2014-03-07

✎ 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
Percussive Slap Technique - Acoustic Guitar Lesson Part 1 - The Basics This is an instrumental jam piece. The only instrument is an acoustic guitar which is being played with a percussive slap technique. The track is groovy. This piece could fit perfectly as an advertisement jingle. 2014-03-07T10:05:04Z Gareth Evans Watch the rest of this series now Part 1 - https://youtu.be/F1uXNtotVsg Part 2 - https://youtu.be/KI0LjpPiu5U Part 3 - https://youtu.be/5eBNvXbvxHQ Part 4 - https://youtu.be/TmGTzpyyE3c Part 5 - https://youtu.be/P81hTF8Bmw8 My website will be back very soon. http://www.goliathguitartutorials.com/ Don't forget to like and subscribe, it helps me a lot, thank you. Gareth ["Tapping (guitar technique)", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Plucked string instrument"] ["jam", "no singer", "instrumental", "single instrument", "acoustic guitar", "guitar solo", "percussive slap", "groovy", "easygoing"] 9 F1uXNtotVsg 1609
Modern Guitars Virtual Instrument (RnB,Hip-Hop)VSTI Someone is playing an acoustic guitar finger picking a melody. On top of that, a distorted e-guitar is playing a solo melody with delay on it. This song may be playing at home creating a song in a DAW. 2014-03-07T08:54:20Z StudioLinked Get this product now at http://www.studiolinkedvst.com ["Guitar", "Music", "Musical instrument", "Chorus effect", "Plucked string instrument"] ["amateur recording", "acoustic/e-guitar", "medium tempo"] 6 lBtAULJAFp0 4380

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