For TV sorting, if you try to use the "%s.n" token for show name it gets interpreted as the %s token for season number followed by the literal ".n"
Other than that, .0.4.0 is working great!
TV sorting bug
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.
Re: TV sorting bug
This shouldn't be happening as %s.n is replaced in the path before %s is.
I'll look into this issue tomorrow, thanks for the bug report. Can you give me the whole tv sort string you are using?
I'll look into this issue tomorrow, thanks for the bug report. Can you give me the whole tv sort string you are using?
- Disgustipated
- Newbie
- Posts: 3
- Joined: February 27th, 2008, 11:33 am
Re: TV sorting bug
Maybe it's just happening in the display? When I saw it there I assumed it would happen in actual use as well.
Ok, I've gone and tried it. It sorta works. Instead of separating the words in the name with periods it was left using spaces. So what's being displayed, what should be happening based on the string, and what is actually happening are all at odds with eachother.
The config string is
PS: Any chance of adding options for lower case? Don't know why, but I like it better that way. Source would be really neat too, if possible.
Ok, I've gone and tried it. It sorta works. Instead of separating the words in the name with periods it was left using spaces. So what's being displayed, what should be happening based on the string, and what is actually happening are all at odds with eachother.
The config string is
Code: Select all
%sn\Season %s\%s.n.S%0sE%0e.%e.n.%ext
Re: TV sorting bug
Ok, we sorted this in irc, but for prosperity:
The javascript display of %s.n and %s_n was broken and would just replace %s with the season. This has now been fixed.
The output using %s.n and %s_n when renaming files or naming folders was not replacing the spaces with . or _. This has now been fixed.
Chances are this may miss 0.4.1, so look out for the fixes in 0.4.2 or later. (Edit: 0.4.2 was a fix for 0.4.1, so expect it in the next bug release - 0.4.3)
The javascript display of %s.n and %s_n was broken and would just replace %s with the season. This has now been fixed.
The output using %s.n and %s_n when renaming files or naming folders was not replacing the spaces with . or _. This has now been fixed.
Chances are this may miss 0.4.1, so look out for the fixes in 0.4.2 or later. (Edit: 0.4.2 was a fix for 0.4.1, so expect it in the next bug release - 0.4.3)
Last edited by switch on July 17th, 2008, 5:40 pm, edited 1 time in total.