home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "instrumental", musiccaps_author = 0 and musiccaps_names contains "Classical music"

✎ 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
La Vie En Rose - The Classic Crooner Selection This jazz song features a trumpet playing the main melody. This is accompanied by a string section. There are long pauses in between lines where the backing instruments pause while the trumpet solo is played. Percussion is played along with the string section. There are no voices in this song. This is an instrumental song. This song can be played in a silent movie. 2009-10-20T17:53:04Z rhumbustification A video about a classic song, with classic singers...enjoy (no copyright violation intended, of course) ["Jazz", "Music", "Classical music"] ["jazz", "trumpet solo", "string section", "percussion", "bass", "no voices", "instrumental", "slow tempo"] 0 HXwX9f9ugZ4 1812
「千と千尋の神隠し」ハイライト 指揮:さかはし矢波 (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
How Firm a Foundation | The Tabernacle Choir This orchestral song features the main melody played by trumpets. The brass section plays a repetitive melody and the chords behind the melody change. This is backed by the string section. Cellos and violas are playing the bass notes. This is an instrumental song with no voices. The song has a victorious mood. This song can be played when there is a grand entrance of a King into his castle. 2012-10-26T16:09:25Z The Tabernacle Choir at Temple Square Purchase "How Firm a Foundation" from the album "Heavensong: Music of Contemplation and Light": Amazon: http://amzn.to/P5lCsR iTunes: http://bit.ly/R7fFsb Deseret Book: http://bit.ly/SWDqW2 LDS Store: http://bit.ly/TVb9kC The Tabernacle Choir and Orchestra at Temple Square sing "How Firm a Foundation" a song of vigor, conviction, and demonstrated faith first published in 1787 and now arranged by Mack Wilberg. Aired August 5, 2012 from the Music and the Spoken Word broadcast episode 4325. ["Brass instrument", "Music", "Orchestra", "Trombone", "Classical music"] ["orchestral music", "brass section", "string section", "instrumental", "no voices", "epic music", "grand entrance theme", "uplifting music", "victorious mood"] 0 r0Xvr8maR34 4843

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