summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd811.ts
blob: 7705c18415d76aa686b05c35ebda9e08e23d3c3d (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
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  title: 'Stuart A Paterson',
  subtitle: 'mind noo has some swearie wurds!',
  longName: 'Stuart A Paterson',
  author: 'Stuart A Paterson',
  cdCount: 1,
  price: '11.00',
  scotsounId: '811',
  uploadDate: '2023-08-25',
  trackList: [
    'Craw',
    'Blate',
    'Aye',
    'Naw',
    'Nocht',
    'Dwam Sang',
    'Saumon Nets, Luce Bay',
    'The Vic',
    'Gless',
    'Fou',
    'Winter’s Thocht',
    'Wheesht',
    'Borders',
    'Ettercap',
    'Yuill Tide',
    'Sulwath',
    'The Scaur',
    'Breenge',
    'Dwam',
    'Made',
    'I’ll Not Send',
  ],
};

export default cd;