Skip to content

Commit

Permalink
projects/*/kodi: setup remotedelay in advancedsettings.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Feb 24, 2017
1 parent d4a42b0 commit f953670
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mediacenter/kodi/config/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>
<cputempcommand>cputemp</cputempcommand>
<gputempcommand>gputemp</gputempcommand>
<video>
Expand Down
1 change: 1 addition & 0 deletions projects/RPi/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<fanartres>720</fanartres>
<imageres>540</imageres>
Expand Down
1 change: 1 addition & 0 deletions projects/RPi2/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<fanartres>720</fanartres>
<imageres>540</imageres>
Expand Down
1 change: 1 addition & 0 deletions projects/WeTek_Core/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<samba>
<clienttimeout>30</clienttimeout>
Expand Down
1 change: 1 addition & 0 deletions projects/WeTek_Hub/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<samba>
<clienttimeout>30</clienttimeout>
Expand Down
1 change: 1 addition & 0 deletions projects/WeTek_Play/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<samba>
<clienttimeout>30</clienttimeout>
Expand Down
1 change: 1 addition & 0 deletions projects/WeTek_Play2/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<samba>
<clienttimeout>30</clienttimeout>
Expand Down
1 change: 1 addition & 0 deletions projects/imx6/kodi/advancedsettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<advancedsettings>
<showexitbutton>false</showexitbutton>
<remotedelay>1</remotedelay>

<samba>
<clienttimeout>30</clienttimeout>
Expand Down

0 comments on commit f953670

Please sign in to comment.