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

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'The Heichts o Macchu Picchu',
  subtitle: 'frae an owersettin by John Law',
  longName: 'The Heichts o Macchu Picchu – frae an owersettin by John Law',
  author: 'John Law',
  cdCount: 1,
  price: '11.00',
  scotsounId: '806',
  uploadDate: '2023-08-25',
  trackList: ['Hallaig', '‘The Corrie’ Sailin'],
  description: {
    sco: `
      Wi an innin by Dr Angela Howkins an featuring readins
      by Dr Angela Howkins, Dorothy Lawrenson an George T Watt.`,
    'en-GB': `
      With an introduction by Dr Angela Howkins and featuring readings
      by Dr Angela Howkins, Dorothy Lawrenson and George T Watt.
      `,
  },
};

export default cd;