Page 1 of 1
Configurable disallowed symbols in filenames
Posted: June 20th, 2012, 9:59 pm
by alok0
I would like to be able to add additional symbols to the list of disallowed symbols in filenames.
(Specifically hash, #, because it causes problems in a number of other programs I use)
Re: Configurable disallowed symbols in filenames
Posted: June 21st, 2012, 3:50 am
by shypike
That's not possible.
When files are directly downloaded, par2 would correct them to their original names
(or declare them unrepairable).
SABnzbd only replaces the characters that cannot be handled by the OS.
SABnzbd doesn't do anything with files coming from RAR files.
It's up to you to write your own post-processing script to do renaming.
Re: Configurable disallowed symbols in filenames
Posted: June 21st, 2012, 4:19 am
by sander
shypike wrote:That's not possible.
...
It's up to you to write your own post-processing script to do renaming.
So ... it is possible?! That's cool for the OP!