home / musiccaps

musiccaps_details (view)

3 rows where musiccaps_aspects contains "bagpipes melody"

✎ 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
Singing malamute The low quality recording features a bagpipes melody playing while a dog is howling. It sounds emotional and passionate, even though the recording is noisy. 2011-02-08T10:26:21Z lisakilner Amazing grace ["Bagpipes", "Wind instrument, woodwind instrument"] ["low quality", "bagpipes melody", "dog howling", "emotional", "passionate", "noisy"] 4 2wGkbHl3IUE 416
Market-Garden-Commemoration007 massed pipes and drums at shopping center of Arnhem The low quality recording features a bagpipes melody played while soldiers are marching. The recording is noisy, in mono and it sounds prideful, soulful and powerful. 2009-09-22T12:09:52Z Henk Peelen Pictures at http://picasaweb.google.nl/HenkPeelen/MarketGarden20082009# Friday 18 September 2009: in the afternoon the Massed Pipes and Drums Band is performing in the streets of the old heart of Arnhem. In the evening, about 7 pm they go in a slow march towards the Airborne square, to grace the real Market Garden Commemoration. You find everything about laying wreaths, speeches, national anthems of Poland, United Kingdom and The Netherlands (Mazurek Dabrowskiego, God save the queen, Wilhelmus), Dutch Hymn 293 Last Post, respectfull silence to the casualities and the reveille. The completion of the ceremony was at the Arnhem town hall, of which I taped the performance of the Massed Pipes and Drums Band. Thanks to God for sending deliverance. Thanks to those who lost their lives for the victory. Rest in peace! The "Massed Pipes and Drums Band" encompasses these bands: •1. The pipes and drums of the Royal Scots Borderes, 1st Batt Royal Regiment of Scotland (Royal Scots, Kings Oown Scottish Borderes) •2. The Pipes and Drums of the Highlanders, 4th Batt. Royal Regiment of Scotland •3. The Pipes and drums of The Royal Artillery, •4. The Pipes and Drums of The Royal British Legion, Amsterdam Branch, •5. The Pipes and Drums of The City of Rochester, •6. The Pipes and Drums of the Devon and Somerset Fire & Rescue Service, •7. The Pipes and Drums of Glenmoriston, •8. Representatives of other Army pipebands. Respective sites: 1: http://en.wikipedia.org/wiki/King%27s_Own_Scottish_Borderers 2: http://en.wikipedia.org/wiki/Royal_Regiment_of_Scotland 3: http://www.army.mod.uk/artillery/artillery.aspx 4: http://www.rblpipeband.com/index.htm 5: http://www.corpb.co.uk/content/History.html 6: http://www.dsfire.gov.uk/Newsdesk/ViewPressRelease.asp?ReleaseID=265 http://www.dsfire.gov.uk/devonfire 7: http://www11.brinkster.com/gpbpipey/ 8: general Scottish, world wide pipe association: http://www.rspba.org/ http://www.pipefest.com/ Dutch doedelkoepel: http://www.novdb.nl/ (Dutch) General: http://ai… ["Bagpipes", "Wind instrument, woodwind instrument"] ["low quality", "soldiers marching", "bagpipes melody", "outdoors", "powerful", "soulful", "prideful", "noisy", "mono"] 4 WYbD9YUrf_4 3103
2012 Chris Amstrong Concert cornemuse kemper The low quality recording features a live performance of a bagpipes melody. It sounds traditional, passionate and the recording is in mono and noisy. 2012-12-25T00:16:43Z YouennPiper Théâtre de Kemper le samedi 22 déc 2012. Concert du piper Chris Amstrong soliste écossais de renom et pipe major du Scottish Power Pipe Band, 2ème au championnat du monde 2012 à Glasgow. Suite de jigs, strathpeys, reels, hornpipes. C'est un talentueux compositeur qui est instructeur au Piping Center de Glasgow. Chris était un des juges du concours de cornemuse organisé ce jour là pour les jeunes de moins de 20 ans( organisation BAS 29). Il a aussi animé des stages les vendredi 21 et dimanche au Conservatoire de Musique de Kemper Video youennpiper ["Bagpipes", "Wind instrument, woodwind instrument"] ["low quality", "live performance", "noisy", "mono", "bagpipes melody", "traditional", "passionate"] 4 lnnlghshsVo 4422

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