Running FileBot from the console, Groovy scripting, shell scripts, etc
romano
Posts: 35 Joined: 11 Jan 2014, 12:26
Post
by romano » 14 Feb 2014, 23:37
Hello,
is it me or we need to open filebot first and then utorrent for the utorrent run file after download script to work?
and then we can close the filebot.
i mean if i open utorret first and download per exemple music, the script don't work.
rednoah
The Source
Posts: 23939 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 15 Feb 2014, 03:47
No. uT is calling filebot from cmdline which runs independent from the UI instance.
Check the logs for why it's not working.
romano
Posts: 35 Joined: 11 Jan 2014, 12:26
Post
by romano » 15 Feb 2014, 11:13
rednoah wrote: No. uT is calling filebot from cmdline which runs independent from the UI instance.
Check the logs for why it's not working.
There is not a / logs / amc.log, in my filebot folder...
rednoah
The Source
Posts: 23939 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 15 Feb 2014, 12:58
If you set the option -log-file amc.log then it will most definitely create a log file at %APPDATA%/FileBot/logs/amc.log
romano
Posts: 35 Joined: 11 Jan 2014, 12:26
Post
by romano » 15 Feb 2014, 13:32
filebot -script fn:amc --output "L:/" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=pt artwork=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
its there but no log, i will look further.