mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-08 10:25:13 -05:00
2d3b6cf3a4
* set file creation date to episode/movie release date
3 lines
378 B
Bash
3 lines
378 B
Bash
#!/bin/bash
|
|
java -Xmx256m -Dunixfs=false -DuseExtendedFileAttributes=true -Dapplication.deployment=deb -Dapplication.dir=$HOME/.filebot -Djava.io.tmpdir=$HOME/.filebot/temp -Djna.library.path=/usr/share/filebot -Djava.library.path=/usr/share/filebot -Dsun.net.client.defaultConnectTimeout=10000 -Dsun.net.client.defaultReadTimeout=60000 -jar /usr/share/filebot/FileBot.jar "$@"
|