home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "emotional", musiccaps_aspects contains "live performance" and musiccaps_names contains "String section"

✎ 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
梁祝 - (The Butterfly Lovers) Erhu Concerto The low quality recording features a live performance of a classical song that consists of sustained strings and flute melody. There are some chair crackling noises, as well as camera shuttering sounds. It sounds emotional and passionate, and the recording itself is noisy. 2013-01-20T01:54:21Z Justin Jia Violin concerto "Liang Shan Bo and Zhu Ying Tai" (or The Butterfly Lovers in short) is composed by famous Chinese composer He Zhan Hao. Its origin is from a classical, Chinese legend about the lyric tragedy of eternal love between Liang Shan Bo and Zhu Ying Tai. Both transformed to butterflies after their death, flying with one another, forever. This piece has been a symbol of Chinese music in the international scene for fifty years and has been rearranged by composer He to an Gaohu Concerto. The romantic theme is filled with Jiangnan Cultural influences, because the theme came from the Chinese Yue opera. There are three movements in total, and the piece returns to the main melody " Transformation to butterflies" in the coda, pushing the piece to its climax once again. ["Cello", "String section", "Violin, fiddle", "Bowed string instrument"] ["low quality", "noisy", "sustained strings melody", "chair crackling sounds", "flute melody", "classical", "live performance", "emotional", "passionate", "camera shuttering sounds"] 4 ua0hgl8fi0I 5127

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