getmusicbee.com

Support => Questions => Topic started by: cynflux on January 12, 2018, 01:47:25 AM

Title: a filter using Regex to find explicit lyrics
Post by: cynflux on January 12, 2018, 01:47:25 AM
Hello,
I am trying to create a filter that will find songs in a library with explicit lyrics (like ass, but not the word glass). How do I use Regex to accomplish this? Thank you in advance for your replies.

Title: Re: a filter using Regex to find explicit lyrics
Post by: cynflux on January 12, 2018, 04:17:42 AM
I think I figured it out, but would still appreciate your advice.
Title: Re: a filter using Regex to find explicit lyrics
Post by: theta_wave on January 12, 2018, 05:26:39 AM
\<ass\> or \bass\b or

\<(badword1|badword2|etc)\>

\b(badword1|badword2|etc)\b
Title: Re: a filter using Regex to find explicit lyrics
Post by: cynflux on January 12, 2018, 09:08:07 PM
Awesome! Thanks again.

Title: Re: a filter using Regex to find explicit lyrics
Post by: cynflux on March 17, 2018, 03:23:24 AM
Hello,
My explicit lyrics filter do not seem to work anymore.

I am using MusicBee portable 3.1.6590

Not sure what caused it not to work anymore.
Title: Re: a filter using Regex to find explicit lyrics
Post by: cynflux on March 17, 2018, 03:36:57 AM
Nevermind.
I figured it out.
A typo was the culprit.
Title: Re: a filter using Regex to find explicit lyrics
Post by: cynflux on March 21, 2018, 12:38:26 AM
It's not a typo.
I click on the my EXPLICIT LYRICS filter and no music files show up.
I click edit filter, but make no changes, and then save, and the music files then show up.
They will show up until I reboot the computer.
Once I reboot and run MusicBee again, the filter stops working until I save it again.