From 93095dd9f4f80aad4d8b7385c8136d284a57289d Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 23 May 2019 22:54:49 +0700 Subject: [PATCH] Use SynoCommunity rtd1296 builds of MediaInfo 17.12 instead (to avoid dependencies and possibly better compatibility) --- installer/qpkg/shared/bin/filebot.sh | 3 --- installer/spk/package/filebot.sh | 3 --- installer/tar/filebot.sh | 3 --- 3 files changed, 9 deletions(-) diff --git a/installer/qpkg/shared/bin/filebot.sh b/installer/qpkg/shared/bin/filebot.sh index c3919ae5..cef38e07 100755 --- a/installer/qpkg/shared/bin/filebot.sh +++ b/installer/qpkg/shared/bin/filebot.sh @@ -33,8 +33,5 @@ UNRAR="/usr/local/sbin/unrar" APP_DATA="$QPKG_ROOT/data/$USER" LIBRARY_PATH="$PACKAGE_LIBRARY_PATH:$LD_LIBRARY_PATH" -# make sure transitive dependencies can be loaded -export LD_LIBRARY_PATH="$LIBRARY_PATH" - # start filebot java -Dapplication.deployment=qpkg -Dnet.filebot.license="$QPKG_ROOT/data/.license" -Dnet.filebot.media.parser="$MEDIA_PARSER" -Dnet.filebot.media.ffprobe="$FFPROBE" -Dnet.filebot.archive.extractor="$ARCHIVE_EXTRACTOR" -Dnet.filebot.archive.7z="$P7ZIP" -Dnet.filebot.archive.unrar="$UNRAR" -Djava.awt.headless=true @{java.application.options} @{linux.application.options} @{linux.portable.application.options} $JAVA_OPTS $FILEBOT_OPTS -jar "$QPKG_ROOT/jar/filebot.jar" "$@" diff --git a/installer/spk/package/filebot.sh b/installer/spk/package/filebot.sh index a59259b1..65124613 100755 --- a/installer/spk/package/filebot.sh +++ b/installer/spk/package/filebot.sh @@ -63,8 +63,5 @@ FFPROBE="/volume1/@appstore/MediaServer/bin/ffprobe" APP_DATA="$FILEBOT_HOME/data/$USER" LIBRARY_PATH="$SYNO_LIBRARY_PATH:$PACKAGE_LIBRARY_PATH" -# make sure transitive dependencies can be loaded -export LD_LIBRARY_PATH="$LIBRARY_PATH" - # start filebot java -Dapplication.deployment=spk -Dnet.filebot.license="$FILEBOT_HOME/data/.license" -Dnet.filebot.media.parser="$MEDIA_PARSER" -Dnet.filebot.media.ffprobe="$FFPROBE" -Dnet.filebot.archive.extractor="$ARCHIVE_EXTRACTOR" -Djava.awt.headless=true @{java.application.options} @{linux.application.options} @{linux.portable.application.options} $JAVA_OPTS $FILEBOT_OPTS -jar "$FILEBOT_HOME/jar/filebot.jar" "$@" diff --git a/installer/tar/filebot.sh b/installer/tar/filebot.sh index 848d9212..6d06868f 100755 --- a/installer/tar/filebot.sh +++ b/installer/tar/filebot.sh @@ -53,8 +53,5 @@ esac APP_DATA="$FILEBOT_HOME/data/$USER" LIBRARY_PATH="$PACKAGE_LIBRARY_PATH:$LD_LIBRARY_PATH" -# make sure transitive dependencies can be loaded -export LD_LIBRARY_PATH="$LIBRARY_PATH" - # start filebot java -Dapplication.deployment=tar -Dnet.filebot.license="$FILEBOT_HOME/data/.license" -Dnet.filebot.media.parser="$MEDIA_PARSER" -Dnet.filebot.archive.extractor="$ARCHIVE_EXTRACTOR" @{java.application.options} @{linux.application.options} @{linux.portable.application.options} $JAVA_OPTS $FILEBOT_OPTS -jar "$FILEBOT_HOME/jar/filebot.jar" "$@"