home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "atmospheric", musiccaps_aspects contains "high pitched whistle tone" and musiccaps_aspects contains "theremin"

✎ 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 INNER LIGHT / STAR TREK (TNG) / THEREMIN The song is led by a theremin whistle which plays high pitched tones and a harp playing arpeggios in the background. The feel of the song is soothing, tranquil, ethereal - and makes you feel as if you are peacefully sitting in an otherworldly environment. 2010-11-16T05:39:56Z Peter Pringle This is the theme from "THE INNER LIGHT", the 25th episode of the fifth season of STAR TREK - THE NEXT GENERATION. In the story, this melody is played by Captain Jean Luc Picard on a "Ressikan" flute (named after the fictitious village of Ressik). In STAR TREK fan surveys, this episode has been consistently voted one of the two most popular ever made. The music was written by Jay Chattaway and has a decidedly Scottish flavor to it. Since the story concerns a civilization that existed on a planet orbiting a star that went supernova a thousand years ago, I thought it would be fun to use a Hubble deep space photo of what is left of a star that exploded a billion years ago. That is the background for the video. The instrument I am playing is the Moog Ethervox theremin. It has a range of nearly 10 octaves (comparable to the greatest cathedral organs). I have tried to adjust the waveform to give the timbre of the instrument's voice a more whistle or flute-like sound. ["Music", "Musical instrument", "Theremin"] ["theremin", "harp", "soothing", "atmospheric", "gentle", "tranquil", "ethereal", "heavenly", "high pitched whistle tone"] 3 7XQN9XDnRm4 855

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