Running FileBot from the console, Groovy scripting, shell scripts, etc
-
jamauai
- Posts: 24
- Joined: 20 Oct 2014, 10:33
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?
-
rednoah
- The Source
- Posts: 23950
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
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.
-
jamauai
- Posts: 24
- Joined: 20 Oct 2014, 10:33
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
Post
by jamauai »
Nvm. Manually creating the registry key HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs fixed it.