Dear developer of sabnzbd,
I would like to get an entry to customize LEGAL and ILLEGAL CHARACTER as we can find in the misc.py (line 176).
I think it could be a good idea to allow user to custom because it doesn't depend directly of the partition type which execute sabnzbd, in my case I run sabnzbd in a virtualbox on Linux and I've bind a shared windows directory, It was necessary to manually edit these lines to use correctly this awesome soft.
Thanks a lot.
Customize illegal and legal characters
Re: Customize illegal and legal characters
Customizing might be tempting, but the biggest issue is in the downloaded files.
par2 will try to change "incorrectly" named files to their original names.
par2 will try to change "incorrectly" named files to their original names.
Re: Customize illegal and legal characters
The thing to do is rename the original file name with the regex of authorized char and quickpar will be adapted to this one to generate the file repared.
What do you think of this ?
What do you think of this ?
Re: Customize illegal and legal characters
The mapping that SABnzbd does is the absolute minimum to be able to store files on the local file system.
The thing is par2, (and QuickPar) insist on recreating the original file names.
Also unrar will likely miss rar files and it will not obey any remapping that SABnzbd wants.
unrar has it's own way of remapping to the native system.
It would require renaming files after post-processing is complete,
which is something we're not going to implement.
But feel free to put in a user script.
The thing is par2, (and QuickPar) insist on recreating the original file names.
Also unrar will likely miss rar files and it will not obey any remapping that SABnzbd wants.
unrar has it's own way of remapping to the native system.
It would require renaming files after post-processing is complete,
which is something we're not going to implement.
But feel free to put in a user script.

