You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
If the game has an apostrophe in it's name, XDM is not able to find a release due to the indexers usually replacing the ' with either nothing or a . . Would be nice to identify such releases as well!
Thanks for the good work :)
The text was updated successfully, but these errors were encountered:
Technically you can already fix that yourself ...
create / use the default "Replace" SearchTermFilter
Enable it configure it to run on Games and
Replace This: ';
With This: ;
(untested ... :/)
The plugin is made precisely for a this purpose. I might ad something general like that into the Games Plugin or into the default configuration for the Replace plugin.
If the game has an apostrophe in it's name, XDM is not able to find a release due to the indexers usually replacing the ' with either nothing or a . . Would be nice to identify such releases as well!
Thanks for the good work :)
The text was updated successfully, but these errors were encountered: