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

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'Ceol na Gàidhlig',
  subtitle: 'Gaelic Music & Poetry',
  longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry',
  author: 'Derick Thomson',
  cdCount: 1,
  price: '11.00',
  scotsounId: '014',
  uploadDate: '2023-08-25',
  trackList: [
    'Ar Blar Catha le Deòrsa Caimbeul Hay',
    'Clann-nighean an Sgadain le Ruaraidh MacThómais',
    'Do Shean-Bhoireannach le iain Mac a’ Ghobhainn',
    'Latha Feille le Dòmhnall MacAmhlaigh',
  ],
};

export default cd;