Files
evilspins/server/api/tracks.ts
2024-10-22 23:36:04 +02:00

225 lines
5.0 KiB
TypeScript

export default eventHandler(() => {
return [
{
id: 1,
compilation: 'ES00A',
title: 'The grinding wheel',
artist: 0,
start: 0,
bpm: 0,
url: 'https://arakirecords.bandcamp.com/track/the-grinding-wheel',
cover: 'a3236746052',
},
{
id: 2,
compilation: 'ES00A',
title: 'Bleach',
artist: 1,
start: 393,
bpm: 0,
url: 'https://the-kundalini-genie.bandcamp.com/track/bleach-2',
cover: 'a1714786533',
},
{
id: 3,
compilation: 'ES00A',
title: 'Televised mind',
artist: 2,
start: 892,
bpm: 0,
url: 'https://fontainesdc.bandcamp.com/track/televised-mind',
cover: 'a3772806156'
},
{
id: 4,
compilation: 'ES00A',
title: 'In it',
artist: 3,
start: 1138,
bpm: 0,
url: 'https://howlinbananarecords.bandcamp.com/track/in-it',
cover: 'a1720372066',
},
{
id: 5,
compilation: 'ES00A',
title: 'Bad michel',
artist: 4,
start: 1245,
bpm: 0,
url: 'https://johnnymafia.bandcamp.com/track/bad-michel-3',
cover: 'a0984622869',
},
{
id: 6,
compilation: 'ES00A',
title: 'Overall',
artist: 5,
start: 1394,
bpm: 0,
url: 'https://newcandys.bandcamp.com/track/overall',
cover: 'a0559661270',
},
{
id: 7,
compilation: 'ES00A',
title: 'Blowup',
artist: 6,
start: 1674,
bpm: 0,
url: 'https://magicshoppe.bandcamp.com/track/blowup',
cover: 'a1444895293',
},
{
id: 8,
compilation: 'ES00A',
title: 'Guitar jet',
artist: 7,
start: 1880,
bpm: 0,
url: 'https://radiomartiko.bandcamp.com/track/guitare-jet',
cover: 'a1494681687',
},
{
id: 9,
compilation: 'ES00A',
title: 'Intercontinental radio waves',
artist: 8,
start: 2024,
bpm: 0,
url: 'https://traams.bandcamp.com/track/intercontinental-radio-waves',
cover: 'a0046738552',
},
{
id: 10,
compilation: 'ES00A',
title: 'Here comes the sun',
artist: 9,
start: 2211,
bpm: 0,
url: 'https://blue-orchid.bandcamp.com/track/here-come-the-sun',
cover: 'a4102567047',
},
{
id: 11,
compilation: 'ES00A',
title: 'Like in the movies',
artist: 10,
start: 2559,
bpm: 0,
url: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies-2',
cover: 'a2203158939',
},
{
id: 21,
compilation: 'ES00B',
title: 'Ce que révèle l\'éclipse',
artist: 0,
start: 0,
bpm: 0,
url: 'https://arakirecords.bandcamp.com/track/ce-que-r-v-le-l-clipse',
cover: 'a3236746052',
},
{
id: 22,
compilation: 'ES00B',
title: 'Bleedin\' Gums Mushrool',
artist: 1,
start: 263,
bpm: 0,
url: 'https://the-kundalini-genie.bandcamp.com/track/bleedin-gums-mushroom',
cover: 'a1714786533',
},
{
id: 23,
compilation: 'ES00B',
title: 'A lucid dream',
artist: 2,
start: 554,
bpm: 0,
url: 'https://fontainesdc.bandcamp.com/track/a-lucid-dream',
cover: 'a3772806156',
},
{
id: 24,
compilation: 'ES00B',
title: 'Lights off',
artist: 3,
start: 781,
bpm: 0,
url: 'https://howlinbananarecords.bandcamp.com/track/lights-off',
cover: 'a1720372066',
},
{
id: 25,
compilation: 'ES00B',
title: 'I\'m sentimental',
artist: 4,
start: 969,
bpm: 0,
url: 'https://johnnymafia.bandcamp.com/track/im-sentimental-2',
cover: 'a2333676849',
},
{
id: 26,
compilation: 'ES00B',
title: 'Thrill or trip',
artist: 5,
start: 1128,
bpm: 0,
url: 'https://newcandys.bandcamp.com/track/thrill-or-trip',
cover: 'a0559661270',
},
{
id: 27,
compilation: 'ES00B',
title: 'Redhead',
artist: 6,
start: 1303,
bpm: 0,
url: 'https://magicshoppe.bandcamp.com/track/redhead',
cover: 'a0594426943',
},
{
id: 28,
compilation: 'ES00B',
title: 'Supersonic twist',
artist: 7,
start: 1584,
bpm: 0,
url: 'https://open.spotify.com/track/66voQIZAJ3zD3Eju2qtNjF',
cover: 'a1494681687',
},
{
id: 29,
compilation: 'ES00B',
title: 'Flowers',
artist: 8,
start: 1749,
bpm: 0,
url: 'https://traams.bandcamp.com/track/flowers',
cover: 'a3644668199',
},
{
id: 30,
compilation: 'ES00B',
title: 'The shade',
artist: 9,
start: 1924,
bpm: 0,
url: 'https://blue-orchid.bandcamp.com/track/the-shade',
cover: 'a0804204790',
},
{
id: 31,
compilation: 'ES00B',
title: 'Like in the movies',
artist: 10,
start: 2185,
bpm: 0,
url: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies',
cover: 'a3647322740',
},
]
})