metadata-filter icon indicating copy to clipboard operation
metadata-filter copied to clipboard

Track titles with multiple suffixes

Open djmattyg007 opened this issue 4 years ago • 2 comments

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.

djmattyg007 avatar Jan 01 '21 05:01 djmattyg007

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?

djmattyg007 avatar Jan 01 '21 06:01 djmattyg007

Yes, it could be reused in Spotify filter to process such cases.

alexesprit avatar Jan 01 '21 07:01 alexesprit