Bliss does not properly handle the track name "!!!!!!!"
I find that Bliss does not properly handle the track name "!!!!!!!" on "When We All Fall Asleep, Where Do We Go?" by Billie Eilish. It keep flagging it as incorrect.
Yes, the track name really is "!!!!!!!"
This has now been fixed: https://www.blisshq.com/music-library-management-blog/2020/01/21/release-20200117/
-
The reason for this is that, with strict punctuation checking disabled (the default) the exclamation marks are stripped from the title and a calculation performed on the result (an empty string) gives a strange result.
I'll fix this to, if the title is *all* punctuation, the characters are still compared. Also, we'll cope with post-stripped empty strings better.
-
Thanks - will check this, replicate and fix.