home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "asian music" and musiccaps_aspects contains "instrumental"

✎ 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
Ly cay bong - bieu dien: nhom No.1 This music is instrumental. The tempo is fast with a melodious harmony with synthesiser arrangements, drumming, tambourine beats and some unidentifiable instruments.The audio quality is inferior with an incoherent audio. The music style is Asian/ Chinese. 2009-08-24T14:33:37Z Phuong Hai   ["Music", "Tambourine"] ["instrumental", "fast tempo", "asian music", "people talking", "energetic drumming", "tambourine beats", "flute", "chinese music", "live performance", "synthesiser harmony", "inferior audio quality", "upbeat music", "ambient auditorium sounds", "echo", "reverb", "incoherent music", "people talking"] 7 s2iIZ2WNuKY 4919
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 800.636ms · About: simonw/musiccaps-datasette