Page 1 of 1

%sN no longer working

Posted: April 14th, 2014, 6:08 pm
by Xmantium
It seems like after i updated to the latest build of 0.7.17 %sN just stopped working
I prefer

Code: Select all

%sN/%s.N.S%0sE%0e.%e.n.%ext
which gives a perfect organised folders

Code: Select all

Show Name/Show.Name.S01E05.Episode.Name.[DTS].avi
Before Games of Thrones used to appear as Games Of Thrones, now its Games of Thrones
Is there a way to switch it back?

Re: %sN no longer working

Posted: April 15th, 2014, 12:34 pm
by shypike
I doubt if anything changed.
All versions explicitly exclude "of" from getting an initial uppercase letter.
Possibly before your name source was a different.
"Of" will not be lowercased if it's already uppercased.
Try setting Config->Special->enable_meta to 0.

Re: %sN no longer working

Posted: April 15th, 2014, 4:58 pm
by Xmantium
My enable_meta has always been ticked off as i prefer the original filename, still says "enable_meta ( on )" but its not checkboxed with a tick

The problem with linux based file system it created two folders, one with "of" and one with "Of". When try to access it with Windows, i can only access one of the folders.
Ive checked my backup nzb folder, they all have "of" on the filename, only after updating sabnzbd it doesnt upcased to "Of"

Is there anyway to change this manually? Like you did with "UK" and "US" doesnt lowercase, this was an issue i had before but got fixed few builds before

Re: %sN no longer working

Posted: April 16th, 2014, 4:05 am
by shypike
I wasn't quite accurate in my description.
"Of" will actively be changed to "of".
That aspect hasn't changed in recent versions.
It's not clear to me why the previous behavior was different.
It was supposed to lowercase "of" anyway.

BTW: your meta option is indeed off (the value between brackets is the default value).