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
Hi! I think this issue could benefit from using FileSystemWatcher class, but the scanning logic should be seperated just so it can be reused in multiple places, because (if I'm correct) it currently scans all or nothing and my proposed solution would scan the newly added folder only.
That makes sense. If it was FileSystemWatcher it would have to be running as a service constantly in the background, or at least just re-running the main function periodically since it is already incremental
Problem
Right now you have to manually re-run this any time a new game is added
Solution
Implement this as a scheduled task/Windows Service/background task that can periodically scan for new apps and add them
The text was updated successfully, but these errors were encountered: