From 3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:16:45 +0100 Subject: Moves to root folder --- src/data/scotsoun/sscd089.ts | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/data/scotsoun/sscd089.ts (limited to 'src/data/scotsoun/sscd089.ts') diff --git a/src/data/scotsoun/sscd089.ts b/src/data/scotsoun/sscd089.ts new file mode 100644 index 0000000..4fcbd45 --- /dev/null +++ b/src/data/scotsoun/sscd089.ts @@ -0,0 +1,64 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'William Neil', + subtitle: 'Scotsoun Makars Series', + 'long-name': 'Scotsoun Makars Series – William Neil', + author: 'William Neil', + 'cd-count': 8, + price: '18.00', + 'scotsoun-id': '089', + 'track-list': [ + 'Wild Hairst Making Tracks', + 'Mr & Mrs Absentee Landlord Despatches Home', + 'Fhir Tha ’D Sheasamh air mo Lic Despatches Home', + 'A Celtic History Four points of a Saltire', + 'New Farrant Weys Making Tracks', + 'Ermine Making Tracks', + 'Retour frae the Ceetie Making Tracks', + 'The Power of Advertising Galloway Landscape', + 'Cuttie, Coggie and Tassie Making Tracks', + 'Keek at a Corp Making Tracks', + 'Man Walking Wild Places', + 'Beach Walking Wild Places', + 'Iona Wild Places', + 'Wild Places Wild Places', + 'Bliddie Egg-Heids Making Tracks', + 'Tree Speik Making Tracks', + 'Wha Jeedges Pigs, Jeedges Sculpture Tae Wild Places', + 'Posthumous Fame Wild Places', + 'Mull of Galloway Galloway Landscape', + 'Fareweel tae Yestreen Making Tracks', + 'Introduction to Gaelic selection', + 'Air Tràigh Mhachair Shanais Cnù à Mogaill', + 'Nausicaa Despatches Home', + 'Ulysses agus Penelope Four points of a Saltire', + 'Tilleadh Despatches Home', + 'Dùn Eideann Cnù à Mogaill', + 'Calum Cille Cnù à Mogaill', + 'Sòlas air an Tràigh Cnù à Mogaill', + 'Dòchas Faoin Cnù à Mogaill', + 'Gallobha Cnù à Mogaill', + 'Arsair Wild Places', + 'Geòidh Making Tracks', + 'Fèidh Making Tracks', + 'Ball Innischanter Making Tracks', + 'Claoinaig Making Tracks', + 'Stìopall Ulm Making Tracks', + 'Mòinteach nan Cearc-Fraoich Cnù à Mogaill', + 'Sealltainn thar Chluaidh Making Tracks', + 'Lèirsgrios Making Tracks', + 'Felix Qui Propiis Aevum Cnù à Mogaill', + 'Smeuran an Fhoghair Wild Places', + 'Aghaidh ri h-Aghaidh Making Tracks', + 'An Conacht Cnù à Mogaill', + 'Duilleagan Cnù à Mogaill', + 'Ciaradh Cnù à Mogaill', + 'Ged Tha Mi Cnù à Mogaill', + 'Clàrsair Making Tracks', + 'Tearmann Deireannach Slaoightire', + 'Feasgar Fann Foghair Making Tracks', + ], +}; + +export default cd; -- cgit v1.2.3