I used to use FileBot GUI, but now started to use it from CLI, and set up some AMC to move the downloaded movies to Plex. If I run the script from CLI, it works fine. If I put exactly the same script to windows scheduler, it runs, but in the log file there is just an error, that it is not able to find my mounted network drive.
My script is simple:
Z drive is where the torrented movies are, Y is the drive Plex reads.
Code: Select all
filebot -script fn:amc --output "Y:/AppleTVReady" --action copy -non-strict "Z:/" --log-file amc.log --def excludeList=amc.txt
Code: Select all
Run script [fn:amc] at [Wed Mar 09 15:16:24 CET 2016]
Parameter: excludeList = amc.txt
Argument: Z:\
Using excludes: Y:\AppleTVReady\amc.txt (8)
Ignore hidden folder: Z:\.TemporaryItems
No files selected for processing
Failure (°_°)
Code: Select all
Run script [fn:amc] at [Wed Mar 09 22:28:27 CET 2016]
Parameter: excludeList = amc.txt
Argument: Z:\
File not found: Z:\
Failure (°_°)
Thanks for your support in advance!