home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "cello", musiccaps_aspects contains "string section" and musiccaps_names contains "Cello"

✎ 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
Les Talens Lyriques , Christophe Rousset : concerto pour clavecin de Benda : 3e Mvt Allegro This symphonic song features a melody played on cellos and violins in the beginning. A similar melody is played on the harpsichord soon after. The harpsichord plays the melody as well as the bass notes. There is no percussion in this song. This song has no voices. This is an instrumental song which can be played at a black tie event. 2011-09-07T15:11:34Z Les Talens Lyriques - chaîne officielle concerto pour clavecin et cordes en si mineur de Georg Anton Benda (1721-1795) daté de 1760 3e mvt : Allegro enregistré au festival d'Ambronay en 2006 Les Talens Lyriques Clavecin et direction : Christophe Rousset ["Cello", "Double bass", "Violin, fiddle", "Bowed string instrument"] ["symphonic song", "cello", "harpsichord", "instrumental", "no voices", "string section", "moderate tempo", "no percussion"] 0 tW7478HnmCs 5044
Tchaikovsky: Variations on a Rococo Theme / Justus Grimm (Cello) This symphonic song features a melody played on a cello. This is accompanied by violins playing in the background. It starts off as a slow tempo song. After a brief pause, the instruments play staccato notes at a faster tempo. There is no percussion in this song. There are no voices in this song. This is a classical instrumental piece. This song can be played in a luxury watch advertisement. 2012-12-25T15:51:17Z RussianRusalka PYOTR ILYICH TCHAIKOVSKY Variations on a Rococo Theme op.33 JUSTUS GRIMM (Cello) Symfonieorkest van De Munt / Carlo Rizzi (Conductor) 14/02/2012 ["Cello", "String section", "Violin, fiddle", "Bowed string instrument"] ["symphonic song", "string section", "cello", "violins", "classical song", "no voices", "instrumental", "slow tempo"] 0 x9bcsYF_by8 5307

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