Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TRegina

Pages: 1
1
Plugins / Re: Additional Tagging & Reporting Tools
« on: March 08, 2025, 11:38:46 PM »
CD* does not work for me.
It won't, because when speaking regex, that would match things like C CD CDD CDDD etc.

I tried various RegEx codes, but they did not work.
Have you tried something like this?:



change 'Title' to the tag that contains cd* in your situation, and add this as a step after your other 'casing' steps


PS
A mandatory read for anyone attempting to use and master regex functions within MusicBee:
karbock's Review of Regular Expressions

I am using the "Case Checker" function directly and not search and replace:


2
Plugins / Re: Additional Tagging & Reporting Tools
« on: March 08, 2025, 04:46:04 PM »
Is it possible to use a word range for the Change Case - Except for Words field?
For example, instead of typing out CD1 CD2 CD3...etc. in the field is there a range I can use?
CD* does not work for me.
Hi there, welcome to the forum.
boroda or someone else will assist you when they get the time. I'm not that familiar with this command yet (it was introduced fairly recently).

In the meantime, I was having a look at MusicBee's native tools > search and replace function to see if it was case-sensitive for a job like this, and it looks like the regex is:
You can add negative lookups to the expression for the "except these words" portion (but that'd be complicated compared to this plugin's command).


I tried various RegEx codes, but they did not work.
It seems to be in some kind of XML code that I was able to view in Notepad.
Thanks for your help, anyway.

3
Plugins / Re: Additional Tagging & Reporting Tools
« on: March 05, 2025, 05:44:43 AM »
Hello,

Is it possible to use a word range for the Change Case - Except for Words field?
For example, instead of typing out CD1 CD2 CD3...etc. in the field is there a range I can use?
CD* does not work for me.

Thanks.

Pages: 1