diff options
Diffstat (limited to 'src/data/scotsoun')
79 files changed, 481 insertions, 387 deletions
diff --git a/src/data/scotsoun/index.ts b/src/data/scotsoun/index.ts new file mode 100644 index 0000000..0140cf6 --- /dev/null +++ b/src/data/scotsoun/index.ts @@ -0,0 +1,94 @@ +import type Scotsoun from '$types/Scotsoun'; +import type ScotsounId from '$types/ScotsounId'; + +/** + * This might seem like an odd syntax, but this is so + * that we can use TypeScript to guarantee that every + * Lallans issue is accounted for. + */ +export const getScotsoun: ScotsounGetterTable = { + sscd001: async () => (await import('./sscd001')).default, + sscd003: async () => (await import('./sscd003')).default, + sscd008: async () => (await import('./sscd008')).default, + sscd012: async () => (await import('./sscd012')).default, + sscd014: async () => (await import('./sscd014')).default, + sscd015: async () => (await import('./sscd015')).default, + sscd017: async () => (await import('./sscd017')).default, + sscd018: async () => (await import('./sscd018')).default, + sscd020: async () => (await import('./sscd020')).default, + sscd021: async () => (await import('./sscd021')).default, + sscd022: async () => (await import('./sscd022')).default, + sscd024: async () => (await import('./sscd024')).default, + sscd028: async () => (await import('./sscd028')).default, + sscd034: async () => (await import('./sscd034')).default, + sscd035: async () => (await import('./sscd035')).default, + sscd039: async () => (await import('./sscd039')).default, + sscd042: async () => (await import('./sscd042')).default, + sscd043: async () => (await import('./sscd043')).default, + sscd046: async () => (await import('./sscd046')).default, + sscd047: async () => (await import('./sscd047')).default, + sscd048: async () => (await import('./sscd048')).default, + sscd050: async () => (await import('./sscd050')).default, + sscd051: async () => (await import('./sscd051')).default, + sscd056: async () => (await import('./sscd056')).default, + sscd057: async () => (await import('./sscd057')).default, + sscd061: async () => (await import('./sscd061')).default, + sscd063: async () => (await import('./sscd063')).default, + sscd065: async () => (await import('./sscd065')).default, + sscd067: async () => (await import('./sscd067')).default, + sscd069: async () => (await import('./sscd069')).default, + sscd070: async () => (await import('./sscd070')).default, + sscd071: async () => (await import('./sscd071')).default, + sscd072: async () => (await import('./sscd072')).default, + sscd079: async () => (await import('./sscd079')).default, + sscd080: async () => (await import('./sscd080')).default, + sscd081: async () => (await import('./sscd081')).default, + sscd083: async () => (await import('./sscd083')).default, + sscd084: async () => (await import('./sscd084')).default, + sscd087: async () => (await import('./sscd087')).default, + sscd089: async () => (await import('./sscd089')).default, + sscd092: async () => (await import('./sscd092')).default, + sscd094: async () => (await import('./sscd094')).default, + sscd095: async () => (await import('./sscd095')).default, + sscd099: async () => (await import('./sscd099')).default, + sscd105: async () => (await import('./sscd105')).default, + sscd110: async () => (await import('./sscd110')).default, + sscd111: async () => (await import('./sscd111')).default, + sscd112: async () => (await import('./sscd112')).default, + sscd115: async () => (await import('./sscd115')).default, + sscd117: async () => (await import('./sscd117')).default, + sscd118: async () => (await import('./sscd118')).default, + sscd120: async () => (await import('./sscd120')).default, + sscd121: async () => (await import('./sscd121')).default, + sscd122: async () => (await import('./sscd122')).default, + 'sscd137-8': async () => (await import('./sscd137-8')).default, + sscd146: async () => (await import('./sscd146')).default, + sscd147: async () => (await import('./sscd147')).default, + sscd504: async () => (await import('./sscd504')).default, + sscd518: async () => (await import('./sscd581')).default, + sscd800: async () => (await import('./sscd800')).default, + sscd801: async () => (await import('./sscd801')).default, + sscd802: async () => (await import('./sscd802')).default, + sscd803: async () => (await import('./sscd803')).default, + sscd804: async () => (await import('./sscd804')).default, + sscd805: async () => (await import('./sscd805')).default, + sscd806: async () => (await import('./sscd806')).default, + sscd807: async () => (await import('./sscd807')).default, + sscd808: async () => (await import('./sscd808')).default, + sscd809: async () => (await import('./sscd809')).default, + sscd810: async () => (await import('./sscd810')).default, + sscd811: async () => (await import('./sscd811')).default, + sscd812: async () => (await import('./sscd812')).default, + sscd813: async () => (await import('./sscd813')).default, + sscd814: async () => (await import('./sscd814')).default, + sscd815: async () => (await import('./sscd815')).default, + sscd816: async () => (await import('./sscd816')).default, + sscdM150: async () => (await import('./sscdM150')).default, + sscdU1: async () => (await import('./sscdU1')).default, +}; + +export type ScotsounGetterTable = { [key in ScotsounId]: () => Promise<Scotsoun> }; + +export async function getAllLallansIssues(): Promise<Scotsoun[]> { + return Promise.all(Object.values(getScotsoun).map((f) => f())); +} diff --git a/src/data/scotsoun/sscd001.ts b/src/data/scotsoun/sscd001.ts index b3a701a..3409862 100644 --- a/src/data/scotsoun/sscd001.ts +++ b/src/data/scotsoun/sscd001.ts @@ -1,18 +1,18 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Scottish Poems of Robert Fergusson', subtitle: 'Introduced by Douglas Gifford', - 'long-name': 'The Scottish Poems of Robert Fergusson', + longName: 'The Scottish Poems of Robert Fergusson', author: 'Robert Fergusson', - 'cd-count': 3, + cdCount: 3, price: '25.00', - 'scotsoun-id': '001', + scotsounId: '001', description: { sco: 'Read bi Alec MacMillan, Jean Faulds, Robert Garioch an Alexander Scott.', 'en-GB': 'Read by Alec MacMillan, Jean Faulds, Robert Garioch and Alexander Scott.', }, - 'track-list': ['The Daft Days', 'Appraisal'], + trackList: ['The Daft Days', 'Appraisal'], }; export default cd; diff --git a/src/data/scotsoun/sscd003.ts b/src/data/scotsoun/sscd003.ts index b712963..bc4f0dd 100644 --- a/src/data/scotsoun/sscd003.ts +++ b/src/data/scotsoun/sscd003.ts @@ -1,17 +1,17 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Currie Flavour', - 'long-name': 'Currie Flavour', + longName: 'Currie Flavour', author: 'Rev James Currie', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '003', + scotsounId: '003', description: { sco: 'Readins bi the Rev James Currie recordit at the Dunlop Manse durin 1974.', 'en-GB': 'Readings by the Rev James Currie recorded at the Dunlop Manse during 1974.', }, - 'track-list': [ + trackList: [ 'Rab Comes Hame', 'The Covenanter’s Tryst', 'Last Lauch Douglas Young', diff --git a/src/data/scotsoun/sscd008.ts b/src/data/scotsoun/sscd008.ts index 9cac49d..0a29f28 100644 --- a/src/data/scotsoun/sscd008.ts +++ b/src/data/scotsoun/sscd008.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Poems Chiefly in the Scottish Dialect', subtitle: 'Read by Members of the Irvine Burns Club', - 'long-name': 'Poems Chiefly in the Scottish Dialect', + longName: 'Poems Chiefly in the Scottish Dialect', author: 'Robert Burns', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '008', - 'track-list': ['To a Louse', 'Epistle to a Young Friend'], + scotsounId: '008', + trackList: ['To a Louse', 'Epistle to a Young Friend'], }; export default cd; diff --git a/src/data/scotsoun/sscd012.ts b/src/data/scotsoun/sscd012.ts index d45acc7..897e6c9 100644 --- a/src/data/scotsoun/sscd012.ts +++ b/src/data/scotsoun/sscd012.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Fiddle Favourites', - 'long-name': 'Fiddle Favourites', + longName: 'Fiddle Favourites', author: 'Glasgow Caledonian Strathspey and Reel Society', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '012', - 'track-list': [ + scotsounId: '012', + trackList: [ 'The Music of the Spey / The Gay Gordons / Glenlivit / The Laird o Drumblair / MacKenzie Hay / MacKenzie Fraser / Angus Campbell', 'Bonawe Highlanders / Angus McKinnon / The 10th HLI Crossing the Rhine', ], diff --git a/src/data/scotsoun/sscd014.ts b/src/data/scotsoun/sscd014.ts index 40297fb..c2b0db6 100644 --- a/src/data/scotsoun/sscd014.ts +++ b/src/data/scotsoun/sscd014.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ceol na Gàidhlig', subtitle: 'Gaelic Music & Poetry', - 'long-name': 'Ceol na Gàidhlig – Gaelic Music & Poetry', + longName: 'Ceol na Gàidhlig – Gaelic Music & Poetry', author: 'Derick Thomson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '014', - 'track-list': [ + scotsounId: '014', + 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', diff --git a/src/data/scotsoun/sscd015.ts b/src/data/scotsoun/sscd015.ts index 4985651..2089caf 100644 --- a/src/data/scotsoun/sscd015.ts +++ b/src/data/scotsoun/sscd015.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Psaums, Hymns, Sangs', - 'long-name': 'Psaums, Hymns, Sangs', + longName: 'Psaums, Hymns, Sangs', author: 'Clydebank Lyric Choir', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '015', - 'track-list': [ + scotsounId: '015', + trackList: [ 'Intro to O Ye who Taste', 'O Ye who Taste', 'Intro to Ye Gates', diff --git a/src/data/scotsoun/sscd017.ts b/src/data/scotsoun/sscd017.ts index 6c8dc0a..9985dcc 100644 --- a/src/data/scotsoun/sscd017.ts +++ b/src/data/scotsoun/sscd017.ts @@ -1,17 +1,17 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Tenement Tales', - 'long-name': 'Tenement Tales', + longName: 'Tenement Tales', author: 'Molly Weir', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '017', + scotsounId: '017', description: { sco: 'Thir stories wis else broadcast on Scottish Television unner the same title.', 'en-GB': 'These stories were previously broadcast on Scottish Television under the same title.', }, - 'track-list': ['A Mess of Potage', 'Entertaining Angels Unawares'], + trackList: ['A Mess of Potage', 'Entertaining Angels Unawares'], }; export default cd; diff --git a/src/data/scotsoun/sscd018.ts b/src/data/scotsoun/sscd018.ts index 4ba2ef9..06f30c8 100644 --- a/src/data/scotsoun/sscd018.ts +++ b/src/data/scotsoun/sscd018.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Robert Henryson', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Robert Henryson', + longName: 'Scotsoun Makars Series – Robert Henryson', author: 'Robert Henryson', - 'cd-count': 3, + cdCount: 3, price: '25.00', - 'scotsoun-id': '018', - 'track-list': [ + scotsounId: '018', + trackList: [ 'The Taill of the Uponlandis Mous and the Burges Mous', 'The Taill of the Paddok and the Mous', ], diff --git a/src/data/scotsoun/sscd020.ts b/src/data/scotsoun/sscd020.ts index 46b3454..21c9307 100644 --- a/src/data/scotsoun/sscd020.ts +++ b/src/data/scotsoun/sscd020.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'William Dunbar', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – William Dunbar', + longName: 'Scotsoun Makars Series – William Dunbar', author: 'William Dunbar', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '020', - 'track-list': ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'], + scotsounId: '020', + trackList: ['The Tretis of the Tua Mariit Wemen and the Wedo', 'Remonstrance to the King'], }; export default cd; diff --git a/src/data/scotsoun/sscd021.ts b/src/data/scotsoun/sscd021.ts index 5d5ba81..201432f 100644 --- a/src/data/scotsoun/sscd021.ts +++ b/src/data/scotsoun/sscd021.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ten Medieval Makars', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Ten Medieval Makars', + longName: 'Scotsoun Makars Series – Ten Medieval Makars', author: 'various', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '021', - 'track-list': ['Of the Day Estivall by Alexander Hume', 'Boyd Sonet by Mark Alexander'], + scotsounId: '021', + trackList: ['Of the Day Estivall by Alexander Hume', 'Boyd Sonet by Mark Alexander'], }; export default cd; diff --git a/src/data/scotsoun/sscd022.ts b/src/data/scotsoun/sscd022.ts index 4e39699..82dffb6 100644 --- a/src/data/scotsoun/sscd022.ts +++ b/src/data/scotsoun/sscd022.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'A Forgotten Heritage', subtitle: 'Original folk tales of Lowland Scotland', - 'long-name': 'A Forgotten Heritage – Original folk tales of Lowland Scotland', + longName: 'A Forgotten Heritage – Original folk tales of Lowland Scotland', author: 'Hannah Aitken (ed)', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '022', - 'track-list': ['The Miller’s Tale', 'The Marriage of Robin Redbreast'], + scotsounId: '022', + trackList: ['The Miller’s Tale', 'The Marriage of Robin Redbreast'], }; export default cd; diff --git a/src/data/scotsoun/sscd024.ts b/src/data/scotsoun/sscd024.ts index 9aa4a45..1e33aee 100644 --- a/src/data/scotsoun/sscd024.ts +++ b/src/data/scotsoun/sscd024.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Under the Eildon Tree', - 'long-name': 'Under the Eildon Tree', + longName: 'Under the Eildon Tree', author: 'Sydney Goodsir Smith', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '024', - 'track-list': [ + scotsounId: '024', + trackList: [ 'Nicht lowers fast', 'Tristram', 'I heard a lassie', diff --git a/src/data/scotsoun/sscd028.ts b/src/data/scotsoun/sscd028.ts index c42bad5..b404ac3 100644 --- a/src/data/scotsoun/sscd028.ts +++ b/src/data/scotsoun/sscd028.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Hugh MacDiarmaid', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Hugh MacDiarmaid', + longName: 'Scotsoun Makars Series – Hugh MacDiarmaid', author: 'Hugh MacDiarmaid', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '028', - 'track-list': [ + scotsounId: '028', + trackList: [ 'Water of Life', 'Excelsior', 'Prayer for a Second Flood', diff --git a/src/data/scotsoun/sscd034.ts b/src/data/scotsoun/sscd034.ts index ea735df..cdbc210 100644 --- a/src/data/scotsoun/sscd034.ts +++ b/src/data/scotsoun/sscd034.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Piper in the Nave', subtitle: 'of Dunfermline Abbey, vol 1', - 'long-name': 'Piper in the Nave of Dunfermline Abbey, vol 1', + longName: 'Piper in the Nave of Dunfermline Abbey, vol 1', author: 'Pipe Major Donald MacLeod', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '034', - 'track-list': [ + scotsounId: '034', + trackList: [ 'Introduction to track 21', 'Stumpie Three Dance Tunes / Devil in the Kitchen / The Reel of Bogie', 'Introduction to track 23', diff --git a/src/data/scotsoun/sscd035.ts b/src/data/scotsoun/sscd035.ts index 9998ce0..142f183 100644 --- a/src/data/scotsoun/sscd035.ts +++ b/src/data/scotsoun/sscd035.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Poems of Robert Burns volumes 1 & 2', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Robert Burns', + longName: 'Scotsoun Makars Series – Robert Burns', author: 'Robert Burns', - 'cd-count': 3, + cdCount: 3, price: '25.00', - 'scotsoun-id': '035', - 'track-list': [ + scotsounId: '035', + trackList: [ 'The Holy Fair', 'Death and Doctor Hornbook', 'Group 5 intro', diff --git a/src/data/scotsoun/sscd039.ts b/src/data/scotsoun/sscd039.ts index 7d76cc7..2917af1 100644 --- a/src/data/scotsoun/sscd039.ts +++ b/src/data/scotsoun/sscd039.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: '18 Burns Sangs', subtitle: 'and thair stories', - 'long-name': '18 Burns Sangs and Thair Stories', + longName: '18 Burns Sangs and Thair Stories', author: 'Robert Burns', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '039', - 'track-list': [ + scotsounId: '039', + trackList: [ 'Introduction to track 2', 'Last May a Braw Wooer', 'Introduction to track 23', diff --git a/src/data/scotsoun/sscd042.ts b/src/data/scotsoun/sscd042.ts index 8589273..a2a1337 100644 --- a/src/data/scotsoun/sscd042.ts +++ b/src/data/scotsoun/sscd042.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Gavin Douglas', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Gavin Douglas', + longName: 'Scotsoun Makars Series – Gavin Douglas', author: 'Gavin Douglas', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '042', - 'track-list': ['The Muses’ Fountain', 'Conscience'], + scotsounId: '042', + trackList: ['The Muses’ Fountain', 'Conscience'], }; export default cd; diff --git a/src/data/scotsoun/sscd043.ts b/src/data/scotsoun/sscd043.ts index 3262b69..64bd4c0 100644 --- a/src/data/scotsoun/sscd043.ts +++ b/src/data/scotsoun/sscd043.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Alexander Scott', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Alexander Scott', + longName: 'Scotsoun Makars Series – Alexander Scott', author: 'Alexander Scott', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '043', - 'track-list': [ + scotsounId: '043', + trackList: [ 'Ane New Yeir Gift to Quene Mary, quhen Scho come first Hame, 1562', 'How suld my Febill Body Fure', ], diff --git a/src/data/scotsoun/sscd046.ts b/src/data/scotsoun/sscd046.ts index 63a21eb..210146a 100644 --- a/src/data/scotsoun/sscd046.ts +++ b/src/data/scotsoun/sscd046.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Piper in the Nave', subtitle: 'of Dunfermline Abbey, vol 2', - 'long-name': 'Piper in the Nave of Dunfermline Abbey, vol 2', + longName: 'Piper in the Nave of Dunfermline Abbey, vol 2', author: 'Pipe Major Donald MacLeod MBE', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '046', - 'track-list': ['Introduction to A Glase', 'A Glase'], + scotsounId: '046', + trackList: ['Introduction to A Glase', 'A Glase'], }; export default cd; diff --git a/src/data/scotsoun/sscd047.ts b/src/data/scotsoun/sscd047.ts index aba339f..2fd987a 100644 --- a/src/data/scotsoun/sscd047.ts +++ b/src/data/scotsoun/sscd047.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ceòl Beag from the Castle', - 'long-name': 'Ceòl Beag from the Castle', + longName: 'Ceòl Beag from the Castle', author: 'Pipe Major Angus Macdonald', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '047', + scotsounId: '047', description: { sco: ` A programme o pipe muisic devised an played by Pipe Major Angus Macdonald @@ -17,7 +17,7 @@ const cd: Scotsoun = { of The Scots Guards and recorded in the King’s Dining Room in Edinburgh Castle.' `, }, - 'track-list': ['Tam Bain’s Lum / Jim Tweedie’s Sea Legs', 'Black Bear / Hieland Laddie'], + trackList: ['Tam Bain’s Lum / Jim Tweedie’s Sea Legs', 'Black Bear / Hieland Laddie'], }; export default cd; diff --git a/src/data/scotsoun/sscd048.ts b/src/data/scotsoun/sscd048.ts index ae3c9c7..2ae914e 100644 --- a/src/data/scotsoun/sscd048.ts +++ b/src/data/scotsoun/sscd048.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Poems in Scots', - 'long-name': 'Jean Taylor Smith reading from her own collection', + longName: 'Jean Taylor Smith reading from her own collection', author: 'Jean Taylor Smith', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '048', - 'track-list': [ + scotsounId: '048', + trackList: [ 'To SR Crockett', 'Alas, Poor Queen', 'Last May a Braw Wooer', diff --git a/src/data/scotsoun/sscd050.ts b/src/data/scotsoun/sscd050.ts index a2e4f85..87c56b1 100644 --- a/src/data/scotsoun/sscd050.ts +++ b/src/data/scotsoun/sscd050.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Four Linmill Stories', subtitle: 'Read by the author, Robert McLellan', - 'long-name': 'Four Linmill Stories', + longName: 'Four Linmill Stories', author: 'Robert McLellan', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '050', - 'track-list': ['The Donegals', 'The Saubbath'], + scotsounId: '050', + trackList: ['The Donegals', 'The Saubbath'], }; export default cd; diff --git a/src/data/scotsoun/sscd051.ts b/src/data/scotsoun/sscd051.ts index a38eab9..a8d26cc 100644 --- a/src/data/scotsoun/sscd051.ts +++ b/src/data/scotsoun/sscd051.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Allan Ramsay', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Allan Ramsay', + longName: 'Scotsoun Makars Series – Allan Ramsay', author: 'Allan Ramsay', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '051', - 'track-list': [ + scotsounId: '051', + trackList: [ 'Intro to The Marrow Ballad', 'The Marrow Ballad', 'Intro to My Peggy is a Young Thing', diff --git a/src/data/scotsoun/sscd056.ts b/src/data/scotsoun/sscd056.ts index 100e813..7650d52 100644 --- a/src/data/scotsoun/sscd056.ts +++ b/src/data/scotsoun/sscd056.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Hamewith', subtitle: 'and other poems', - 'long-name': 'Hamewith and other poems', + longName: 'Hamewith and other poems', author: 'Charles Murray', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '056', - 'track-list': [ + scotsounId: '056', + trackList: [ 'The Three Craws', 'It wasna his Wyte', 'A Cheery Guid-Nicht', diff --git a/src/data/scotsoun/sscd057.ts b/src/data/scotsoun/sscd057.ts index 71622e0..5e907a3 100644 --- a/src/data/scotsoun/sscd057.ts +++ b/src/data/scotsoun/sscd057.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Piper Abune Them Aa', subtitle: 'Piobaire os Cionn Chaich', - 'long-name': 'Piper Abune Them Aa – Piobaire os Cionn Chaich', + longName: 'Piper Abune Them Aa – Piobaire os Cionn Chaich', author: 'Andrew Wright', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '057', - 'track-list': ['Introduction to track 11', 'Lament for Captain MacDougall'], + scotsounId: '057', + trackList: ['Introduction to track 11', 'Lament for Captain MacDougall'], }; export default cd; diff --git a/src/data/scotsoun/sscd061.ts b/src/data/scotsoun/sscd061.ts index 3d9c342..32bdad3 100644 --- a/src/data/scotsoun/sscd061.ts +++ b/src/data/scotsoun/sscd061.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Robert Garioch 1909-1981', subtitle: 'In Mind o a Makar', - 'long-name': 'Robert Garioch 1909-1981 – In Mind o a Makar', + longName: 'Robert Garioch 1909-1981 – In Mind o a Makar', author: 'Robert Garioch', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '061', - 'track-list': [ + scotsounId: '061', + trackList: [ 'Heard in the Cougate', 'Fi’baw in the street', 'Edwin Morgan', diff --git a/src/data/scotsoun/sscd063.ts b/src/data/scotsoun/sscd063.ts index 3d1078c..e54714e 100644 --- a/src/data/scotsoun/sscd063.ts +++ b/src/data/scotsoun/sscd063.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Pipe Tunes', - 'long-name': 'Pipe Tunes', + longName: 'Pipe Tunes', author: 'Duncan Johnstone', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '063', - 'track-list': ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'], + scotsounId: '063', + trackList: ['Guido Margiotta / Tony Lightfoot / Romany Jig', 'Farewell to Barra'], }; export default cd; diff --git a/src/data/scotsoun/sscd065.ts b/src/data/scotsoun/sscd065.ts index eae56c6..e16fc1d 100644 --- a/src/data/scotsoun/sscd065.ts +++ b/src/data/scotsoun/sscd065.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Duncan in Dunfermline', - 'long-name': 'Duncan in Dunfermline', + longName: 'Duncan in Dunfermline', author: 'Duncan Johnstone', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '065', - 'track-list': ['MacIntosh’s Banner', 'Mr Alex MacLean of Lurebost / Delvinside / Dolina MacKay'], + scotsounId: '065', + trackList: ['MacIntosh’s Banner', 'Mr Alex MacLean of Lurebost / Delvinside / Dolina MacKay'], }; export default cd; diff --git a/src/data/scotsoun/sscd067.ts b/src/data/scotsoun/sscd067.ts index 99e7bc0..8fd94a0 100644 --- a/src/data/scotsoun/sscd067.ts +++ b/src/data/scotsoun/sscd067.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Burns Cottage Selection', subtitle: 'from the Works of Robert Burns', - 'long-name': 'Burns Cottage Selection – from the Works of Robert Burns', + longName: 'Burns Cottage Selection – from the Works of Robert Burns', author: 'Robert Burns', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '067', - 'track-list': ['Scots wha hae', 'Auld lang syne'], + scotsounId: '067', + trackList: ['Scots wha hae', 'Auld lang syne'], }; export default cd; diff --git a/src/data/scotsoun/sscd069.ts b/src/data/scotsoun/sscd069.ts index cf93ed4..15e6914 100644 --- a/src/data/scotsoun/sscd069.ts +++ b/src/data/scotsoun/sscd069.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Lang Syne in the East Neuk o Fife', subtitle: 'an Ither Pairts o the Kinrick', - 'long-name': 'Lang Syne in the East Neuk o Fife – an Ither Pairts o the Kinrick', + longName: 'Lang Syne in the East Neuk o Fife – an Ither Pairts o the Kinrick', author: 'Mary Kermack', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '069', - 'track-list': ['Generations of Change', 'End of Johnie Brand’s Prologue to Brand the Builder'], + scotsounId: '069', + trackList: ['Generations of Change', 'End of Johnie Brand’s Prologue to Brand the Builder'], }; export default cd; diff --git a/src/data/scotsoun/sscd070.ts b/src/data/scotsoun/sscd070.ts index d6e7953..b1a0d91 100644 --- a/src/data/scotsoun/sscd070.ts +++ b/src/data/scotsoun/sscd070.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Portions Waled frae the New Testament in Scots', - 'long-name': 'Portions Waled frae the New Testament in Scots', + longName: 'Portions Waled frae the New Testament in Scots', author: 'William Lorimer (tr.)', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '070', - 'track-list': [ + scotsounId: '070', + trackList: [ 'Revelation, 9:1-21, read by David Stephen', 'Revelation, 22:7-17, read by David Stephen', ], diff --git a/src/data/scotsoun/sscd071.ts b/src/data/scotsoun/sscd071.ts index 9e2c300..52a6bdc 100644 --- a/src/data/scotsoun/sscd071.ts +++ b/src/data/scotsoun/sscd071.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'A Sang’s a Sang for Aa That', - 'long-name': 'A Sang’s a Sang for Aa That', + longName: 'A Sang’s a Sang for Aa That', author: 'Andy Hunter', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '071', - 'track-list': ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], + scotsounId: '071', + trackList: ['Ye Heilan Chiels Andy Hunter', 'The Battle o Harlaw (Traditional)'], }; export default cd; diff --git a/src/data/scotsoun/sscd072.ts b/src/data/scotsoun/sscd072.ts index c1772e7..9f0246e 100644 --- a/src/data/scotsoun/sscd072.ts +++ b/src/data/scotsoun/sscd072.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: '"Poems in Scots & Gaelic"', subtitle: '"from ‘17 Poems for 6d’"', - 'long-name': '"Poems in Scots & Gaelic – from ‘17 Poems for 6d’"', + longName: '"Poems in Scots & Gaelic – from ‘17 Poems for 6d’"', author: 'Robert Garioch and Somhairle MacGill-Eain', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '072', - 'track-list': [ + scotsounId: '072', + trackList: [ 'Echo in Scots (from Dain do Eimhir iii: Turmoil)', 'A’Chorra-ghritheach', 'The Heron', diff --git a/src/data/scotsoun/sscd079.ts b/src/data/scotsoun/sscd079.ts index 0b463d8..caff6a8 100644 --- a/src/data/scotsoun/sscd079.ts +++ b/src/data/scotsoun/sscd079.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Langholm Memorial Sculpture', subtitle: '"& 21 local poems of Hugh MacDiarmaid"', - 'long-name': '"Langholm Memorial Sculpture & 21 local poems of Hugh MacDiarmaid"', + longName: '"Langholm Memorial Sculpture & 21 local poems of Hugh MacDiarmaid"', author: 'Hugh MacDiarmaid', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '079', - 'track-list': ['The Kernigal ', 'Kinsfolk '], + scotsounId: '079', + trackList: ['The Kernigal ', 'Kinsfolk '], }; export default cd; diff --git a/src/data/scotsoun/sscd080.ts b/src/data/scotsoun/sscd080.ts index d1bce8b..4d34f3a 100644 --- a/src/data/scotsoun/sscd080.ts +++ b/src/data/scotsoun/sscd080.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Twa Leids – Dà Chànain', - 'long-name': 'Twa Leids – Dà Chànain', + longName: 'Twa Leids – Dà Chànain', author: 'various', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '080', + scotsounId: '080', }; export default cd; diff --git a/src/data/scotsoun/sscd081.ts b/src/data/scotsoun/sscd081.ts index ef99528..33fb451 100644 --- a/src/data/scotsoun/sscd081.ts +++ b/src/data/scotsoun/sscd081.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Eisd Ceòl', - 'long-name': 'Eisd Ceòl', + longName: 'Eisd Ceòl', author: 'Paul McCallum', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '081', - 'track-list': [ + scotsounId: '081', + trackList: [ 'Tuireadh nan Treun (Lament for the Heroes)', 'An Ataireachd Ard (The High Surge of the Sea)', ], diff --git a/src/data/scotsoun/sscd083.ts b/src/data/scotsoun/sscd083.ts index ebf5e06..d8d524f 100644 --- a/src/data/scotsoun/sscd083.ts +++ b/src/data/scotsoun/sscd083.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Merry Matanzie', subtitle: 'Alex McCrindle reads his own selection of 37 poems by William Soutar', - 'long-name': 'Merry Matanzie', + longName: 'Merry Matanzie', author: 'William Soutar', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '083', - 'track-list': [ + scotsounId: '083', + trackList: [ 'The Larky Lad', 'Pity', 'Ae Nicht at Amulree', diff --git a/src/data/scotsoun/sscd084.ts b/src/data/scotsoun/sscd084.ts index ee12d40..aa0d79b 100644 --- a/src/data/scotsoun/sscd084.ts +++ b/src/data/scotsoun/sscd084.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Gleg', subtitle: 'Learning Scots in song and story', - 'long-name': 'Gleg – Learning Scots in song and story', + longName: 'Gleg – Learning Scots in song and story', author: 'various', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '084', + scotsounId: '084', description: { sco: ` ‘Gleg’ wis wrocht ti gie bairns an innin til Scots in the wee schuils - the accompanyin @@ -20,7 +20,7 @@ const cd: Scotsoun = { If stock runs out, we’ll send it as a PDF file for free. `, }, - 'track-list': ['The Twins and the Muckle Moggie', 'The Six Travellers'], + trackList: ['The Twins and the Muckle Moggie', 'The Six Travellers'], }; export default cd; diff --git a/src/data/scotsoun/sscd087.ts b/src/data/scotsoun/sscd087.ts index 8f863e9..4980c64 100644 --- a/src/data/scotsoun/sscd087.ts +++ b/src/data/scotsoun/sscd087.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Virgil, Dante et al', subtitle: 'Scotsoun Euro-Makars Series', - 'long-name': 'Scotsoun Euro-Makars Series – Virgil, Dante et al', + longName: 'Scotsoun Euro-Makars Series – Virgil, Dante et al', author: 'various', - 'cd-count': 8, + cdCount: 8, price: '25.00', - 'scotsoun-id': '087', - 'track-list': [ + scotsounId: '087', + trackList: [ 'after Ode 9, Book 1', 'Ode 11, Book 1', 'Ode 11, Book 1', diff --git a/src/data/scotsoun/sscd089.ts b/src/data/scotsoun/sscd089.ts index 4fcbd45..5ca5a58 100644 --- a/src/data/scotsoun/sscd089.ts +++ b/src/data/scotsoun/sscd089.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'William Neil', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – William Neil', + longName: 'Scotsoun Makars Series – William Neil', author: 'William Neil', - 'cd-count': 8, + cdCount: 8, price: '18.00', - 'scotsoun-id': '089', - 'track-list': [ + scotsounId: '089', + trackList: [ 'Wild Hairst Making Tracks', 'Mr & Mrs Absentee Landlord Despatches Home', 'Fhir Tha ’D Sheasamh air mo Lic Despatches Home', diff --git a/src/data/scotsoun/sscd092.ts b/src/data/scotsoun/sscd092.ts index 012ac3b..c2924d5 100644 --- a/src/data/scotsoun/sscd092.ts +++ b/src/data/scotsoun/sscd092.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Into the White World', - 'long-name': 'Into the White World', + longName: 'Into the White World', author: 'Kenneth White', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '092', - 'track-list': [ + scotsounId: '092', + trackList: [ 'Report to Erigena', 'Morning walk', 'Chant', diff --git a/src/data/scotsoun/sscd094.ts b/src/data/scotsoun/sscd094.ts index 954d74d..3e3656e 100644 --- a/src/data/scotsoun/sscd094.ts +++ b/src/data/scotsoun/sscd094.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Richt Noise', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – The Richt Noise', + longName: 'Scotsoun Makars Series – The Richt Noise', author: 'Raymond Vettese', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '094', - 'track-list': [ + scotsounId: '094', + trackList: [ 'Gaudy Aumous', 'Scottish Names', 'Til Deid Een', diff --git a/src/data/scotsoun/sscd095.ts b/src/data/scotsoun/sscd095.ts index 48942ab..c6a6d9c 100644 --- a/src/data/scotsoun/sscd095.ts +++ b/src/data/scotsoun/sscd095.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Sangschaw and Penny Wheep', - 'long-name': 'Sangschaw and Penny Wheep', + longName: 'Sangschaw and Penny Wheep', author: 'Hugh MacDiarmaid', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '095', - 'track-list': [ + scotsounId: '095', + trackList: [ 'Wheelrig', 'Country Life', 'O Jesu Parvule', diff --git a/src/data/scotsoun/sscd099.ts b/src/data/scotsoun/sscd099.ts index 64aaac6..88468e3 100644 --- a/src/data/scotsoun/sscd099.ts +++ b/src/data/scotsoun/sscd099.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Douglas Young', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Douglas Young', + longName: 'Scotsoun Makars Series – Douglas Young', author: 'Douglas Young', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '099', - 'track-list': [ + scotsounId: '099', + trackList: [ 'Guestless Howff', 'Dain do Eimhir XLIII: Were ’t no for Ye', 'Dain do Eimhir LI: I the Connachan Time', diff --git a/src/data/scotsoun/sscd105.ts b/src/data/scotsoun/sscd105.ts index a80f81a..bc45e4d 100644 --- a/src/data/scotsoun/sscd105.ts +++ b/src/data/scotsoun/sscd105.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Sheena Blackhall', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Sheena Blackhall', + longName: 'Scotsoun Makars Series – Sheena Blackhall', author: 'Sheena Blackhall', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '105', - 'track-list': [ + scotsounId: '105', + trackList: [ 'Au Clair de la Lune', 'Hairst Heirskip', 'Autumn', diff --git a/src/data/scotsoun/sscd110.ts b/src/data/scotsoun/sscd110.ts index bdf6577..7f01ddb 100644 --- a/src/data/scotsoun/sscd110.ts +++ b/src/data/scotsoun/sscd110.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: '21 Poems in Scots', - 'long-name': '21 Poems in Scots', + longName: '21 Poems in Scots', author: 'Robert Louis Stevenson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '110', - 'track-list': ['To Charles Baxter', 'To the Same', 'Athole Brose'], + scotsounId: '110', + trackList: ['To Charles Baxter', 'To the Same', 'Athole Brose'], }; export default cd; diff --git a/src/data/scotsoun/sscd111.ts b/src/data/scotsoun/sscd111.ts index 78c98da..6081fb5 100644 --- a/src/data/scotsoun/sscd111.ts +++ b/src/data/scotsoun/sscd111.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Brockit, the fermtoon cat', - 'long-name': 'Brockit, the fermtoon cat', + longName: 'Brockit, the fermtoon cat', author: 'Les Wheeler', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '111', - 'track-list': ['Brockit an The Berries', 'Brockit The Hero'], + scotsounId: '111', + trackList: ['Brockit an The Berries', 'Brockit The Hero'], description: { sco: ` Eleiven aventurs o Brockit, the fermtoon cat. Read bi George Philp, @@ -18,7 +18,7 @@ const cd: Scotsoun = { Sheena Blackhall, Alastair Taylor and Leslie Wheeler. `, }, - 'cover-artist': 'Rosemary Taylor', + coverArtist: 'Rosemary Taylor', }; export default cd; diff --git a/src/data/scotsoun/sscd112.ts b/src/data/scotsoun/sscd112.ts index a9507f4..3a116ad 100644 --- a/src/data/scotsoun/sscd112.ts +++ b/src/data/scotsoun/sscd112.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'As a’ Bhìoball', subtitle: 'Readings from the Gaelic Bible with Psalm Singing', - 'long-name': 'As a’ Bhìoball – Readings from the Gaelic Bible with Psalm Singing', - 'cd-count': 2, + longName: 'As a’ Bhìoball – Readings from the Gaelic Bible with Psalm Singing', + cdCount: 2, price: '18.00', - 'scotsoun-id': '112', + scotsounId: '112', }; export default cd; diff --git a/src/data/scotsoun/sscd115.ts b/src/data/scotsoun/sscd115.ts index 5dd26f4..9853b75 100644 --- a/src/data/scotsoun/sscd115.ts +++ b/src/data/scotsoun/sscd115.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Preiching of the Swallow', subtitle: 'Searmonachadh a’ Ghòbhlain-Ghaoithe', - 'long-name': 'The Preiching of the Swallow – Searmonachadh a’ Ghòbhlain-Ghaoithe', + longName: 'The Preiching of the Swallow – Searmonachadh a’ Ghòbhlain-Ghaoithe', author: 'Robert Henryson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '115', + scotsounId: '115', }; export default cd; diff --git a/src/data/scotsoun/sscd117.ts b/src/data/scotsoun/sscd117.ts index 70be6bd..4ccbe3f 100644 --- a/src/data/scotsoun/sscd117.ts +++ b/src/data/scotsoun/sscd117.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'A Child’s Garden of Verses', subtitle: 'read by children', - 'long-name': 'A Child’s Garden of Verses – read by children', + longName: 'A Child’s Garden of Verses – read by children', author: 'Robert Louis Stevenson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '117', + scotsounId: '117', description: { sco: ` Recordit at Linlithgow Primary Schuil i Novemmer @@ -18,7 +18,7 @@ const cd: Scotsoun = { 1994 and released in Edinburgh on 3rd December 1994. `, }, - 'track-list': [ + trackList: [ 'My Shadow', 'System', 'A Good Boy', diff --git a/src/data/scotsoun/sscd118.ts b/src/data/scotsoun/sscd118.ts index 6107403..e6582c8 100644 --- a/src/data/scotsoun/sscd118.ts +++ b/src/data/scotsoun/sscd118.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Lowland Souch', - 'long-name': 'Lowland Souch', + longName: 'Lowland Souch', author: 'Davie Robertson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '118', + scotsounId: '118', description: { sco: ` This recordin haes been inspired bi the recent revival o the Scottish cauldwind or bellows pipes. @@ -26,7 +26,7 @@ const cd: Scotsoun = { Ward (small pipes and harmonium). `, }, - 'track-list': ['The Piper’s Cave and Aiken Drum', 'A Drinkin Man Robertson'], + trackList: ['The Piper’s Cave and Aiken Drum', 'A Drinkin Man Robertson'], }; export default cd; diff --git a/src/data/scotsoun/sscd120.ts b/src/data/scotsoun/sscd120.ts index ebc2136..ea49215 100644 --- a/src/data/scotsoun/sscd120.ts +++ b/src/data/scotsoun/sscd120.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Thrawn Janet', - 'long-name': 'Thrawn Janet', + longName: 'Thrawn Janet', author: 'Robert Louis Stevenson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '120', - 'track-list': ['Scots Language Features', 'Literary Features'], + scotsounId: '120', + trackList: ['Scots Language Features', 'Literary Features'], }; export default cd; diff --git a/src/data/scotsoun/sscd121.ts b/src/data/scotsoun/sscd121.ts index 76d2a4c..10996a0 100644 --- a/src/data/scotsoun/sscd121.ts +++ b/src/data/scotsoun/sscd121.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Neil Munro', subtitle: '1863-1930', - 'long-name': 'Scotsoun Makars Series – George Campell Hay', + longName: 'Scotsoun Makars Series – George Campell Hay', author: 'Neil Munro', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '121', + scotsounId: '121', description: { sco: ` In Mey 1977, Renni McOwan arranged fur the Stirlin an Glesga memmers o the National Trust @@ -22,7 +22,7 @@ const cd: Scotsoun = { here captured as a poignant minding – but the talent of Neil Munro lives on. `, }, - 'track-list': ['Crodh Chailein sung', 'Extract from Fancy Farm'], + trackList: ['Crodh Chailein sung', 'Extract from Fancy Farm'], }; export default cd; diff --git a/src/data/scotsoun/sscd122.ts b/src/data/scotsoun/sscd122.ts index 2f38032..0a26a40 100644 --- a/src/data/scotsoun/sscd122.ts +++ b/src/data/scotsoun/sscd122.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'How to Pronounce Older Scots', - 'long-name': 'How to Pronounce Older Scots', + longName: 'How to Pronounce Older Scots', author: 'Prof AJ Aitken', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '122', - 'track-list': [ + scotsounId: '122', + trackList: [ 'From The Fable of the Fox, the Wolf and the Husbandman by Robert Henryson (in Poems edited by Denton Fox, OUP, 1981, pp. 89/90)', 'The Need for Preparation and Rehearsal', 'The Modern Standard English Model', diff --git a/src/data/scotsoun/sscd137-8.ts b/src/data/scotsoun/sscd137-8.ts index fc3da50..f6329f8 100644 --- a/src/data/scotsoun/sscd137-8.ts +++ b/src/data/scotsoun/sscd137-8.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'TS Law', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – TS Law', + longName: 'Scotsoun Makars Series – TS Law', author: 'TS Law', - 'cd-count': 4, + cdCount: 4, price: '28.00', - 'scotsoun-id': '137-8', - 'track-list': [ + scotsounId: '137-8', + trackList: [ 'Skinheads at Auschwitz, Easter 1996', 'Ban Polaris, Halleluia', 'Seam', diff --git a/src/data/scotsoun/sscd146.ts b/src/data/scotsoun/sscd146.ts index 900acb1..7083ea7 100644 --- a/src/data/scotsoun/sscd146.ts +++ b/src/data/scotsoun/sscd146.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Lost Pibroch', - 'long-name': 'The Lost Pibroch', + longName: 'The Lost Pibroch', author: 'William McCallum and P/M Donald MacLeod', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '146', - 'track-list': [ + scotsounId: '146', + trackList: [ 'Beloved Scotland (The Lost Pibroch)', 'Structure of the Pibroch: illustrated on the chanter by W McCallum', 'Introduction to Strathspeys', diff --git a/src/data/scotsoun/sscd147.ts b/src/data/scotsoun/sscd147.ts index 7e04c85..79421fb 100644 --- a/src/data/scotsoun/sscd147.ts +++ b/src/data/scotsoun/sscd147.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'George Campbell Hay', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – George Campell Hay', + longName: 'Scotsoun Makars Series – George Campell Hay', author: 'George Campbell Hay', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '147', - 'track-list': [ + scotsounId: '147', + trackList: [ 'Bisearta', 'Bizerta', 'An t-Oigear', diff --git a/src/data/scotsoun/sscd504.ts b/src/data/scotsoun/sscd504.ts index 89bad5a..9b35d1f 100644 --- a/src/data/scotsoun/sscd504.ts +++ b/src/data/scotsoun/sscd504.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'James Scott Skinner', subtitle: 'His Life and Achievement', - 'long-name': 'James Scott Skinner – His Life and Achievement', + longName: 'James Scott Skinner – His Life and Achievement', author: 'Hebbie Gray', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '504', + scotsounId: '504', description: { sco: ` A walin frae the fiddle compositions o James Scott Skinner, @@ -18,7 +18,7 @@ const cd: Scotsoun = { Skinner, played by Hebbie Gray with accompanying commentary. `, }, - 'track-list': [ + trackList: [ 'Mrs Scott Skinner – Bonny Banchory', 'Narrative continued', 'John MacFadyen o Melfort', diff --git a/src/data/scotsoun/sscd581.ts b/src/data/scotsoun/sscd581.ts index 9fc0c63..58a6e4c 100644 --- a/src/data/scotsoun/sscd581.ts +++ b/src/data/scotsoun/sscd581.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Fiddle Heichlichts', - 'long-name': 'Fiddle Heichlichts', + longName: 'Fiddle Heichlichts', author: 'Karen Hannah, Yla Steven, Hugh MacGilp and Ian Powrie', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '518', + scotsounId: '518', description: { sco: ` Scotsoun haes on mony occasions uised fiddle muisic waein its recordins. Noo, fur the first diff --git a/src/data/scotsoun/sscd800.ts b/src/data/scotsoun/sscd800.ts index a017c3e..4a92eff 100644 --- a/src/data/scotsoun/sscd800.ts +++ b/src/data/scotsoun/sscd800.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Nan Chnochan Uain’ Ile', - 'long-name': 'Nan Chnochan Uain’ Ile', + longName: 'Nan Chnochan Uain’ Ile', author: 'Ian Carmichael', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '800', - 'track-list': ['Mo Run Geal Dileas', 'Nan Chnochan Uain Ile'], + scotsounId: '800', + trackList: ['Mo Run Geal Dileas', 'Nan Chnochan Uain Ile'], }; export default cd; diff --git a/src/data/scotsoun/sscd801.ts b/src/data/scotsoun/sscd801.ts index ffc68f6..97b5109 100644 --- a/src/data/scotsoun/sscd801.ts +++ b/src/data/scotsoun/sscd801.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Violet Jacob', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Violet Jacob', + longName: 'Scotsoun Makars Series – Violet Jacob', author: 'Violet Jacob', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '801', - 'track-list': [ + scotsounId: '801', + trackList: [ 'The Rowan', 'The Tramp to the Tattie-doolie', 'The Lost Licht – A Perthshire Legend', diff --git a/src/data/scotsoun/sscd802.ts b/src/data/scotsoun/sscd802.ts index 4c53305..f5f011a 100644 --- a/src/data/scotsoun/sscd802.ts +++ b/src/data/scotsoun/sscd802.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Three Doric Tales', - 'long-name': 'Three Doric Tales', + longName: 'Three Doric Tales', author: 'Stephen Pacitti', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '802', - 'track-list': ['Glaikit Andra', 'The Tattiebogle'], + scotsounId: '802', + trackList: ['Glaikit Andra', 'The Tattiebogle'], }; export default cd; diff --git a/src/data/scotsoun/sscd803.ts b/src/data/scotsoun/sscd803.ts index 0d18ea2..257b554 100644 --- a/src/data/scotsoun/sscd803.ts +++ b/src/data/scotsoun/sscd803.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Marion Angus', subtitle: 'Scotsoun Makars Series', - 'long-name': 'Scotsoun Makars Series – Marion Angus', + longName: 'Scotsoun Makars Series – Marion Angus', author: 'Marion Angus', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '803', - 'track-list': [ + scotsounId: '803', + trackList: [ 'The Wee Sma Glen', 'Hogmany', 'Barbara', diff --git a/src/data/scotsoun/sscd804.ts b/src/data/scotsoun/sscd804.ts index 4dfb4d8..708b624 100644 --- a/src/data/scotsoun/sscd804.ts +++ b/src/data/scotsoun/sscd804.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Whaleback City', subtitle: 'The Poetry of Dundee and Its Hinterland', - 'long-name': 'Whaleback City – The Poetry of Dundee and Its Hinterland', + longName: 'Whaleback City – The Poetry of Dundee and Its Hinterland', author: 'various', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '804', - 'track-list': [ + scotsounId: '804', + trackList: [ 'Dundee Day Tripper', 'Excerpt from ‘The Wallace’', 'Textile Toun', diff --git a/src/data/scotsoun/sscd805.ts b/src/data/scotsoun/sscd805.ts index 7494766..3b1a999 100644 --- a/src/data/scotsoun/sscd805.ts +++ b/src/data/scotsoun/sscd805.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Oot o the Kist', - 'long-name': 'Oot o the Kist', + longName: 'Oot o the Kist', author: 'Sheena Blackhall', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '805', - 'track-list': [ + scotsounId: '805', + trackList: [ 'Corn Dolly: Stagwyse', 'Corachree', 'A Gweed New Year: Cyard’s Kist', diff --git a/src/data/scotsoun/sscd806.ts b/src/data/scotsoun/sscd806.ts index 106803d..a8d7065 100644 --- a/src/data/scotsoun/sscd806.ts +++ b/src/data/scotsoun/sscd806.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Heichts o Macchu Picchu', subtitle: 'frae an owersettin by John Law', - 'long-name': 'The Heichts o Macchu Picchu – frae an owersettin by John Law', + longName: 'The Heichts o Macchu Picchu – frae an owersettin by John Law', author: 'John Law', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '806', - 'track-list': ['Hallaig', '‘The Corrie’ Sailin'], + scotsounId: '806', + trackList: ['Hallaig', '‘The Corrie’ Sailin'], description: { sco: ` Wi an innin by Dr Angela Howkins an featuring readins diff --git a/src/data/scotsoun/sscd807.ts b/src/data/scotsoun/sscd807.ts index 1859b24..8ae14db 100644 --- a/src/data/scotsoun/sscd807.ts +++ b/src/data/scotsoun/sscd807.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'The Lass o Gowrie', - 'long-name': 'The Lass o Gowrie', + longName: 'The Lass o Gowrie', author: 'Margaret Gillies Brown', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '807', - 'track-list': [ + scotsounId: '807', + trackList: [ 'Northern Midsummer', 'Stray Hen', 'Loss', diff --git a/src/data/scotsoun/sscd808.ts b/src/data/scotsoun/sscd808.ts index 179713c..3998786 100644 --- a/src/data/scotsoun/sscd808.ts +++ b/src/data/scotsoun/sscd808.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Scots Leid in Europe', - 'long-name': 'Scots Leid in Europe', + longName: 'Scots Leid in Europe', author: 'Tam Hubbard, Kate Armstrong, Frances Robson, Lisa Simmons and George T Watt', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '808', - 'track-list': [ + scotsounId: '808', + trackList: [ 'Glaomin', 'Charles I', 'The Wabster o Silesia', diff --git a/src/data/scotsoun/sscd809.ts b/src/data/scotsoun/sscd809.ts index d0708ca..b0ae3bc 100644 --- a/src/data/scotsoun/sscd809.ts +++ b/src/data/scotsoun/sscd809.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ravines', subtitle: 'a richer tocher', - 'long-name': 'Ravines – A Richer Tocher', + longName: 'Ravines – A Richer Tocher', author: 'Sheila Templeton', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '809', - 'track-list': [ + scotsounId: '809', + trackList: [ 'Mixin Mustard', 'Grunnie', 'Screivin a Great Grunnie', diff --git a/src/data/scotsoun/sscd810.ts b/src/data/scotsoun/sscd810.ts index 9d31e57..c91eba3 100644 --- a/src/data/scotsoun/sscd810.ts +++ b/src/data/scotsoun/sscd810.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Doric and Doric – German ti Doric', - 'long-name': 'Doric and Doric – German ti Doric', + longName: 'Doric and Doric – German ti Doric', author: 'Mary Johnston', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '810', + scotsounId: '810', description: { sco: ` Scotsoun wad fain say their thanks til Doug Ring that made the oreiginal recordins, an til @@ -17,7 +17,7 @@ const cd: Scotsoun = { Malcolm Macgregor of MacTrak Duplicating who pressed the original CDs. `, }, - 'track-list': [ + trackList: [ 'First Grandchild', 'Lullaby', 'Born ti dance', diff --git a/src/data/scotsoun/sscd811.ts b/src/data/scotsoun/sscd811.ts index 51817d1..8a69810 100644 --- a/src/data/scotsoun/sscd811.ts +++ b/src/data/scotsoun/sscd811.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Stuart A Paterson', subtitle: 'mind noo has some swearie wurds!', - 'long-name': 'Stuart A Paterson', + longName: 'Stuart A Paterson', author: 'Stuart A Paterson', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '811', - 'track-list': [ + scotsounId: '811', + trackList: [ 'Craw', 'Blate', 'Aye', diff --git a/src/data/scotsoun/sscd812.ts b/src/data/scotsoun/sscd812.ts index 39d8a1b..67e65ac 100644 --- a/src/data/scotsoun/sscd812.ts +++ b/src/data/scotsoun/sscd812.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Ravines', subtitle: 'Poems and Songs', - 'long-name': 'Ravines – Poems and Songs', + longName: 'Ravines – Poems and Songs', author: 'David Purdie', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '812', - 'track-list': [ + scotsounId: '812', + trackList: [ 'Leddy Stair’s Closse', 'Ode til Lord Monboddo', 'Lowdie’s Sang', diff --git a/src/data/scotsoun/sscd813.ts b/src/data/scotsoun/sscd813.ts index d878546..bd465f2 100644 --- a/src/data/scotsoun/sscd813.ts +++ b/src/data/scotsoun/sscd813.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Mither Ape', - 'long-name': 'Mither Ape', + longName: 'Mither Ape', author: 'Tam Hubbard', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '813', - 'track-list': ['Pepper-Rammy', 'The Labster Quadrille'], + scotsounId: '813', + trackList: ['Pepper-Rammy', 'The Labster Quadrille'], }; export default cd; diff --git a/src/data/scotsoun/sscd814.ts b/src/data/scotsoun/sscd814.ts index 8ac2b44..895ae12 100644 --- a/src/data/scotsoun/sscd814.ts +++ b/src/data/scotsoun/sscd814.ts @@ -1,14 +1,14 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Auld Leids, New Vyces', - 'long-name': 'Auld Leids, New Vyces', + longName: 'Auld Leids, New Vyces', author: 'Fran Baillie, Karen Hannah, Dorothy Lawrenson, John Quinn, Marcas Mac an Tuairneir and George T Watt', - 'cd-count': 1, + cdCount: 1, price: '11.00', - 'scotsoun-id': '814', - 'track-list': [ + scotsounId: '814', + trackList: [ 'Uisge', 'Teine', 'Àile', diff --git a/src/data/scotsoun/sscd815.ts b/src/data/scotsoun/sscd815.ts index 0605fa6..0dd5fd0 100644 --- a/src/data/scotsoun/sscd815.ts +++ b/src/data/scotsoun/sscd815.ts @@ -1,15 +1,15 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Peewits', - 'long-name': 'Peewits', + longName: 'Peewits', author: 'The Bowhill Players', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '815', - 'cover-artist': 'Mary an David Hershaw', - 'release-date': '2020-06-24', - 'track-list': ['Daft Laddie in the Wuids', 'Daftboy Suite (Instrumental)'], + scotsounId: '815', + coverArtist: 'Mary an David Hershaw', + releaseDate: '2020-06-24', + trackList: ['Daft Laddie in the Wuids', 'Daftboy Suite (Instrumental)'], description: { 'en-GB': ` Music inspired by the Scots poem _The Daft Boy – for John Hershaw: 11th Februar, 1941_ by Willie Hershaw, published by Neepheid Publications, 2019. diff --git a/src/data/scotsoun/sscd816.ts b/src/data/scotsoun/sscd816.ts index c0eb3e7..c29d189 100644 --- a/src/data/scotsoun/sscd816.ts +++ b/src/data/scotsoun/sscd816.ts @@ -1,13 +1,13 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Michael', subtitle: 'A Ballad Play in Scots', - 'long-name': '"Michael: A Ballad Play in Scots"', + longName: '"Michael: A Ballad Play in Scots"', author: 'William Hershaw', - 'cd-count': 2, + cdCount: 2, price: '18.00', - 'scotsoun-id': '816', + scotsounId: '816', description: { 'en-GB': ` _Michael: A Ballad Play in Scots_ by William Hershaw is based on the character of Michael Scot of Balwearie, the 12th-century philosopher, translator, polymath, alchemist and reputed wizard. Hershaw has combined the historical and folk myth aspects of the Michael Scot legend to create a gripping portrayal of a troubled soul who attempts to destroy the universe in order to prove the existence of God.<br> diff --git a/src/data/scotsoun/sscdM150.ts b/src/data/scotsoun/sscdM150.ts index a6a194c..b7faf4c 100644 --- a/src/data/scotsoun/sscdM150.ts +++ b/src/data/scotsoun/sscdM150.ts @@ -1,12 +1,12 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'Minnie', - 'long-name': 'Minnie', + longName: 'Minnie', author: 'Sheena Blackhall', - 'cd-count': 3, + cdCount: 3, price: '25.00', - 'scotsoun-id': 'M150', + scotsounId: 'M150', }; export default cd; diff --git a/src/data/scotsoun/sscdU1.ts b/src/data/scotsoun/sscdU1.ts index f930fa4..d1b6dcd 100644 --- a/src/data/scotsoun/sscdU1.ts +++ b/src/data/scotsoun/sscdU1.ts @@ -1,17 +1,17 @@ -import type Scotsoun from '../../types/Scotsoun'; +import type Scotsoun from '$types/Scotsoun'; const cd: Scotsoun = { title: 'An Ulster Triptych', - 'long-name': 'An Ulster Triptych', + longName: 'An Ulster Triptych', author: 'George T Watt', - 'cd-count': 1, + cdCount: 1, price: '6.00', - 'scotsoun-id': 'U1', + scotsounId: 'U1', description: { sco: 'As featured on BBC Radio Ulster’s ‘A Kist o Words’.', 'en-GB': 'As featured on BBC Radio Ulster’s ‘A Kist o Words’.', }, - 'track-list': ['Winter 1778-79', 'Post script'], + trackList: ['Winter 1778-79', 'Post script'], }; export default cd; |
