There is an issue (340) which would allow users to filter out certain strings from a job title.
I actually would like to go a bit further. Maybe use some sort of regular expressions or something.
For example:
I would like to filter out stuff like "(2010)" for TV-series names. It would be great that I could just make a regular expression, that filters out that year number for jobs assigned to TV.
Also:
Some series have an & in their title. But that does not seem consistent through out a complete season. That way SABNZBd creates directories like this "Blah blah & blah" and also "Blah blah and blah", which is very annoying, because episodes of a TV series are scattered around a couple of directories.
All this could probably be resolved if we could create a lit of regular expressions that would be executed on a Job name for the category the job is assigned to.
Find the issue here:
http://trac2.assembla.com/SABnzbd/ticket/340
Additions for issue 340, removing strings from Job name
Re: Additions for issue 340, removing strings from Job name
We have a huge wish list and the deciding process is a bit opaque.
We pick based on a mix of perceived need and personal interest of the developer.
BTW: release 0.6.0 will feature a user pre-queueing script.
This would enable you to implement your own filtering.
We pick based on a mix of perceived need and personal interest of the developer.
BTW: release 0.6.0 will feature a user pre-queueing script.
This would enable you to implement your own filtering.

