home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "no singer" and musiccaps_names contains "Harpsichord"

✎ 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
J.S.Bach 2 parts invention n.4 in D minor This is a classical music piece from the baroque era. The piece is being performed by a harpsichord. There is a mysterious atmosphere and a medieval feel to this piece. The music could fit very well in the soundtrack of a gothic horror movie, especially where we are witnessing a scene of exposition. 2007-05-13T22:21:29Z musiclover63 J.S.Bach 2 parts invention n.4 in D minor ["Harpsichord", "Keyboard (musical)"] ["classical music", "no singer", "instrumental", "baroque", "harpsichord", "mysterious", "enigmatic", "eccentric", "medieval sounding"] 9 0zolXzR9Oi4 226
Ouverture de l'opéra-ballet Pygmalion This is a French opera/opera-ballet music piece. There is no singer in this piece. The only instrument that is being played is a harpsichord. The sound and the tunes are reminiscent of the medieval era. There is a theatrical feel to the piece. This piece could be used in the soundtrack of a historical drama that takes place in the medieval era. It could also be used as an accompaniment piece for a theater play or a ballet dance performance. 2011-07-25T21:59:45Z Jory Vinikour Jean-Philippe Rameau, composer (transcribed by Claude Balbâtre) Jory Vinikour, harpsichord French double harpsichord by Cucchiara and Pierce Recorded April 13, 2011 in Shaker Heights, Ohio USA ["Harpsichord", "Keyboard (musical)"] ["french opera", "opera-ballet", "no singer", "instrumental", "harpsichord", "medieval sounding", "theatrical", "ballet dance"] 9 Iz611KubW70 1957
J.S.Bach - Toccata and Fugue in D Minor (BWV 565), performed by R. Härdtner & Jazz-Trio 2001 This is a live performance of a classical music piece. There is a grand piano playing dramatically in minor keys. The piece has a grandiose and mysterious aura to it. This piece could be used in the soundtrack of a horror movie. It could also be used in a horror video game theme. 2014-12-06T13:27:56Z Roland Härdtner This music is also on Roland Härdtner's CD "AIRevolution / Swinging Mallets play Bach" (track 03). For more information please visit: http://shop.roland-haerdtner.com/inde... If you're interested to see more from Roland Härdtner's musical activities (more than 200 concert videos in the near future), please subscribe to his new channel https://www.youtube.com/user/rolandha... and you will always be informed about the most recent clips. Enjoy it! ["Electric piano", "Harpsichord", "Music", "Keyboard (musical)", "Piano", "Classical music"] ["classical", "fugue", "minor key", "no singer", "grand piano", "mysterious", "grandiose", "dramatic", "live performance"] 9 xM4p5pmRAxM 5323

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