Not renaming sub files?

Report & discuss bugs found in SABnzbd
Forum rules
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.
Post Reply
KrakaJap
Newbie
Newbie
Posts: 8
Joined: September 15th, 2011, 12:19 pm

Not renaming sub files?

Post by KrakaJap »

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?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Not renaming sub files?

Post by shypike »

Without your Sort expression there's not much I can tell you now.
KrakaJap
Newbie
Newbie
Posts: 8
Joined: September 15th, 2011, 12:19 pm

Re: Not renaming sub files?

Post by KrakaJap »

shypike wrote:Without your Sort expression there's not much I can tell you now.

Code: Select all

%title (%y)/%title (%y).%ext
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Not renaming sub files?

Post by shypike »

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.
KrakaJap
Newbie
Newbie
Posts: 8
Joined: September 15th, 2011, 12:19 pm

Re: Not renaming sub files?

Post by KrakaJap »

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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Not renaming sub files?

Post by shypike »

Can you email an example of an NZB that shows this behaviour?
bugs@sabnzbd.org (and please add the URL of this post).
KrakaJap
Newbie
Newbie
Posts: 8
Joined: September 15th, 2011, 12:19 pm

Re: Not renaming sub files?

Post by KrakaJap »

shypike wrote:Can you email an example of an NZB that shows this behaviour?
bugs@sabnzbd.org (and please add the URL of this post).
*sent
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Not renaming sub files?

Post by shypike »

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.
KrakaJap
Newbie
Newbie
Posts: 8
Joined: September 15th, 2011, 12:19 pm

Re: Not renaming sub files?

Post by KrakaJap »

Gotcha... thanks!
Post Reply