home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_author = 8 and musiccaps_names contains "Speech"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
FREE LESSON: Myles Kennedy - Alter Bridge: The Sound and The Story An instructional guitar lesson featuring a male instructor speaking over nylon string guitar playing a picked single note melody featuring slurring, or hammer-ons and pull-offs. 2014-09-03T21:03:23Z FRET12 Learn the intro to Cry of Achilles off 'Fortress' from Myles Kennedy himself, for FREE! GET THE FULL "Alter Bridge Fortress: The Sound and The Story": https://frettwelve.com/collections/the-sound-and-the-story Visit https://frettwelve.com/collections/the-sound-and-the-story and purchase the full length Alter Bridge - The Sound and The Story DVD to learn ALL 12 tracks off 'Fortress'...learn from the masters Mark Tremonti and Myles Kennedy. ["Guitar", "Music", "Musical instrument", "Speech", "Electronic tuner", "Plucked string instrument", "Inside, small room"] ["guitar lesson", "nylon string acoustic guitar", "picked", "single note melody", "male voice", "instructional", "slurring", "hammer-on", "pull-off"] 8 7NF2kcEfMBI 839
Pretty little liars - Alison visits the girls Ominous orchestral music with long held string notes, bowed string bass, electronic cymbal roll and concert bass drum. The mood is eerie. 2013-01-24T18:04:03Z PLLlover Alison visits Hanna, Emily, Spencer and Aria. Are they just dreaming or it is real? That is the question I want to have answered... Episodes when Ali visited the liars: Hanna: 01x11 Emily: 02x12 Spencer: 02x24 Aria: 03x16 ["Music", "Speech", "Scary music", "Inside, small room"] ["ominous", "orchestral", "panned hard right", "eerie", "held strings", "bowed string bass", "electronic cymbal roll", "concert bass drum"] 8 GAoGADilmV8 1696
Lion Sleeps tonight Ukulele Easy version solo ukelele playing in free time in a demonstrative manner with a female voiceover. 2012-02-24T17:10:57Z Ukulele Bex Easy version of the Lion Sleeps tonight on the ukulele :D Facebook: https://www.facebook.com/UkuleleBex Twitter: https://twitter.com/UkuleleBex ["Guitar", "Music", "Musical instrument", "Ukulele", "Speech", "Plucked string instrument"] ["female voice over", "solo ukelele", "demonstartional", "free time"] 8 kH-F9JzC7eE 4306

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