jacquesh / foo_openlyrics

An open-source lyric display panel for foobar2000
MIT License
401 stars 24 forks source link

Auto convert separation symbols when comparing search results #298

Open aaronliu0130 opened 9 months ago

aaronliu0130 commented 9 months ago

Automatically convert , ; / & etc to a certain character (I rec. ; as it's the accepted one in ID3v2.4 or / which is used for QQ Music) when comparing search results.

This means after the fuzzy search and trying to select a result, ignore differences in these symbols i.e. if they only differ in these symbols, treat them as the same. For implementing maybe just replace all the characters.

aaronliu0130 commented 7 months ago

It could also search with just the first artist's name. Often when a search fails, searching again with just the first artist's name succeeds