mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
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:
parent
ef0f30ad8b
commit
f8f514b402
@ -5,9 +5,4 @@
|
|||||||
<samba>
|
<samba>
|
||||||
<clienttimeout>30</clienttimeout>
|
<clienttimeout>30</clienttimeout>
|
||||||
</samba>
|
</samba>
|
||||||
|
|
||||||
<pvr>
|
|
||||||
<minvideocachelevel>5</minvideocachelevel>
|
|
||||||
<minaudiocachelevel>20</minaudiocachelevel>
|
|
||||||
</pvr>
|
|
||||||
</advancedsettings>
|
</advancedsettings>
|
||||||
|
@ -5,15 +5,4 @@
|
|||||||
<samba>
|
<samba>
|
||||||
<clienttimeout>30</clienttimeout>
|
<clienttimeout>30</clienttimeout>
|
||||||
</samba>
|
</samba>
|
||||||
|
|
||||||
<network>
|
|
||||||
<readbufferfactor>4.0</readbufferfactor>
|
|
||||||
</network>
|
|
||||||
|
|
||||||
<pvr>
|
|
||||||
<minvideocachelevel>5</minvideocachelevel>
|
|
||||||
<minaudiocachelevel>20</minaudiocachelevel>
|
|
||||||
</pvr>
|
|
||||||
|
|
||||||
<loglevel>2</loglevel>
|
|
||||||
</advancedsettings>
|
</advancedsettings>
|
||||||
|
@ -5,9 +5,4 @@
|
|||||||
<samba>
|
<samba>
|
||||||
<clienttimeout>30</clienttimeout>
|
<clienttimeout>30</clienttimeout>
|
||||||
</samba>
|
</samba>
|
||||||
|
|
||||||
<pvr>
|
|
||||||
<minvideocachelevel>5</minvideocachelevel>
|
|
||||||
<minaudiocachelevel>20</minaudiocachelevel>
|
|
||||||
</pvr>
|
|
||||||
</advancedsettings>
|
</advancedsettings>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user