mini-player: wip
This commit is contained in:
parent
779f42daf7
commit
8d0caa2989
13 changed files with 217 additions and 3 deletions
38
content/mp-tracks.json
Normal file
38
content/mp-tracks.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "Good old times",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/times.mp3"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "Identification",
|
||||
"artist": "Infinity Frequencies",
|
||||
"src": "/static/music/infinity.mp3"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Flip the Switch",
|
||||
"artist": "Stevia Sphere",
|
||||
"src": "/static/music/switch.mp3"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Machines Vs Water",
|
||||
"artist": "Stevia Sphere",
|
||||
"src": "/static/music/machines.mp3"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Elevator 1",
|
||||
"artist": "Stevia Sphere",
|
||||
"src": "/static/music/elevator.mp3"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Somewhere Dark",
|
||||
"artist": "Monodrone",
|
||||
"src": "/static/music/dark.mp3"
|
||||
}
|
||||
]
|
||||
72
content/p-tracks.json
Normal file
72
content/p-tracks.json
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"title": "I'm getting tired of farewells",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/farewells.mp3",
|
||||
"album": "LIFE"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"title": "DAWN",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/DAWN.mp3",
|
||||
"album": "DAWN"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "Move on",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/move_on.mp3",
|
||||
"album": "DAWN"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Carcer",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/carcer.mp3",
|
||||
"album": "LIFE"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"title": "Under listening",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/listening.mp3",
|
||||
"album": "Justice"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"title": "Fading away",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/fading.mp3",
|
||||
"album": "LIFE"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"title": "Hindsight",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/hindsight.mp3",
|
||||
"album": "The End"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"title": "With or without",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/without.mp3",
|
||||
"album": "Extinction"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"title": "Perfect Light",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/perfect_light.mp3",
|
||||
"album": "Rebirth"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"title": "Good old times",
|
||||
"artist": "Agahnim",
|
||||
"src": "/static/music/times.mp3",
|
||||
"album": "Extinction"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue