summaryrefslogtreecommitdiff
path: root/themes/bin/textfiles/browseAudio.txt
blob: 2f91c4fd15e3c6acff7e183faf0fdc3982992d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"list":
	[
		{
		"type": "folder",
		"name": "album1",
		"path": "/mnt/music/album1" 
		},
		{
		"type": "folder",
		"name": "album2",
		"path": "/mnt/music/album2" 
		},
		{
		"type": "audio",
		"name": "audiofile.mp3",
		"length": "3.30",
		"path": "/mnt/music/audiofile.mp3" 
		}
	]
}