Thanks again for answer.
1. Went to /usr/share/filebot.sh and added export HOME="/home/nox" with no more lucks
Tried too in utorrent run cmd -> export HOME="/home/nox" && filebot ... with same results
The command still correctly run out from utorrent
Code: Select all
[20150401 09:58:52] Executing: filebot -script fn:amc --output "/opt/utorrent/Downloads" --log-file amc.log --action copy --conflict override -non-strict subtitles=en artwork=y "ut_label=" "ut_state=5" "ut_title=...
java & filebot version:
nox - /opt/utorrent -> java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
nox - /opt/utorrent -> filebot -version
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_45 (headless)
nox - /opt/utorrent -> filebot
FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_45 (headless)
--action [move, copy, keeplink, : Rename action
symlink, hardlink, test]
--conflict [skip, override, auto, : Conflict resolution
fail]
--db [TheTVDB, AniDB, TVRage] or : Media database
[TheMovieDB, OMDb] or [AcoustID, ID3
Tags] or [xattr]
--def [name=value] : Define script variables
--encoding [UTF-8, Windows-1252, : Output character encoding
GB18030]
--filter expression : Filter expression
--format expression : Format expression
--lang 2-letter language code : Language
--log [all, fine, info, warning, off] : Log level
--log-file path/to/log.txt : Log file
--log-lock [yes, no] : Lock log file
--mode [rename, subtitles, sfv] : Open GUI in single panel mode
--order [Airdate, Absolute, DVD] : Episode order
--output folder : Output path
--q series/movie title : Force lookup query
-check fileset : Create/Check verification files
-clear-cache : Clear cached and temporary data
-clear-prefs : Clear application settings
-extract : Extract archives
-get-missing-subtitles fileset : Fetch missing subtitles
-get-subtitles fileset : Fetch subtitles
-help : Print this help message
-list : Fetch episode list
-mediainfo : Get media info
-no-xattr : Disable extended attributes
-non-strict : Enable advanced matching and more
aggressive guess work
-r : Resolve folders recursively
-rename fileset : Rename media files
-script path/to/script.groovy : Run Groovy script
-unixfs : Do not strip invalid characters from
file paths
-version : Print version identifier
Here is result of amc script test from command line :
Code: Select all
filebot -script fn:amc --output "/opt/utorrent/Downloads" --log-file amc.log --action copy -non-strict "/opt/utorrent/Downloads" --def excludeList=amc.txt
results :
...
Processed 26 files
Done ヾ(@⌒ー⌒@)
And here, amc log file is correctly wrote in home folder.
2. Tried to put at the end of utorrent run command the export to a log file with multiple different ways, with no luck here too :
I check many place at each time :
/root/.filebot/logs/..
/home/nox/.filebot/logs/..
/opt/utorrent/..
/opt/utorrent/Downloads/..
--------------------
Well, looks like utorrent shows it launch the run command, but nothing done. Really strange.