First of all huge thanks to rednoah.
You're doing an awesome job here! I always recommend FileBot to all of my friends. Great product!

If have a RaspberryPi, which uses PyLoad & FlexGet to download and extract my series.
All files will be downloaded to the folder "Downloads" and get extracted with PyLoad (incl. password list) to the folder "Extracted".
The folders are on my windows server and connected over SMB/CIFS (due the limited SD card of the Pi).
I'm trying to automatically rename series on my Windows server.
(Later on I'll try to also get FlexGet running on the server)
For now it would be very cool, if I get Groovy running.
I saw on the CLI scripts page that there are 2 methods. The first method will receive file modification events and the second checks every 5 minutes the folder.
http://www.filebot.net/forums/viewtopic ... 4&t=5#p132
I don't exactly know which one is better, but I tend to use the first method. What do you think?
Then the other question is, how do I use groovy in this purpose? How do I have to set it up under windows?
The script which I'd like to use is following:
Code: Select all
filebot -rename /path --output /path --db thetvdb --lang de --format "{n}/{"Staffel $s"}/{s00e00} - {t}/{n} - {s00e00} - {t}"
filebot -script fn:cleaner /path --def "exts=jpg|nfo|etc" --def "terms=sample|trailer|etc"
Thanks a lot for your help!
