I use filebot on my NAS with Openmediavault.
Filebot is started over a pyload-hook.
Works fine except one series.
The Falsh (2014) is always detected as FlashForward.
is there a possibility to add a parameter like "if seriesname contains flash then choose The Flash (2014)"?
Filebot is started automatically when a download is finished, so i can't do this manually.
Series detection if argument?
Re: Series detection if argument?
Strange, I don't have this issue with the flash.. this is caused by the the filename. filebot grabs the filename then tries to grab the closest match.. I've had a similar issue, except it was with Forever 2014, in fact I modified the amc.groovy script in order to grab the correct series name, if you're not using AMC.groovy script you should be able to manipulate it for whatever groovy script you're using. It's just a matter of knowing where to place the code.
The problem I had was that I attempted to temporarly change the file name from Forever.us.SExEPx.group-scene to be Forever.2014, so that filebot could match it properly.. but this always failed because it couldn't find the file "Forever.2014.SExEPx.group-scene" on my drive.
So I had to resort to changing the series name which filebot detected as "Forever US", this could be a problem for you.. as it's detecting the series FlashForward, and if you ever decided to start watching FlashForward, it would rename that series to The Flash 2014.
Here is my solution hopefuly you can configure something out of this in order to resolve your problem.. however, I would like to know the filename filebot is using before it detects the series name.. as this could easily be resolved by downloading a file with a better, clearer name.
The problem I had was that I attempted to temporarly change the file name from Forever.us.SExEPx.group-scene to be Forever.2014, so that filebot could match it properly.. but this always failed because it couldn't find the file "Forever.2014.SExEPx.group-scene" on my drive.
So I had to resort to changing the series name which filebot detected as "Forever US", this could be a problem for you.. as it's detecting the series FlashForward, and if you ever decided to start watching FlashForward, it would rename that series to The Flash 2014.
Here is my solution hopefuly you can configure something out of this in order to resolve your problem.. however, I would like to know the filename filebot is using before it detects the series name.. as this could easily be resolved by downloading a file with a better, clearer name.
Re: Series detection if argument?
Thanks for your reply.
I have no idea what amc.groovy is.
I will have a look at your solution.
The filename is for example euhd-flash-s01e05-720p. The direcotry name is "The.Flash.S01E05.Plastique.GERMAN.DUBBED.DL.720p.WebHD.h264-euHD"
Is it possibly to let filebot search with the name of the directory?
I have no idea what amc.groovy is.

I will have a look at your solution.
The filename is for example euhd-flash-s01e05-720p. The direcotry name is "The.Flash.S01E05.Plastique.GERMAN.DUBBED.DL.720p.WebHD.h264-euHD"
Is it possibly to let filebot search with the name of the directory?