FEAT: player with tracks name
This commit is contained in:
@@ -6,7 +6,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'The grinding wheel',
|
||||
artist: 0,
|
||||
duration: 392,
|
||||
start: 0,
|
||||
bpm: 0,
|
||||
link: 'https://arakirecords.bandcamp.com/track/the-grinding-wheel'
|
||||
},
|
||||
@@ -16,7 +16,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'Bleach',
|
||||
artist: 1,
|
||||
duration: 500,
|
||||
start: 393,
|
||||
bpm: 0,
|
||||
link: 'https://the-kundalini-genie.bandcamp.com/track/bleach-2'
|
||||
},
|
||||
@@ -26,7 +26,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'Televised mind',
|
||||
artist: 2,
|
||||
duration: 0,
|
||||
start: 892,
|
||||
bpm: 0,
|
||||
link: 'https://fontainesdc.bandcamp.com/track/televised-mind'
|
||||
},
|
||||
@@ -36,7 +36,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'In it',
|
||||
artist: 3,
|
||||
duration: 0,
|
||||
start: 1138,
|
||||
bpm: 0,
|
||||
link: 'https://howlinbananarecords.bandcamp.com/track/in-it'
|
||||
},
|
||||
@@ -46,7 +46,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'Bad michel',
|
||||
artist: 4,
|
||||
duration: 0,
|
||||
start: 1245,
|
||||
bpm: 0,
|
||||
link: 'https://johnnymafia.bandcamp.com/track/bad-michel-3'
|
||||
},
|
||||
@@ -56,7 +56,7 @@ export default eventHandler(() => {
|
||||
compilation: 'ES00A',
|
||||
title: 'Overall',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
start: 1394,
|
||||
bpm: 0,
|
||||
link: 'https://newcandys.bandcamp.com/track/overall'
|
||||
},
|
||||
@@ -65,8 +65,8 @@ export default eventHandler(() => {
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Guitar jet',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 6,
|
||||
start: 1674,
|
||||
bpm: 0,
|
||||
link: 'https://radiomartiko.bandcamp.com/track/guitare-jet'
|
||||
},
|
||||
@@ -75,8 +75,8 @@ export default eventHandler(() => {
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Blowup',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 7,
|
||||
start: 1880,
|
||||
bpm: 0,
|
||||
link: 'https://magicshoppe.bandcamp.com/track/blowup'
|
||||
},
|
||||
@@ -85,8 +85,8 @@ export default eventHandler(() => {
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Intercontinental radio waves',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 8,
|
||||
start: 2024,
|
||||
bpm: 0,
|
||||
link: 'https://traams.bandcamp.com/track/intercontinental-radio-waves'
|
||||
},
|
||||
@@ -95,8 +95,8 @@ export default eventHandler(() => {
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Here comes the sun',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 9,
|
||||
start: 2211,
|
||||
bpm: 0,
|
||||
link: 'https://blue-orchid.bandcamp.com/track/here-come-the-sun'
|
||||
},
|
||||
@@ -105,120 +105,120 @@ export default eventHandler(() => {
|
||||
number: 11,
|
||||
compilation: 'ES00A',
|
||||
title: 'Like in the movies',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 10,
|
||||
start: 2559,
|
||||
bpm: 0,
|
||||
link: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies-2'
|
||||
},
|
||||
{
|
||||
id: 0,
|
||||
number: 1,
|
||||
compilation: 'ES00A',
|
||||
title: 'The grinding wheel',
|
||||
compilation: 'ES00B',
|
||||
title: 'Ce que révèle l\'éclipse',
|
||||
artist: 0,
|
||||
duration: 392,
|
||||
start: 0,
|
||||
bpm: 0,
|
||||
link: 'https://arakirecords.bandcamp.com/track/the-grinding-wheel'
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
number: 2,
|
||||
compilation: 'ES00A',
|
||||
title: 'Bleach',
|
||||
compilation: 'ES00B',
|
||||
title: 'Bleedin\' Gums Mushrool',
|
||||
artist: 1,
|
||||
duration: 500,
|
||||
start: 263,
|
||||
bpm: 0,
|
||||
link: 'https://the-kundalini-genie.bandcamp.com/track/bleach-2'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
number: 3,
|
||||
compilation: 'ES00A',
|
||||
title: 'Televised mind',
|
||||
compilation: 'ES00B',
|
||||
title: 'A lucid dream',
|
||||
artist: 2,
|
||||
duration: 0,
|
||||
start: 554,
|
||||
bpm: 0,
|
||||
link: 'https://fontainesdc.bandcamp.com/track/televised-mind'
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
number: 4,
|
||||
compilation: 'ES00A',
|
||||
title: 'In it',
|
||||
compilation: 'ES00B',
|
||||
title: 'Lights off',
|
||||
artist: 3,
|
||||
duration: 0,
|
||||
start: 781,
|
||||
bpm: 0,
|
||||
link: 'https://howlinbananarecords.bandcamp.com/track/in-it'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
number: 5,
|
||||
compilation: 'ES00A',
|
||||
title: 'Bad michel',
|
||||
compilation: 'ES00B',
|
||||
title: 'I\'m sentimental',
|
||||
artist: 4,
|
||||
duration: 0,
|
||||
start: 969,
|
||||
bpm: 0,
|
||||
link: 'https://johnnymafia.bandcamp.com/track/bad-michel-3'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Overall',
|
||||
compilation: 'ES00B',
|
||||
title: 'Thrill or trip',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
start: 1128,
|
||||
bpm: 0,
|
||||
link: 'https://newcandys.bandcamp.com/track/overall'
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Guitar jet',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
compilation: 'ES00B',
|
||||
title: 'Redhead',
|
||||
artist: 6,
|
||||
start: 1303,
|
||||
bpm: 0,
|
||||
link: 'https://radiomartiko.bandcamp.com/track/guitare-jet'
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Blowup',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
compilation: 'ES00B',
|
||||
title: 'Supersonic twist',
|
||||
artist: 7,
|
||||
start: 1584,
|
||||
bpm: 0,
|
||||
link: 'https://magicshoppe.bandcamp.com/track/blowup'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Intercontinental radio waves',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
compilation: 'ES00B',
|
||||
title: 'Flowers',
|
||||
artist: 8,
|
||||
start: 1749,
|
||||
bpm: 0,
|
||||
link: 'https://traams.bandcamp.com/track/intercontinental-radio-waves'
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
number: 6,
|
||||
compilation: 'ES00A',
|
||||
title: 'Here comes the sun',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
compilation: 'ES00B',
|
||||
title: 'The shade',
|
||||
artist: 9,
|
||||
start: 1924,
|
||||
bpm: 0,
|
||||
link: 'https://blue-orchid.bandcamp.com/track/here-come-the-sun'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
number: 11,
|
||||
compilation: 'ES00A',
|
||||
compilation: 'ES00B',
|
||||
title: 'Like in the movies',
|
||||
artist: 5,
|
||||
duration: 0,
|
||||
artist: 10,
|
||||
start: 2185,
|
||||
bpm: 0,
|
||||
link: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies-2'
|
||||
link: 'https://bruitblanc.bandcamp.com/track/like-in-the-movies'
|
||||
},
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user