Did some test runs and never got any output. Log file never got generated. Ran filebot -script fn:sysinfo and everything looked ok. Just left what I added on the command line.
Now, and sorry I cannot say for sure, most of my downloads have resulted in a flurry of new directories being created in my movies folder, each containing an .ogg file, and the folder names, and file names appear to be from something like a album by a foreign artist (French or Italian, cannot really tell). I have no idea where this is coming from. I went through everything sitting in my uTorrent downloaded directory and there is nothing like this. But each time, it is the same thing. Like 20 new folders, all named like a song title.
If I run filebot and call my groovy script, it works. It seems this is related to uTorrent command execution? I don't understand where this stuff is coming from.
So I have a couple of questions. 1) how can I get a log of filebot's output? Using >> "E:\uTorrent\Filebot.log" 2>&1 does not seem to work on the uTorrent command line. BTW here is the full command line: E:\uTorrent\invoke.vbs FileBot -script "E:/uTorrent/aj.groovy" --output "E:/uTorrent/UnRar" --action copy --conflict skip -non-strict --def subtitles=n artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" >> "E:\uTorrent\Filebot.log" 2>&1
Any suggestions on how I can get a log? Might help me figure out what is going on with this .ogg thing.
2) Sometimes I will download something .nzb and I just put those files in a certain folder and then I have a .bat file that runs filebot and calls my same script, the aj.groovy script. But, when I do that I always get this error:
Code: Select all
hash[attributes={}; value=[status[attributes={type=integer}; value=[1]], request[attributes={}; value=[9df33522eb8a9247f52426b6951efb7c]]]]
MissingPropertyException: No such property: gmail for class: Script3
groovy.lang.MissingPropertyException: No such property: gmail for class: Script3
at Script3.run(Script3.groovy:262)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (~_~)
Launch4j: Failed to run the given command.
The only other thing I would like to ask is I am obviously doing something wrong here again because I get this alot. I did this just as a test, I picked something small, but it is a movie. The script resulted with seeing it as a tv show:
Code: Select all
C:\Program Files (x86)\SABnzbd>"C:\Program Files\FileBot\Filebot" -script "E:\uTorrent\aj.groovy" "E:\Downloads\complete\FileBot" -non-strict
Argument: E:\Downloads\complete\FileBot
Input: E:\Downloads\complete\FileBot\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv
About.Time.2013.480p.BluRay.x264-mSD.mkv [series: Time, movie: About Time (2013)]
Exclude Movie: About Time (2013)
Group: [tvs:Time, mov:null, anime:null] => [About.Time.2013.480p.BluRay.x264-mSD.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Time]
Fetching episode data for [Time]
Fetching episode data for [Timecop]
Fetching episode data for [Time Out]
Fetching episode data for [Timeless]
Fetching episode data for [Timeslip]
[MOVE] Rename [E:\Downloads\complete\FileBot\About Time (2013) - 480p\About.Time.2013.480p.BluRay.x264-mSD.mkv] to [P:\Timeless\Season 01\S01E13 - Ann Wolfe Lama Kunga.mkv]
Processed 1 files
Sending Pushover notification
Finished processing [About Time (2013) - 480p] (1 files).
New Files:
* S01E13 - Ann Wolfe Lama Kunga
Thanks,
slug.