Page 1 of 1

AMC script - log file not being created (Windows)

Posted: 25 Apr 2015, 20:47
by jamauai
Either that or I'm looking in the wrong place.

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
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?

Re: AMC script - log file not being created (Windows)

Posted: 26 Apr 2015, 04:04
by rednoah
1)
Console output. First line.

2)
No console output? Don't use filebot.launcher.exe until you know what you're doing.

Re: AMC script - log file not being created (Windows)

Posted: 26 Apr 2015, 05:13
by jamauai
Whoops you're right. I guess I was calling the wrong thing. Replaced filebot.launcher.exe with filebot and saw everything I was looking for.

Out of curiosity, is this bad?

Code: Select all

C:\Users\admin>filebot
Apr 25, 2015 7:11:27 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.

Re: AMC script - log file not being created (Windows)

Posted: 26 Apr 2015, 08:43
by jamauai
Nvm. Manually creating the registry key HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs fixed it.