home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "calming", musiccaps_author = 7 and musiccaps_names contains "Plucked string instrument"

✎ 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
Top 15 Acoustic Guitar Players This music is an acoustic guitar instrumental. The tempo is medium with the guitarist playing a dulcet harmony on an acoustic guitar. The music is calming,soothing, melodic, eloquent, moving and emotional. 2009-03-21T20:21:51Z alexguitarmusic Here is my list of the top 15 acoustic guitar players 15. Petteri Sariola 14. Kotaro Oshio 13. Justin King 12. Erik Mongrain 11. Kaki King 10. Peppino D'Agostino 9. Antoine Dufour 8. Andy Mckee 7. Stephen Bennett 6. Steven King 5. Don Ross 4. Chet Atkins 3. Lenny Breau 2. Tommy Emmanuel 1. Michael Hedges I would be interested to see what other people would consider their top 15 acoustic guitar players... add your list to the comments section, or maybe make a video response! ["Flamenco", "Guitar", "Acoustic guitar", "Music", "Musical instrument", "Plucked string instrument"] ["instrumental", "medium tempo", "mellifluous", "calming", "soothing", "melodic", "eloquent", "moving", "emotional", "plucking", "dexterous", "mellow", "soothing", "calming"] 7 XS-3djsJWTA 3185
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
Ukiyo-e woodblock printmaking with Keizaburo Matsuzaki This music is a soothing Chinese lute instrumental. The tempo is slow with a soft melody of the Pipa. It is melodic, zen, meditative, reflective, ponderous and calming. 2011-03-09T02:49:45Z Art Gallery of NSW Master printer Keizaburo Matsuzaki visited the Art Gallery of New South Wales in March 2010 in conjunction with the exhibition 'Hymn to beauty: the art of Utamaro'. He brought the woodblocks to create a print of 'Takashima Ohisa, the teahouse waitress', designed by Kitagawa Utamaro (1754-1806) in the 1790s. Matsuzaki hails from Arakawa-ku in Tokyo and has been a printer since he was fifteen years old. Gallery visitors were amazed to witness Matsuzaki's deft touch as he applied seventeen colours with perfect alignment. Each colour was rubbed with the printer's most precious tool, the baren. The final touch was a dusting of mica. ["Music", "Mandolin", "Plucked string instrument"] ["instrumental", "slow tempo", "soft", "mellow", "traditional music", "traditional chinese instrument", "folk music", "lead music", "asian music", "asian instruments", "elegant", "charming", "delicate music", "simple", "lilting", "ponderous", "pensive", "chinese string instrument", "pipa", "chinese lute", "four stringed guitar", "calming", "zen", "meditative", "soothing", "vibrations"] 7 t8uF3PZ3KGQ 5011

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