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

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  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;