mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #647 from henkwiedig/xmltv2vdr
add default svdrp port for epgsearch-plugin
This commit is contained in:
commit
597a74081b
@ -117,6 +117,7 @@ fi
|
|||||||
sed -i -e '/^xineliboutput.OSD.Blending.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^xineliboutput.OSD.Blending.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
sed -i -e '/^xineliboutput.OSD.Size.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^xineliboutput.OSD.Size.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
sed -i -e '/^xineliboutput.OSD.SoftOSD.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
sed -i -e '/^xineliboutput.OSD.SoftOSD.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
|
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||||
fi
|
fi
|
||||||
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
||||||
OSDHeight = 1080
|
OSDHeight = 1080
|
||||||
@ -125,6 +126,7 @@ OSDTheme = yabluelight
|
|||||||
xineliboutput.OSD.Blending = 1
|
xineliboutput.OSD.Blending = 1
|
||||||
xineliboutput.OSD.Size = 1280x720
|
xineliboutput.OSD.Size = 1280x720
|
||||||
xineliboutput.OSD.SoftOSD = 1
|
xineliboutput.OSD.SoftOSD = 1
|
||||||
|
epgsearch.SVDRPPort = 2004
|
||||||
MYDATA
|
MYDATA
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user