home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "gospel music", musiccaps_author = 1 and musiccaps_names contains "Choir"

✎ 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
This Is the Christ ♬♪ ~ Mormon Tabernacle Choir : Book of Mormon MUSIC A choral harmony consisting of four parts sings this ethereal harmony. The song is medium tempo with a church organ and orchestra accompaniment. The song is heavenly and innocent. The audio quality is poor. 2011-04-02T09:51:41Z Book of Mormon Answers http://mormon.org/book-of-mormon/ Jesus Christ visited and taught the ancient american people Nephites and Lamanites shortly after His resurrection. He taught them the Sermon on the Mount, and they all witnessed to His divinity and Godhood. This video is copyright by IRI of the Church of Jesus Christ of Latter Day Saints, who grants permission for use by members on a non commercial social media platform or website. I relate these stories/videos to my own personal beliefs and testimony of the same. The Church of Jesus Christ of Latter Day Saints is true. ["Music", "Choir"] ["choral harmony", "four part harmony", "church choir", "vocal harmony", "western classical music", "medium tempo", "love song", "heartfelt", "gospel music", "cathedral", "meditational", "devotional", "prayer", "composer", "conductor", "choir", "hymns", "praise and worship", "church service", "poor audio quality", "heavenly", "ethereal voices", "christian choir"] 1 2kORDnISun4 402

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