summarylogtreecommitdiffstats
path: root/filebot-arch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'filebot-arch.sh')
-rw-r--r--filebot-arch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/filebot-arch.sh b/filebot-arch.sh
index e48d1725ade7..0a6a9f47c09a 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -6,9 +6,9 @@ export LC_ALL="en_US.UTF-8"
# choose extractor
-EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
-# EXTRACTOR="SevenZipExecutable" # use the 7z executable
+EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
+# EXTRACTOR="SevenZipExecutable" # use the 7z executable
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
# start filebot
-java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Duser.home=$HOME/.config/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
+java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"