home / musiccaps

musiccaps_details (view)

1 row where musiccaps_names contains "Whistle"

✎ 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
Saddle the Pony - Tradschool - Meg Whistle Here we have a live recording of a meg whistle. The style of playing feels cheery and uplifting. This melody is reminiscent of medieval Irish folk songs or English folk songs. 2007-09-12T15:40:09Z tradschool Saddle the Pony, Irish jig played on a Clarke "Meg" tin whistle. See my other videos: TIN WHISTLE TUTORIALS: https://www.youtube.com/playlist?list... IRISH TUNES FOR TIN WHISTLE: https://www.youtube.com/playlist?list... 20 TOP SESSION TUNES FOR TIN WHISTLE: https://www.youtube.com/playlist?list... IRISH FLUTE TUTORIALS: https://www.youtube.com/playlist?list... MY YOUTUBE CHANNEL: https://www.youtube.com/user/tradschool ["Wind instrument, woodwind instrument", "Flute", "Whistle"] ["meg whistle", "irish folk style song", "english folk style", "high pitched wind instrument", "rapid complex melody", "cheery"] 3 RDNatVYvpeA 2679

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