mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
vdr: more setup tweaks
This commit is contained in:
parent
5f2a5053c3
commit
15bf64c6ce
@ -33,10 +33,15 @@ check_tmpfs_mount() {
|
|||||||
fix_config() {
|
fix_config() {
|
||||||
if [ -f "$ADDON_CONFIG_DIR/setup.conf" ]; then
|
if [ -f "$ADDON_CONFIG_DIR/setup.conf" ]; then
|
||||||
sed -i -e '/^$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
|
sed -i -e '/^AlwaysSortFoldersFirst.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
|
sed -i -e '/^SetSystemTime.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
sed -i -e '/^OSDSkin.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^OSD.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
|
sed -i -e '/^Font.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
fi
|
fi
|
||||||
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
||||||
|
AlwaysSortFoldersFirst = 1
|
||||||
|
SetSystemTime = 0
|
||||||
epgsearch.SVDRPPort = 6419
|
epgsearch.SVDRPPort = 6419
|
||||||
OSDSkin = sttng
|
OSDSkin = sttng
|
||||||
MYDATA
|
MYDATA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user