hydralauncher / hydra

Hydra is a game launcher with its own embedded bittorrent client
MIT License
11.18k stars 2.71k forks source link

[BUG] Incorrect Game Title Matching #1148

Open ZeDarkAdam opened 4 days ago

ZeDarkAdam commented 4 days ago

Describe the bug

I have encountered an issue with the Hydra Launcher regarding the matching of game titles from the JSON file with existing entries in the application. Specifically, when the game title "Sally Face | RePack" is parsed, it incorrectly matches to the entry for "Sally" instead of "Sally face."

This mismatch could lead to confusion for users searching for specific games, as it does not accurately reflect the intended title. I believe that the title matching logic needs to account for full title recognition, especially when dealing with multi-word titles.

Steps to Reproduce

add source https://raw.githubusercontent.com/ZeDarkAdam/hydra_links_igruha/refs/heads/main/hydra_links_igruha.json

check "Sally Face | RePack" is matched to "Sally."

Expected behavior

The entry "Sally Face | RePack" should match to "Sally face" instead of "Sally."

Additional information and data

image image

Operating System

Windows 11

Hydra Version

3.0.3

Before opening this Issue

zamitto commented 4 days ago

Your problem is listed in our Frequently Asked Question.