AMC script - log file not being created (Windows)
Posted: 25 Apr 2015, 20:47
Either that or I'm looking in the wrong place.
Trying to troubleshoot my script. I don't see any amc_Movies.log nor does anything output to command prompt. Any idea why?
What can I do to force verbose output to console?
Code: Select all
REM Rename Movies
filebot.launcher.exe -script fn:amc "I:/Btsync/files" --output "I:/Btsync/Renamed" --log all --log-file amc_Movies.log --action move --conflict auto -non-strict --def subtitles=en clean=y excludeList=amc-input_Movies.txt movieFormat="I:/Btsync/Renamed/{n} ({y}) [{vf}]/{fn}"
PAUSE
What can I do to force verbose output to console?