-
Notifications
You must be signed in to change notification settings - Fork 0
/
advancedsettings.xml
40 lines (40 loc) · 1.18 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
<advancedsettings>
<!-- <loglevel hide="false">1</loglevel> -->
<video>
<latency>
<delay>0</delay>
<refresh>
<min>23</min>
<max>24.1</max>
<delay>25</delay>
</refresh>
</latency>
</video>
<epg>
<!-- display a progress popup while updating EPG data from clients -->
<displayupdatepopup>false</displayupdatepopup>
<!-- also display a progress popup while doing incremental EPG updates -->
<displayincrementalupdatepopup>false</displayincrementalupdatepopup>
</epg>
<videodatabase>
<type>mysql</type>
<host>192.168.0.3</host>
<port>3306</port>
<user>xbmc</user>
<pass>jackjack</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.3</host>
<port>3306</port>
<user>xbmc</user>
<pass>jackjack</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
<splash>false</splash>
<gputempcommand>echo "$(nvidia-smi -q -d TEMPERATURE | grep Gpu | cut -c39-40) C"</gputempcommand>
<cputempcommand>sensors|sed -ne "s/temp1: \+[-+]\([0-9]\+\).*/\1 C/p"</cputempcommand>
</advancedsettings>