|
1 | 1 | { |
2 | 2 | "songs": [ |
3 | | - {"artist": "Duke", "title": "Nukem", "mp3": "songs/duke.mp3"}, |
4 | | - {"artist": "Dhalius", "title": "Yeah", "mp3": "https://archive.org/download/DhaliusMusicCollection2002-2010/YEAH.mp3"}, |
5 | | - {"artist": "Tom Caruana", "title": "Welcome Aboard", "mp3": "https://archive.org/download/Welcome_Aboard-5483/Tom_Caruana_-_07_-_Get_It_Off_Your_Chest.mp3"}, |
6 | | - {"artist": "Jason Shaw", "title": "Mornings", "mp3": "https://archive.org/download/Audionautix_Acoustic-9870/Jason_Shaw_-_12_MORNINGS.mp3"}, |
7 | | - {"artist": "Evgeny Grinko", "title": "Winter Sunshine", "mp3": "https://archive.org/download/Winter_Sunshine_EP-8201/Evgeny_Grinko_-_01_-_Winter_Sunshine.mp3"}, |
8 | | - {"artist": "Dave Howes", "title": "Roméo Alpha", "mp3": "https://archive.org/download/RomeoAlpha/RomeoAlpha.mp3"} |
| 3 | + {"artist": "Duke", "title": "Nukem", "file": "songs/duke.mp3"}, |
| 4 | + {"artist": "Dhalius", "title": "Yeah", "file": "https://archive.org/download/DhaliusMusicCollection2002-2010/YEAH.mp3"}, |
| 5 | + {"artist": "Tom Caruana", "title": "Welcome Aboard", "file": "https://archive.org/download/Welcome_Aboard-5483/Tom_Caruana_-_07_-_Get_It_Off_Your_Chest.mp3"}, |
| 6 | + {"artist": "Jason Shaw", "title": "Mornings", "file": "https://archive.org/download/Audionautix_Acoustic-9870/Jason_Shaw_-_12_MORNINGS.mp3"}, |
| 7 | + {"artist": "Evgeny Grinko", "title": "Winter Sunshine", "file": "https://archive.org/download/Winter_Sunshine_EP-8201/Evgeny_Grinko_-_01_-_Winter_Sunshine.mp3"}, |
| 8 | + {"artist": "Dave Howes", "title": "Roméo Alpha", "file": "https://archive.org/download/RomeoAlpha/RomeoAlpha.mp3"}, |
| 9 | + {"artist": "AAC", "title": "Demo", "file": "songs/gs-16b-2c-44100hz.aac"} |
9 | 10 | ] |
10 | 11 | } |
0 commit comments