Search found 6 matches

by perler
24 Jul 2012, 19:15
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

Re: non-strict matching?

ok, found it, you have to put single quotes around spaces..
by perler
24 Jul 2012, 18:43
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

Re: non-strict matching?

that's the command line which calls the script, in the script itself the paths are written like this: def episodeDir = "q:/Users/files/Videos/Current/#INCOMING" maybe it's best to show you the script in itself, it's basically yours with some things not relevant to me commented out: https:/...
by perler
24 Jul 2012, 15:08
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

Re: non-strict matching?

1. it's quite simple: C:\Program Files (x86)\FileBot>filebot.cmd -script c:\admin\scripts\tvhowssorter
_filebot.groovy

2. thanks, will have a look into it..
by perler
24 Jul 2012, 10:46
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

Re: non-strict matching?

thanks, re 3., getting closer, this throws an exception: InvalidPathException: Trailing char < > at index 74: somefilepath..\The Daily Show\The Daily Show Season \The Daily Show - 17x127 - Faree d Zakaria.mp4 btw, could you help out with a simple if then or case syntax in groovy to exclude certain s...
by perler
24 Jul 2012, 06:52
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

Re: non-strict matching?

oh, I need to /copy/ the script?! ;) thanks I had a look here: http://mrhaki.blogspot.de/2009/09/groovy-goodness-padding-strings.html and don't really see yet how to put this into the line above. would you help a java noob? also, can I put the -non-strict as a flag into the script itself, for portab...
by perler
23 Jul 2012, 19:44
Forum: Scripting and Automation
Topic: non-strict matching?
Replies: 9
Views: 8878

non-strict matching?

hi, I try to use this script: http://filebot.sourceforge.net/scripts/sorty.groovy (from the sticky thread on the top). but get Exception: Handling multiple shows requires non-strict matching as soon as I have two different shows in the source directory? also, I would like to change this line: def ep...