audio player example: add misssing json file
This commit is contained in:
parent
01ee307a4b
commit
db26a8fb62
1 changed files with 56 additions and 0 deletions
56
examples/ui/audio_player/json/music.json
Normal file
56
examples/ui/audio_player/json/music.json
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"album": "The Grey Album",
|
||||||
|
"artist": "Danger Mouse",
|
||||||
|
"artwork": "http://0x2620.org/music/Danger Mouse/2004 The Grey Album/artwork.png",
|
||||||
|
"bitrate": 128,
|
||||||
|
"checked": true,
|
||||||
|
"disc": 1,
|
||||||
|
"duration": 160.417,
|
||||||
|
"file": "http://0x2620.org/music/Danger Mouse/2004 The Grey Album/01-03 Encore.mp3",
|
||||||
|
"genre": "Hip-Hop",
|
||||||
|
"id": "Danger Mouse\n2004 The Grey Album\n01-03 Encore.mp3",
|
||||||
|
"playing": false,
|
||||||
|
"size": 2556502,
|
||||||
|
"title": "Encore",
|
||||||
|
"track": 3,
|
||||||
|
"type": "mp3",
|
||||||
|
"year": 2004
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"album": "No Love Deep Web",
|
||||||
|
"artist": "Death Grips",
|
||||||
|
"artwork": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/artwork.png",
|
||||||
|
"bitrate": 128,
|
||||||
|
"checked": true,
|
||||||
|
"disc": 1,
|
||||||
|
"duration": 303.96,
|
||||||
|
"file": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/01-03 No Love.mp3",
|
||||||
|
"genre": "Electronic",
|
||||||
|
"id": "Death Grips\n2012 No Love Deep Web\n01-03 No Love.mp3",
|
||||||
|
"playing": false,
|
||||||
|
"size": 4863327,
|
||||||
|
"title": "No Love",
|
||||||
|
"track": 3,
|
||||||
|
"type": "mp3",
|
||||||
|
"year": 2012
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"album": "No Love Deep Web",
|
||||||
|
"artist": "Death Grips",
|
||||||
|
"artwork": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/artwork.png",
|
||||||
|
"bitrate": 128,
|
||||||
|
"checked": true,
|
||||||
|
"disc": 1,
|
||||||
|
"duration": 138.37,
|
||||||
|
"file": "http://0x2620.org/music/Death Grips/2012 No Love Deep Web/01-09 Deep Web.mp3",
|
||||||
|
"genre": "Electronic",
|
||||||
|
"id": "Death Grips\n2012 No Love Deep Web\n01-09 Deep Web.mp3",
|
||||||
|
"playing": false,
|
||||||
|
"size": 2214303,
|
||||||
|
"title": "Deep Web",
|
||||||
|
"track": 9,
|
||||||
|
"type": "mp3",
|
||||||
|
"year": 2012
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in a new issue