You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across a track title on Spotify that is literally Fa Fa Fa - (Album Version). The removeVersion filter correctly strips (Album Version), leaving it as Fa Fa Fa - . However, I'm not aware of a filter that will strip the - at present.
It's also worth noting that the predefined Spotify filter doesn't currently strip version suffixes like this. I'd like to submit a PR to add it, unless you have an objection.
The text was updated successfully, but these errors were encountered:
Actually, I remembered the TRIM_SYMBOLS_FILTER_RULES set of filters, which looks like it would be sufficient. Perhaps these should both be added to the predefined Spotify filter at the same time?
I've come across a track title on Spotify that is literally
Fa Fa Fa - (Album Version)
. TheremoveVersion
filter correctly strips(Album Version)
, leaving it asFa Fa Fa -
. However, I'm not aware of a filter that will strip the-
at present.It's also worth noting that the predefined Spotify filter doesn't currently strip version suffixes like this. I'd like to submit a PR to add it, unless you have an objection.
The text was updated successfully, but these errors were encountered: