Cleanup advanced settings in WeTek projects (#755)

projects/WeTek_*: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton

* projects/WeTek_Hub: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton

* projects/WeTek_Hub: Remove readbufferfactor from advancedsettings.xml, because readbufferfactor is anyway 4.0 by default

* projects/WeTek_Hub: Remove loglevel of 2 from advancedsettings.xml, we don't need debug logging by default

* projects/WeTek_Core: Cleanup settings in default advancedsettings.xml that have been removed in Kodi Krypton
This commit is contained in:
Alex Deryskyba 2016-09-20 21:21:32 +03:00 committed by Lukas Rusak
parent ef0f30ad8b
commit f8f514b402
3 changed files with 0 additions and 21 deletions

View File

@ -5,9 +5,4 @@
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<pvr>
<minvideocachelevel>5</minvideocachelevel>
<minaudiocachelevel>20</minaudiocachelevel>
</pvr>
</advancedsettings>

View File

@ -5,15 +5,4 @@
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<network>
<readbufferfactor>4.0</readbufferfactor>
</network>
<pvr>
<minvideocachelevel>5</minvideocachelevel>
<minaudiocachelevel>20</minaudiocachelevel>
</pvr>
<loglevel>2</loglevel>
</advancedsettings>

View File

@ -5,9 +5,4 @@
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<pvr>
<minvideocachelevel>5</minvideocachelevel>
<minaudiocachelevel>20</minaudiocachelevel>
</pvr>
</advancedsettings>