home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "flute", musiccaps_aspects contains "marimba music" and musiccaps_aspects contains "no voice"

✎ 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
「千と千尋の神隠し」ハイライト 指揮:さかはし矢波 (Joe Hisaishi-Spirited Away) This song features a marimba playing a melody on the higher register. The marimba plays a repetitive melody. This is accompanied by a clarinet and flute playing a dissonant chord together. This song is relaxing. It has a dreamy sound. This song can be played at the beginning of a dream sequence in a children's animation movie. 2012-01-31T15:31:47Z MikamoWindOrchestra 1日限りとして結成された吹奏楽団で、2011年2月27日に行われた演奏会で演奏された曲です。指揮者は、東京フィルハーモニー交響楽団所属フルート奏者のさかはし矢波さんです。 ["Music", "Musical instrument", "Orchestra", "Classical music"] ["marimba music", "clarinet", "flute", "orchestra", "no voice", "instrumental", "no voices", "no percussion", "slow tempo", "relaxing song", "dreamy sequence"] 0 Ieef9l-gWN8 1927

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