metadata-filter
metadata-filter copied to clipboard
Track titles with multiple suffixes
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.
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?
Yes, it could be reused in Spotify filter to process such cases.