home / musiccaps

musiccaps_details (view)

4 rows where musiccaps_aspects contains "organ" and musiccaps_author = 3

✎ 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
BISHOP C. H. MASON C.O.G.I.C YES LORD PRAISE/ MY SOUL LOVES JESUS-by Eustice Matthew Williams This is a recording of a skilled organ player playing some intricate motifs on the organ. The music is soulful and also has a gospel feel to it. It's a live recording with low-quality audio. 2009-01-10T13:02:31Z Eustice Matthew Williams COGIC YES LORD played by - Eustice Matthew Williams - Organ Ezra Bufford Video Recording. ["Organ", "Electric piano", "Electronic organ", "Keyboard (musical)", "Piano"] ["organ", "intricate organ playing", "soulful", "gospel", "church music", "instrumental", "live recording", "poor audio quality"] 3 C4MeKaeaPcU 1326
Rachmaninoff Prelude Opus 3 No.2 - Transcription for Organ This clip features an organ being played in an operatic style. The sound is haunting and emotional. It's played live in a room, and the quality of the audio in the recording is poor. We hear the acoustics of the room which heavily echo. 2007-06-07T20:52:43Z Minh Nguyen I played at recital on June 5, 2007. The pipe organ is Casavant Fre`res. ["Organ", "Hammond organ", "Harpsichord", "Keyboard (musical)"] ["organ", "operatic organ playing", "haunting", "live recording", "poor audio quality", "reverb", "room acoustics"] 3 TArWNq2retM 2819
COGIC Southwest #1 Jursid Choir. I Won't Forget This recording features a baptist church choir singing a worship song vibrantly. The song is energetic and uplifting. It's a live recording with unclear audio which makes it difficult to hear the song lyrics. There's an organ, drums, tambourine and bass. 2007-09-03T06:26:48Z Ovaljean Elder Robert Moore President of the Southwest #1 Jursidictional Choir Tawanda Williams Directing.Filmed by Bro. Anthony Holston ["Singing", "Music", "Tambourine", "Choir"] ["live music", "live performance", "live choir", "choir", "baptist choir", "church music", "gospel", "celebratory", "uplifting", "happy", "vibrant", "tambourine", "organ", "low-quality audio", "punchy drumming"] 3 Ximk6BHj9nE 3214
"All Glory, Laud and Honor" ST. THEODOLPH John Hong Hymn Organ Improvisation This is a melodic composition on the organ. The song itself feels soothing and calming. We hear light arpeggios played which would be suitable for a lullaby or a fairytale story. 2008-11-26T05:30:44Z Global Praise Mission - John Hong Organ Time Hymns Organ Symphony 2002. 4-manual Organ. Juilliard ["Music", "Musical instrument", "Keyboard (musical)", "Piano", "Vibraphone"] ["organ", "soothing melody", "calming melody", "lullaby", "fairytale", "organ note arpeggio"] 3 ZX7EzqMBjfo 3389

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