home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "instrumental", musiccaps_aspects contains "uplifting music", 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
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 773.834ms · About: simonw/musiccaps-datasette