115 lines
3.0 KiB
TypeScript
115 lines
3.0 KiB
TypeScript
export default eventHandler(() => {
|
|
return [
|
|
{
|
|
id: 0,
|
|
number: 1,
|
|
compilation: 'ES00',
|
|
title: 'The grinding wheel',
|
|
artist: 0,
|
|
duration: 392,
|
|
bpm: 0,
|
|
link: 'https://arakirecords.bandcamp.com/track/the-grinding-wheel'
|
|
},
|
|
{
|
|
id: 1,
|
|
number: 2,
|
|
compilation: 'ES00',
|
|
title: 'Bleach',
|
|
artist: 1,
|
|
duration: 500,
|
|
bpm: 0,
|
|
link: 'https://the-kundalini-genie.bandcamp.com/track/bleach-2'
|
|
},
|
|
{
|
|
id: 2,
|
|
number: 3,
|
|
compilation: 'ES00',
|
|
title: 'Televised mind',
|
|
artist: 2,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://fontainesdc.bandcamp.com/track/televised-mind'
|
|
},
|
|
{
|
|
id: 3,
|
|
number: 4,
|
|
compilation: 'ES00',
|
|
title: 'In it',
|
|
artist: 3,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://howlinbananarecords.bandcamp.com/track/in-it'
|
|
},
|
|
{
|
|
id: 4,
|
|
number: 5,
|
|
compilation: 'ES00',
|
|
title: 'Bad michel',
|
|
artist: 4,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://johnnymafia.bandcamp.com/track/bad-michel-3'
|
|
},
|
|
{
|
|
id: 5,
|
|
number: 6,
|
|
compilation: 'ES00',
|
|
title: 'Overall',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://newcandys.bandcamp.com/track/overall'
|
|
},
|
|
{
|
|
id: 6,
|
|
number: 6,
|
|
compilation: 'ES00',
|
|
title: 'Guitar jet',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://radiomartiko.bandcamp.com/track/guitare-jet'
|
|
},
|
|
{
|
|
id: 7,
|
|
number: 6,
|
|
compilation: 'ES00',
|
|
title: 'Blowup',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://magicshoppe.bandcamp.com/track/blowup'
|
|
},
|
|
{
|
|
id: 8,
|
|
number: 6,
|
|
compilation: 'ES00',
|
|
title: 'Intercontinental radio waves',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://traams.bandcamp.com/track/intercontinental-radio-waves'
|
|
},
|
|
{
|
|
id: 9,
|
|
number: 6,
|
|
compilation: 'ES00',
|
|
title: 'Here comes the sun',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://blue-orchid.bandcamp.com/track/here-come-the-sun'
|
|
},
|
|
{
|
|
id: 10,
|
|
number: 11,
|
|
compilation: 'ES00',
|
|
title: 'Like in the movies',
|
|
artist: 5,
|
|
duration: 0,
|
|
bpm: 0,
|
|
link: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies-2'
|
|
},
|
|
]
|
|
})
|