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

const cd: Scotsoun = {
  title: 'The Richt Noise',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – The Richt Noise',
  author: 'Raymond Vettese',
  cdCount: 1,
  price: '11.00',
  scotsounId: '094',
  uploadDate: '2023-08-25',
  trackList: [
    'Gaudy Aumous',
    'Scottish Names',
    'Til Deid Een',
    'A Ferlie Buskin',
    'Shaddas',
    'Hoo Faur?',
    'Weeds',
    'The Muckle Tree',
    'Waste',
    'Tak Pooer!',
    'Epilogue',
  ],
};

export default cd;