home / musiccaps

musiccaps_details (view)

1 row where musiccaps_author = 1 and "youtube_published" is on date 2007-04-15

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Ernie Haase & Signature Sound - Will The Lord Be With Me Male singers sing this vocal harmony. The song is medium fast tempo with a groovy bass line, steady drumming rhythm, piano accompaniment and guitar rhythm. The song is devotional and congregational. The song is a classic Christian praise hit. 2007-04-15T03:40:47Z moondoggy22 Will The Lord Be With Me is another fantastic performance from Ernie Haase and Signature Sound video ["Music", "Clapping"] ["male singers", "vocal harmony", "people clapping", "acapella", "poor audio quality", "steady drumming rhythm", "piano accompaniment", "guitar rhythm", "groovy bass line", "christian contemporary music", "praise and worship", "christian praise hits", "devotional", "meditational", "congregational", "inspiring", "motivational", "hymns", "medium fast tempo"] 1 0trWdhSvab4 218

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