Skip to content

Instantly share code, notes, and snippets.

@gkostadinov
Created May 2, 2015 21:27
Show Gist options
  • Save gkostadinov/e16bd0f47663001ba2e0 to your computer and use it in GitHub Desktop.
Save gkostadinov/e16bd0f47663001ba2e0 to your computer and use it in GitHub Desktop.
Filebot Binary File
#!/bin/sh
# force JVM language and encoding settings
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
java -Dunixfs=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding=UTF-8 -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -Dapplication.deployment=ipkg -Duser.home=/usr/share/filebot/data -Dapplication.dir=/usr/share/filebot/data -Djava.io.tmpdir=/usr/share/filebot/data/temp -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -Dnet.filebot.AcoustID.fpcalc=/usr/share/filebot/fpcalc -jar /usr/share/filebot/FileBot.jar "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment