forked from Saiyato/volumio-kodi-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
50 lines (50 loc) · 833 Bytes
/
config.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
{
"gpu_mem_1024": {
"type": "string",
"value": "256"
},
"gpu_mem_512": {
"type": "string",
"value": "144"
},
"gpu_mem_256": {
"type": "string",
"value": "112"
},
"hdmihotplug": {
"type": "boolean",
"value": true
},
"usedac": {
"type": "boolean",
"value": false
},
"audiodelay": {
"type": "string",
"value": "0.700000"
},
"kodi_gui_sounds": {
"type": "boolean",
"value": false
},
"kodi_audio_keepalive": {
"type": "boolean",
"value": false
},
"kodi_enable_webserver": {
"type": "boolean",
"value": true
},
"kodi_webserver_port": {
"type": "string",
"value": "8080"
},
"kodi_webserver_username": {
"type": "string",
"value": "kodi"
},
"kodi_webserver_password": {
"type": "string",
"value": ""
}
}