Page 1 of 1

[trunk] TV sorting capitals problem

Posted: April 9th, 2009, 11:41 am
by jordz
I'm using r2427.

I used to sort my TV shows like this: %s.n/Season.%0s
If I put in a nzb for example "***.S07E17.720p.HDTV.x264-CTU.nzb"
It gets sorted like this:
***/Season.07/***.S07E17.720p.HDTV.x264-CTU.mkv

But now it doesn't got captitals anymore:
**/Season.07/***.s07e17.720p.hdtv.x264-ctu.mkv

I saw in the sorting menu that now you can have %fn.%ext, does it use the nzb file or the movie file (avi/mkv)?
The new method with %fn.%ext also doesn't work.

The old method used to work fine with in older revisions.

Thanks

Re: [trunk] TV sorting capitals problem

Posted: April 9th, 2009, 2:05 pm
by switch
In the future please censor out what you are downloading, as per the forum rules.

I cannot find an issue with either of the things you point out.

In the first case, the file is lowercase because that is how it is in the archive. The only thing uppercase is the name of the nzb which isn't used in this case for naming. SABnzbd does not touch the naming of the extracted file if that part is missing from the Series Naming string.

I also cannot find anything wrong with %fn.%ext, the file you specified worked fine for me, can you explain further about what happens and what you expected to happen?

Re: [trunk] TV sorting capitals problem

Posted: April 11th, 2009, 10:06 am
by jordz
Sorry for posting the fullname.

At the moment I was posted this I was a bit confused.
I was sure sabnzbd renamed the extracted files to the nzb name or create a directory, but that's not the case with TV-sorting. I'm sorry my fault.