home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "easygoing", musiccaps_aspects contains "gentle", musiccaps_aspects contains "high-pitched" and musiccaps_aspects contains "waltz"

✎ 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
glass harp - "Flower Waltz" from the Nutckracker by P.Tchaikovsky. This is a classical music waltz piece played on a glass harp instrument. The melody is being played on the smaller glasses at a higher pitch while the rhythm is being played on the bigger glass at a medium pitch. The piece is being played at a cathedral which gives a nice resonance and natural reverb effect. The piece has a unique character. It can be played in the soundtracks of children's movies/TV shows. 2009-01-31T11:31:44Z AndrewShoeff Glass Duo concert in the castle of Hunedoara. Played on a very rare instrument called the glass harp or mussical glasses. "Flower Waltz" from the Nutckracker by P.Tchaikovsky. ["Glass", "Music", "Musical instrument"] ["classical", "glass harp", "waltz", "reverb", "unique", "gentle", "easygoing", "high-pitched"] 9 _b-7P-XsnUI 3476

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