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
Currently when deleting a game or game file you have the option to delete the entries from the disk entirely, or simply mark them as deleted in the database (thus hiding them in the UI) effectively blacklisting the entry from future scans.
Both of these options are essentially permanent. There should be a third option to delete the entry from the database, allowing subsequent scans to pick it up again. This would allow users to trash an entry and re-scan to start from scratch with it in the case of bugs/orphaned data.
Ultimately, the default behavior should be this new third option with the other strategies available for the user to opt-in to.
Platforms
Games
Game Files
The text was updated successfully, but these errors were encountered:
Currently when deleting a game or game file you have the option to delete the entries from the disk entirely, or simply mark them as deleted in the database (thus hiding them in the UI) effectively blacklisting the entry from future scans.
Both of these options are essentially permanent. There should be a third option to delete the entry from the database, allowing subsequent scans to pick it up again. This would allow users to trash an entry and re-scan to start from scratch with it in the case of bugs/orphaned data.
Ultimately, the default behavior should be this new third option with the other strategies available for the user to opt-in to.
The text was updated successfully, but these errors were encountered: