Unable to create a log file
Posted: 21 Jul 2013, 08:16
I have been using filebot quite successfully for the last few months however i've never been able to successfully have a log file created when using the AMC script. My current script looks like this:
I have tried adding in the log command in as such:
However doing so causes the process to fail. I've trawled the forums and the internet and haven't been able to work out what the problem is! Any help would be appreciated.
Code: Select all
filebot -script fn:amc --output "C:\Users\xbmc\XBMC" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"--def gmail=username:password --def xbmc=localhost
Code: Select all
filebot -script fn:amc --output "C:\Users\xbmc\XBMC" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S"--def gmail=username:password --def xbmc=localhost