home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_aspects contains "horn player", musiccaps_aspects contains "poor audio quality", musiccaps_aspects contains "soloist" and musiccaps_author = 1

✎ 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
Shofar Lesson 1: Types of Horns The song is an instrumental. The song is medium tempo with a horn player playing a deer horn in a repeated manner. The song is spiritual and customary. The song has bad audio quality. 2010-11-17T17:20:02Z Jewish Voice Dwight Carrell of Messianic Jewish ministry Jewish Voice demonstrates the sounds of three shofars (animal horn trumpets), which are blown in Messianic congregations - the sound of the traditional ram's horn, the sound of the oryx, and the sound of the kudu. He also explains how to blow a shofar correctly. http://www.jewishvoice.org To purchase a shofar, got to http://www.jewishvoice.org, click on "Store," and then search for "shofar" in the search field. ["Wind instrument, woodwind instrument", "Shofar"] ["deer horn", "horn player", "hebrew music", "customary", "no percussions", "no other instrumentation", "soloist", "instrumental music", "medium tempo", "man talking", "poor audio quality", "religious customs", "meditational", "inspiring", "devotional", "jewish customs", "passionate", "inspiring", "meditational", "spiritual", "jewish music"] 1 qh-4EDX4agQ 4808
Blowing the shofar Hebrew Israelites The song is an instrumental. The tempo is medium with a horn player playing a traditional animal horn in a single long note which fades out. The song is poignant and emotional. The audio quality is poor. 2015-03-23T06:07:20Z YirmiYahu Shalom! I (Jeremy Graves/ YirmiYahu) was blessed to capture a video of brother Djerry Young Yisraelite blowing the shofar on a beautiful Shabbat morning in Daytona Beach, FL. ["Wind instrument, woodwind instrument", "Shofar"] ["goat horn", "long note", "sustained note", "hebrew music", "old video recording", "clear horn tone", "deer horn", "great intonation", "loud projection", "medium tempo", "instrumental music", "devotional", "meditational", "instrumental music", "poor audio quality", "horn player", "soloist", "emotional", "triumphant", "adoration", "prayer", "song fade"] 1 yCDloqQe65k 5392

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