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
I'd expect that 'update library' doesn't just add new things, but also removes them if they've been removed from the library on the file system...
Steps To Reproduce
Steps to reproduce the behavior:
Add an item to the library
Use 'Update Library'
Remove the item on the file system
Use 'Update Library' again - notice that the item remains in retrom
Expected behavior
I'd expect that that something called 'update library' would make the system match the data of the file system; if this isn't the case, maybe renaming this button to 'scan library for new items' would be more accurate. Would be nice to have a way to have it 'clean up' based on the state of the file system.
The text was updated successfully, but these errors were encountered:
Not a bug, simply not implemented yet. This is something I have deferred as I think it will be more easily resolved once I implement versioning/updates of game entries ( e.g. file changes in a game's directory constitutes an new version, clients will be prompted to update their installed copy ).
Ronald-Diemicke
changed the title
Bug: Update Library does not remove items that have been removed from library
Feature: Update Library does not remove items that have been removed from library
Dec 30, 2024
Not a bug, simply not implemented yet. This is something I have deferred as I think it will be more easily resolved once I implement versioning/updates of game entries ( e.g. file changes in a game's directory constitutes an new version, clients will be prompted to update their installed copy ).
Ehhhh... this could be dangerous in and of itself...I'm not sure if versioning the install file is the right way to go or maybe you have a 'sub-folder' structure for patches that read the filenames to know what versions are available? Typically - you don't reinstall the whole game to get a patch... you could also have the base install have a version number (in the case of repacks). Could also do the same thing with a sub-folder for DLC, addons, mods, ect...
Describe the bug
I'd expect that 'update library' doesn't just add new things, but also removes them if they've been removed from the library on the file system...
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'd expect that that something called 'update library' would make the system match the data of the file system; if this isn't the case, maybe renaming this button to 'scan library for new items' would be more accurate. Would be nice to have a way to have it 'clean up' based on the state of the file system.
The text was updated successfully, but these errors were encountered: