soulsync/webui
Broque Thomas 1646c3d9e1 Fix partial name matching false positives (#225)
"Believe" was falsely matching "Believe In Me" because SequenceMatcher
gives high scores when the search string is fully contained in the
match. Added a length ratio penalty: when cleaned titles differ in
length by more than 30%, the similarity score is multiplied by the
ratio (min/max length). This crushes prefix/suffix false positives
while leaving exact matches and cleaned variants (remastered, deluxe)
unaffected.
2026-03-30 17:58:59 -07:00
..
static Fix partial name matching false positives (#225) 2026-03-30 17:58:59 -07:00
index.html Add Clear Cache & Use Fallback button to Spotify settings 2026-03-30 17:20:33 -07:00