home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "ballad/pop", musiccaps_aspects contains "e-bass" and musiccaps_aspects contains "mixed male voices singing"

✎ 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
Wedding Music - The Cathedral Quartet This audio contains a simple drum groove along with a bassline playing long notes. A piano and keyboard are playing chords and melodies panned to the left and right side of the speakers. Male voices are singing a melody together. Some in the mid and high range and one as a bass voice. This audio may be playing at a celebration event. 2009-10-18T03:21:22Z ClassicGospel From the VHS "The Cathedral Quartet - A Reunion" ["Gospel music", "Christian music", "Music", "Song"] ["ballad/pop", "mixed male voices singing", "e-bass", "piano", "keyboard", "acoustic drums", "medium tempo"] 6 k4ttuqKjiw0 4297

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