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
Is your feature request related to a problem? Please describe.
Only some games are automatically detected as installed on Windows based on registry. We need all.
Describe the solution you'd like
Add scanning folders feature that will perform batch matching based on root path provided in config file.
Or maybe list of root paths as general solution.
Use existing heuristics to find all games with executables.
Describe alternatives you've considered
Manual matching games with minimal gui shown after clicking on install.
It is sill an option but requires work on gui and not gives batch matching. Do later.
Do not use config file but cache and chromium gui at last login step.
Chromium gui would be nice as user dont have to manually change any file, but the window cannot be called on demand (well, maybe on reconnecting). It is definitely thing to do, but maybe as a next step altogether with other options and login window Alternative login method #15 Do it later.
just use ProgramFiles / Applications as a root path for recursive search.
May be heavy for CPU and the first try on Windows failed because of no read rights for whole filesystem. Sounds like a blocker but need to try on mac.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Only some games are automatically detected as installed on Windows based on registry. We need all.
Describe the solution you'd like
Add scanning folders feature that will perform batch matching based on root path provided in config file.
Or maybe list of root paths as general solution.
Use existing heuristics to find all games with executables.
Describe alternatives you've considered
Manual matching games with minimal gui shown after clicking on install.
It is sill an option but requires work on gui and not gives batch matching. Do later.
Do not use config file but cache and chromium gui at last login step.
Chromium gui would be nice as user dont have to manually change any file, but the window cannot be called on demand (well, maybe on reconnecting). It is definitely thing to do, but maybe as a next step altogether with other options and login window Alternative login method #15 Do it later.
just use ProgramFiles / Applications as a root path for recursive search.
May be heavy for CPU and the first try on Windows failed because of no read rights for whole filesystem. Sounds like a blocker but need to try on mac.
The text was updated successfully, but these errors were encountered: