lower case sorting
Posted: October 4th, 2010, 8:33 pm
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!
%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!