-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
57 lines (52 loc) · 1.17 KB
/
settings.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"settings":
[
{
"dvb-t":
{
"volume": "25",
"previous_channel": "1",
"channels_path": "/opt/tvos/vlcchans.xspf"
}
}
{
"media":
{
"video_folder": "/home/tvos/video",
"music_folder": "/home/tvos/music",
"image_folder": "/home/tvos/image",
"timeshift_folder": "/home/tvos/timeshift"
}
}
{
"langages":
[
{"audio": "FR(fr)"}
{"subtitle": "FR(fr)", "subtitle_state": "0"}
]
}
{
"network":
{
"ethernet":
[
{"id": "0", "dhcp": "1", "ip": "", "gateway": ""}
]
}
}
{
"os":
{
"keyboard_layout": "FR(fr)",
"locale": "Europe/Paris"
}
}
{
"version":
{
"number": "0.1 (avocado)",
"revision": "alpha 1"
}
}
]
}