summarylogtreecommitdiffstats
path: root/filebot-arch.sh
diff options
context:
space:
mode:
authormax.bra2016-05-02 18:51:36 +0200
committermax.bra2016-05-02 18:51:36 +0200
commit0c4ffb3b4de9213ae2d024753fee8d9caf240650 (patch)
tree6feae4865b6df52db4bae04737d02d62e5b4aed9 /filebot-arch.sh
parent4359a6b1bb9b0451406998b393d5de18ab92ab33 (diff)
downloadaur-0c4ffb3b4de9213ae2d024753fee8d9caf240650.tar.gz
v. 4.7
Diffstat (limited to 'filebot-arch.sh')
-rw-r--r--filebot-arch.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/filebot-arch.sh b/filebot-arch.sh
index 9b8f2e649d2f..e48d1725ade7 100644
--- a/filebot-arch.sh
+++ b/filebot-arch.sh
@@ -4,9 +4,11 @@
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
-# FileBot settings
+
+# choose extractor
+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
-# EXTRACTOR="SevenZipExecutable" # use the 7z executable
-EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
-java $JAVA_OPTS -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Djava.net.useSystemProxies=true -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Djna.nosys=true -Dapplication.deployment=aur -Dapplication.update=skip -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.filebot -Djava.io.tmpdir=/tmp/.filebot -Djna.library.path=/usr/share/java -jar /usr/share/java/filebot/filebot.jar "$@"
+# 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 "$@"