summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd147.ts
blob: 47e68a10a32de2b7fb284233661d3a3e33b5f027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import img192w from '$images/scotsoun/sscd147-192w.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'George Campbell Hay',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – George Campell Hay',
  author: 'George Campbell Hay',
  cdCount: 1,
  price: '11.00',
  scotsounId: '147',
  uploadDate: '2023-08-25',
  trackList: [
    'Bisearta',
    'Bizerta',
    'An t-Oigear',
    'Tilleadh Uilìseis',
    'Still Gyte, Man?',
    'Truaighe na h-Eòrpa',
    'An t-Iasgair',
    'The Fisherman',
    'Scots Arcadia',
    'Ardlamont',
    'The Smoky Smirr o Rain',
    'An Ciùran Ceòban Ceò',
    'Na Trèig Do Thalamh Dùthchais',
    'Do not Forsake your Native Land',
    'Flooer o the Gean',
    'Eun Maidne',
    'Bratach am Bràigh a’ Bhaile',
    'A Banner at the Tounheid',
    'Aria',
    'Aria',
    'Skotland',
    'Scotland',
    'An Nàiseantach',
    'Advice to the Nationalist',
    'The Twa Capitals',
    'A Nor-Sea Day',
    'Eftirspiel',
  ],
};

export default cd;