home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "groovy acoustic rhythm guitar" and musiccaps_names contains "Swing music"

✎ 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
Stray Hens - Cluck Old Hen The low quality recording features a live performance of a folk/country song that consists of flat female vocal singing over smooth double bass, groovy acoustic rhythm guitar, violins melody and groovy snare rhythm. It sounds a bit noisy and roomy, as it was probably recorded with a stereo microphone technique, but also energetic, uptempo and groovy. 2014-10-20T13:00:26Z Stray Hens Stray Hens Bastings Street Sessions: just for fun. Mandy Connell, Rowena Wise, Sally Taylor, Ryan Tews & Richard Grace, making a foray into old-timey tunes with Sally Taylor (also from bands Appalachian Heaven, the Ugly Uncles and Rising Tide) leading the vocals. With thanks to Andy Reid (venue), Jono Trevillian (camera work), Danni Dragonfire (camera work), Agostino Soldati (fancy camera gear), ryan tews (audio visual gear, production, and editing) ["Swing music", "Music", "Soul music"] ["low quality", "flat female vocal", "groovy snare", "smooth double bass", "groovy acoustic rhythm guitar", "violins melody", "live performance", "groovy", "folk/country", "stereo microphone technique", "uptempo", "energetic"] 4 P25JeM4lPGw 2495

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