summaryrefslogtreecommitdiff
path: root/bin/textfiles/browseFolder-aud.txt
blob: e2e71bedc1a8bdaca6021c4e6118cc4a5a06b8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"list":
	[
		{
		"type": "folder",
		"name": "album1",
		"path": "/mnt/music/album1" 
		},
		{
		"type": "folder",
		"name": "album2",
		"path": "/mnt/music/album2" 
		},
		{
		"type": "audio",
		"name": "audiofile.mp3",
		"number": "1",
		"length": "3.30",
		"path": "/mnt/music/audiofile.mp3" 
		},
		{
                "type": "audio",
                "name": "audiofile2.mp3",
                "number": "2",
                "length": "2.27",
                "path": "/mnt/music/audiofile2.mp3"
                },
		{
                "type": "audio",
                "name": "audiofile3.mp3",
                "number": "3",
                "length": "4.03",
                "path": "/mnt/music/audiofile3.mp3"
                }
	]
}