AMC script - log file not being created (Windows)

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
jamauai
Posts: 24
Joined: 20 Oct 2014, 10:33

AMC script - log file not being created (Windows)

Post 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?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

1)
Console output. First line.

2)
No console output? Don't use filebot.launcher.exe until you know what you're doing.
:idea: Please read the FAQ and How to Request Help.
jamauai
Posts: 24
Joined: 20 Oct 2014, 10:33

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

Post 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.
jamauai
Posts: 24
Joined: 20 Oct 2014, 10:33

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

Post by jamauai »

Nvm. Manually creating the registry key HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs fixed it.
Post Reply