vdr-addon: encode special characters in directory names as hex values

This commit is contained in:
henkwiedig 2016-12-29 18:38:17 +01:00 committed by Henk Wiedig
parent 171d37e824
commit f70323e0de
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
8.0.104
- encode special characters in directory names as hex values
8.0.103
- add streamdev HEVC support
- update VNSI to abd24d5

View File

@ -19,7 +19,7 @@
PKG_NAME="vdr-addon"
PKG_VERSION="8.0"
PKG_REV="103"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"

View File

@ -62,6 +62,8 @@ if [ "$ENABLE_EPGSEARCH" == "true" ] ; then
fi
VDR_ARG="$VDR_ARG --port=$SVDRP_PORT"
VDR_ARG="$VDR_ARG --dirnames=,,1"
VDR_ARG="$VDR_ARG --config=$ADDON_CONFIG_DIR"
VDR_ARG="$VDR_ARG --resdir=$ADDON_DIR/res"
VDR_ARG="$VDR_ARG --cachedir=$ADDON_CACHE_DIR"