That said you could modify the code that writes the local lyric file to the named store such that it is always named in lowercase only and then code the lookup as always lowercase. This would then leave only purely manual lyric files as an issue but would render people's stored currently lyrics redundant
The code writing the files already does normalize file names. But I understand you put a file in that folder yourself? You'd then have to normalize it yourself. I would not recommend storing files in the cache folder, but rather alongside the tracks instead (Song.flac.lrc).
I'm going to improve support for local lyrics, too, accepting *.txt in addition to *.lrc, case sensitivity etc.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
