home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "low quality" 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
MOOMIN TV SOUNDTRACK: 'Scary & Dramatic Music' [OST] (Sumio Shiratori) The low quality recording features an orchestra song that consists of a string section melody. The section contains violin melody playing in the left channel, cello in the right channel and later on, double bass in the middle. It sounds emotional and passionate. 2014-10-29T16:41:49Z Sumio Shiratori Moomin Music Here's an unofficial compilation of music from 90's TV series Moomin (Tanoshii Moomin Ikka, Muumilaakson tarinoita, I Muumindalen, Muminki etc..) Taken from 4 CD's released in Japan. 00:00 Semarikuru Kiki Da (せまりくる危機だ) 03:04 Ari Ji Goku (アリじごく) 06:27 Kun Ha Minami He (君は南へ) 08:19 Shin Ha Bouken (心は冒険) Music is composed by Sumio Shiratori. The singer is Emiko Shiratori. I don't own the music. The music is released through King Records. The goal is to make the composer's name more known of his brilliant work! ["Cello", "String section", "Violin, fiddle", "Bowed string instrument"] ["low quality", "orchestral", "strings section melody", "cello melody", "violin melody", "double bass", "emotional", "passionate"] 4 HRVVqstIabc 1801
Ennio Morricone Vienna 12.12.2007 (part 4) The low quality recording features a live performance of an orchestra and it consists of loud brass melody, mellow woodwinds melody, suspenseful violin melody and muffled percussion. It sounds epic, powerful and passionate. The recording is in mono, a bit noisy and it is reverberant as it was performed in a large concert hall. 2008-08-12T15:10:07Z Tomáš Vlček Ennio Morricone conducts his own music at Vienna Stadthalle - Ecstasy of gold (reprise). ["String section", "Orchestra"] ["low quality", "live performance", "noisy", "mono", "reverberant", "orchestra", "muffled", "epic", "powerful", "passionate", "suspenseful violin melody", "muffled percussion", "loud brass section melody", "mellow woodwinds melody"] 4 cJ80eZY03Yg 3697
梁祝 - (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 797.167ms · About: simonw/musiccaps-datasette