-
Notifications
You must be signed in to change notification settings - Fork 7
/
advancedsettings.xml
77 lines (77 loc) · 2.64 KB
/
advancedsettings.xml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>KODI_DB_HOST</host>
<port>KODI_DB_PORT</port>
<user>KODI_DB_USER</user>
<pass>KODI_DB_PASS</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>KODI_DB_HOST</host>
<port>KODI_DB_PORT</port>
<user>KODI_DB_USER</user>
<pass>KODI_DB_PASS</pass>
</musicdatabase>
<!-- <pathsubstitution>
<substitute>
<from>smb://192.168.20.3/pool/</from>
<to>/pool/</to>
</substitute>
</pathsubstitution> -->
<services>
<airplay>false</airplay>
<devicename>kodi-headless</devicename>
<esenabled>true</esenabled>
<esallinterfaces>true</esallinterfaces>
<escontinuousdelay>25</escontinuousdelay>
<esinitialdelay>750</esinitialdelay>
<esmaxclients>20</esmaxclients>
<esport>9777</esport>
<esportrange>10</esportrange>
<upnpannounce>false</upnpannounce>
<upnprenderer>false</upnprenderer>
<upnpserver>false</upnpserver>
<webserver>true</webserver>
<webserverpassword></webserverpassword>
<webserverport>8080</webserverport>
<webserverusername>kodi</webserverusername>
<webserverauthentication>false</webserverauthentication>
<zeroconf>false</zeroconf>
</services>
<videolibrary>
<usefasthash>true</usefasthash>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
<backgroundupdate>true</backgroundupdate>
<dateadded>0</dateadded>
</videolibrary>
<videoscanner>
<ignoreerrors>true</ignoreerrors>
</videoscanner>
<network>
<disableipv6>true</disableipv6>
<disablehttp2>true</disablehttp2>
<curlretries>2</curlretries>
<curlclienttimeout>30</curlclienttimeout>
<curllowspeedtime>30</curllowspeedtime>
</network>
<musiclibrary>
<backgroundupdate>true</backgroundupdate>
</musiclibrary>
<splash>false</splash>
<audiooutput>
<guisoundmode>0</guisoundmode>
<ac3passthrough>false</ac3passthrough>
<dtspassthrough>false</dtspassthrough>
<multichannellpcm>false</multichannellpcm>
<truehdpassthrough>false</truehdpassthrough>
<dtshdpassthrough>false</dtshdpassthrough>
</audiooutput>
<nodvdrom>true</nodvdrom>
<skinsettings>
<setting type="bool" name="skin.estuary.FirstTimeRun">false</setting>
<setting type="bool" name="skin.confluence.FirstTimeRun">false</setting>
</skinsettings>
<loglevel>0</loglevel>
</advancedsettings>