diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:16:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:37:58 +0100 |
| commit | 3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 (patch) | |
| tree | b3590c527d147db6ef5519d43e8a1976f9674f42 /src/data/scotsoun/sscd089.ts | |
| parent | 97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff) | |
Moves to root folder
Diffstat (limited to 'src/data/scotsoun/sscd089.ts')
| -rw-r--r-- | src/data/scotsoun/sscd089.ts | 64 |
1 files changed, 64 insertions, 0 deletions
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; |
