Not renaming sub files?
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Not renaming sub files?
Not sure if this is a bug or what but during the renaming process, should it also be renaming the idx and sub files? Or does that even matter?
Re: Not renaming sub files?
Without your Sort expression there's not much I can tell you now.
Re: Not renaming sub files?
shypike wrote:Without your Sort expression there's not much I can tell you now.
Code: Select all
%title (%y)/%title (%y).%extRe: Not renaming sub files?
This works fine when I try it, at least with release 0.7.0Beta6.
You're sure that there aren't multiple .sub and .idx files in the post?
Because then renaming will become an issue for obvious reasons.
You're sure that there aren't multiple .sub and .idx files in the post?
Because then renaming will become an issue for obvious reasons.
Re: Not renaming sub files?
shypike wrote:This works fine when I try it, at least with release 0.7.0Beta6.
You're sure that there aren't multiple .sub and .idx files in the post?
Because then renaming will become an issue for obvious reasons.
Only a single ipx and sub file. I don't download many with subs but when I do this seems to happen every time for me. When there are multiple sub files I can't say that I've noticed: most of the time I simply delete all the subs anyway. It's not a big issue for me at all, just curious.
Re: Not renaming sub files?
Can you email an example of an NZB that shows this behaviour?
bugs@sabnzbd.org (and please add the URL of this post).
bugs@sabnzbd.org (and please add the URL of this post).
Re: Not renaming sub files?
*sentshypike wrote:Can you email an example of an NZB that shows this behaviour?
bugs@sabnzbd.org (and please add the URL of this post).
Re: Not renaming sub files?
The Sort function will rename similar named files after the main file.
(Where "similar named" is actually identically named, except for extension)
For this post it will not rename the accompanying NFO, JPG and SFV files which have very dissimilar names.
It should rename the IDX and SUB files, however it won't rename because the MKV file is all lowercase
while IDX and SUB have mixed case.
I will fix the case problem in the next 0.7.0Beta.
The first part (dissimilar names) will remain as is.
Thanks for reporting.
(Where "similar named" is actually identically named, except for extension)
For this post it will not rename the accompanying NFO, JPG and SFV files which have very dissimilar names.
It should rename the IDX and SUB files, however it won't rename because the MKV file is all lowercase
while IDX and SUB have mixed case.
I will fix the case problem in the next 0.7.0Beta.
The first part (dissimilar names) will remain as is.
Thanks for reporting.
Re: Not renaming sub files?
Gotcha... thanks!

