Case Checker Bug

Get help for different MediaMonkey v5 / v2024 Addons.

Moderators: jiri, drakinite, Addon Administrators

MPG
Posts: 445
Joined: Tue May 13, 2008 11:22 pm

Case Checker Bug

Post by MPG »

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?
TIA
MPG
Triumph - Hold On: Music holds the secret, to know it can make you whole.
Lowlander
Posts: 58677
Joined: Sat Sep 06, 2003 5:53 pm

Re: Case Checker Bug

Post by Lowlander »

I don't see this here. What are your settings (use Gear icon) for the Case Checker Addon?
MPG
Posts: 445
Joined: Tue May 13, 2008 11:22 pm

Re: Case Checker Bug

Post by MPG »

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.
TIA
MPG
Triumph - Hold On: Music holds the secret, to know it can make you whole.
Post Reply