summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd034.ts
blob: 31b306962e3c7d50c28df46ccb7f0ed0d1ba9a97 (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
import img192w from '$images/scotsoun/sscd034-192w.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'Piper in the Nave',
  subtitle: 'of Dunfermline Abbey, vol 1',
  longName: 'Piper in the Nave of Dunfermline Abbey, vol 1',
  author: 'Pipe Major Donald MacLeod',
  cdCount: 1,
  price: '11.00',
  scotsounId: '034',
  uploadDate: '2023-08-25',
  trackList: [
    'Introduction to track 21',
    'Stumpie Three Dance Tunes / Devil in the Kitchen / The Reel of Bogie',
    'Introduction to track 23',
    'Lachie’s Lullaby / George S Allan',
    'Introduction to track 25',
    'Lord Alexander Kennedy / The Bridge of Perth',
    'Introduction to track 27',
    'The Battle of Waterloo / The Road to Balquidder / Flett from Flotta / Follow my Highland Soldier',
    'Introduction to track 29',
    'Here We Part',
  ],
};

export default cd;