lower case sorting

Get help with all aspects of 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
rundowncolts
Newbie
Newbie
Posts: 2
Joined: October 4th, 2010, 8:26 pm

lower case sorting

Post by rundowncolts »

I am using the following pattern to sort TV shows:

%s.n/season.%0s/%s.n.s%0se%0e.%ext

which looks like:

Show.Name/season.01/Show.Name.s01e05.avi

I can't figure out how to get the whole thing to go always lower case.  If I wrap text with {} it goes lower case, but that doesn't seem to work if I put it around any of the patterns or around the whole thing.  It just actually puts the "{" in the output.

Is there any easy way to get it all lower case straight up, or do I need to do some additional post processing?  I'm running 0.5.4 from source on Linux (Centos).

Thanks for any help!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: lower case sorting

Post by shypike »

Does only the example in Config->Sorting fail or do the actual folders fail?
The examples are not accurate and don't show the result of {} properly.
rundowncolts
Newbie
Newbie
Posts: 2
Joined: October 4th, 2010, 8:26 pm

Re: lower case sorting [solved]

Post by rundowncolts »

Yeah it looks like just the example fails.  It actually works fine with curly brackets around the whole thing.

Thanks.
Last edited by shypike on October 9th, 2010, 1:18 pm, edited 1 time in total.
blade-runner
Newbie
Newbie
Posts: 46
Joined: August 17th, 2010, 10:44 am

Re: lower case sorting

Post by blade-runner »

Can any 1 show how to get this done ?

When i want only filename to get lowercase by doing this --> %sn/Season %s/{%fn}

I'm getting a folder named %fn instead

How do i get the original filename to be lower case all the time ?
blade-runner
Newbie
Newbie
Posts: 46
Joined: August 17th, 2010, 10:44 am

Re: lower case sorting

Post by blade-runner »

Nobody?

I tested a few things and no matter what i do i can't get the filename lowercase.

It only works in for example folders for tv show names and season folders like this: showname/season 1/Showname.S01E01.HDTV.X264.mkv

Filename kept his original structure!!!

Sort string in this case is: {%sn/Season %s/%fn.%ext}

I also tried to get every file i downloaded to be lowercase but without any luck, all i got was a post processing error.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: lower case sorting

Post by shypike »

It's in my queue for testing, but I'm drowning in work.
For me it's a low priority issue.
Post Reply