mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-addon: re-add pull/2256
This commit is contained in:
parent
ee0ba5e0e1
commit
a1c7444c7b
@ -3,6 +3,7 @@
|
||||
- cleanup epgsources handling
|
||||
- * support for multiple epgsources
|
||||
- * support user defined epgsources
|
||||
- fixed epgsearch plugin not working without streamdev-server
|
||||
|
||||
3.0.6
|
||||
- fix startup error in vnsiserver / 32bit
|
||||
|
@ -62,7 +62,15 @@ done
|
||||
. /var/config/vdr.conf.default
|
||||
. /var/config/vdr.conf
|
||||
|
||||
VDR_ARG="-g /tmp --no-kbd --log=3 --port=0"
|
||||
VDR_ARG="-g /tmp --no-kbd --log=3"
|
||||
SVDRP_PORT=0
|
||||
|
||||
# epgsearch needs svdrp
|
||||
if [ "$ENABLE_EPGSEARCH" == "true" ] ; then
|
||||
SVDRP_PORT=6419
|
||||
fi
|
||||
VDR_ARG="$VDR_ARG --port=$SVDRP_PORT"
|
||||
|
||||
VDR_ARG="$VDR_ARG --config=$ADDON_CONFIG_DIR"
|
||||
VDR_ARG="$VDR_ARG --resdir=$ADDON_DIR/res"
|
||||
VDR_ARG="$VDR_ARG --cachedir=$ADDON_CACHE_DIR"
|
||||
@ -125,7 +133,7 @@ fi
|
||||
sed -i -e '/^epgsearch.SVDRPPort.*$/d' $ADDON_CONFIG_DIR/setup.conf
|
||||
fi
|
||||
cat >>$ADDON_CONFIG_DIR/setup.conf << MYDATA
|
||||
epgsearch.SVDRPPort = 2004
|
||||
epgsearch.SVDRPPort = 6419
|
||||
MYDATA
|
||||
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user