home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Guitar" and "youtube_published" is on date 2012-12-19

✎ 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
Edelweiss - Sound of Music - MOST ACCURATE ON THE INTERNET - tabs available A male vocalist sings this classic song. The tempo is slow with guitar accompaniment. The song has minimal instruments and is mellow, soft, sentimental, emotional, nostalgic, calming, soothing and mellifluous with vocal emphasis. This song is classic pop. 2012-12-19T03:47:05Z David Steve Hi everyone, I've made a fun new tab to explore. I watched that final scene in Sound of Music before the Von Trapp family escape to Switzerland, and carefully tabbed out the way the Captain plays it to the best of my ability. If you want the tabs they are currently in the process of being uploaded to one of the big tab websites and I will provide a link soon. Alternatively if you can't wait, send me a message with your email address in it and I'll send you the notepad file! ["Guitar", "Acoustic guitar", "Music", "Strum", "Plucked string instrument", "Tender music"] ["male vocalist", "slow tempo", "vocal emphasis", "acoustic guitar accompaniment", "minimal instruments", "edelweiss", "sound of music", "classic song", "lucid guitar lead", "soft", "mellow", "serene", "calming", "soothing", "emphatic vocals", "nostalgia", "sentimental’"] 7 g4xhZgKwiNo 4005

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