home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "string section", musiccaps_aspects contains "symphonic song", musiccaps_author = 0 and musiccaps_names contains "String section"

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