Search found 4 matches

by dougdeep
14 Jan 2012, 17:49
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8724

Re: Filebot scripting rename strict option

Thanks, hoping to find a chance to bring the source into my IDE as well.
by dougdeep
12 Jan 2012, 02:51
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8724

Re: Filebot scripting rename strict option

Tried 2.4, but I'm getting an NPE now with the CLI. NullPointerException: java.lang.NullPointerException java.lang.NullPointerException at java.util.Arrays.fill(Arrays.java:2696) at net.sourceforge.filebot.cli.CmdlineOperations.renameMovie(Unknown Source) at net.sourceforge.filebot.cli.CmdlineOperat...
by dougdeep
30 Dec 2011, 04:08
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8724

Re: Filebot scripting rename strict option

Thanks good to know. And you're right, it usually isn't the movie name by itself. It's usually a mashup of year, video format, etc. Maybe what I was imagining isn't possible. Maybe an interactive option is the way to go, prompting for name if hash isn't matched. I can write that into my groovy script.
by dougdeep
29 Dec 2011, 21:22
Forum: Help and Support
Topic: Filebot scripting rename strict option
Replies: 8
Views: 8724

Filebot scripting rename strict option

Some of my movies aren't getting matches using hashes. I'd like to fallback to using the filename for search when the hash doesn't work. To do this, I thought I'd set change the strict parameter. However, regardless of whether I use true or false, the console output still says it couldn't find a mat...