home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "sustained strings" and musiccaps_names contains "Orchestra"

✎ 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
GoPro on Trombone: Crescent Moon The low quality recording features a live performance of a classical song and it contains trombone melody playing over shimmering hi hats and sustained strings. It sounds muffled, but also passionate and emotional. 2014-09-22T18:25:32Z Manuel Nägeli Crescent Moon von Jan Van der Roost. Gespielt vom Symphonischen Blasorchester des Schweizer Armeespiels, dirigiert von Major Philippe Monnerat. ["Brass instrument", "Orchestra", "Saxophone"] ["low quality", "classical", "live perfomrance", "shimmering hi hats", "trombone melody", "sustained strings", "muffled", "passionate", "emotional"] 4 9K8EePrEDdo 994
The Silkroad Ensemble: Canal by Ljova | SILKROAD The low quality recording features a live performance of a classical song that consists of sustained strings, woodwinds melody, aggressive strings lick, wooden percussion and repetitive violin melody. It sounds suspenseful and intense. 2014-01-06T20:07:45Z SILKROAD For more information about the Silkroad Ensemble and Silkroad, visit http://silkroad.org This first reading of "Canal" by Lev Zhurbin (Ljova) was shared as a new work in progress during a Silkroad Ensemble residency at Harvard University in December 2013. Silkroad commissioned the piece as part of an ongoing multidisciplinary exploration of rivers. Learn more: http://www.silkroad.org/ Follow Silkroad here: https://www.facebook.com/silkroadproject https://twitter.com/silkroadproject https://www.instagram.com/silkroadproject See Silkroad Live: http://www.silkroad.org/calendar ["Orchestra"] ["low quality", "live performance", "classical", "sustained strings", "woodwinds melody", "aggressive strings lick", "wooden percussion", "repetitive violin melody", "suspenseful", "intense"] 4 YAYp2E5vMNw 3261

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