Case Checker Bug

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Case Checker Bug

Re: Case Checker Bug

by MPG » Fri Aug 08, 2025 10:06 am

Thanks Lowlander!
I didn't realize there was a settings for the addon. While I made the change to the script, it wasn't picked up. Made the change to the settings and voila, problem resolved.

Re: Case Checker Bug

by Lowlander » Thu Aug 07, 2025 11:26 pm

I don't see this here. What are your settings (use Gear icon) for the Case Checker Addon?

Case Checker Bug

by MPG » Thu Aug 07, 2025 9:42 pm

Hi,
I found a bug in the case checker script. I don't want any single letter words to be lower case. All words are to start with an upper case and his includes single letter words.

I made the following change to dlgCaseChecker.js which did not solve the problem:
// var littleWordString = "a|an|and|at|de|del|di|du|e|el|en|et|for|from|la|le|in|n|'n|n'|'n'|o'|'o'|of|or|por|the|to|un|une|und|with|vs|ft|feat|aka|vol|w/|y";
var littleWordString = "";
var forceCapString = "A|AC|EBN|...

As you can see in the screenshot, the "a" in U.S.A is lowercase, so is the a in the album title.

Image

How is this resolved?

Top