trembon / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
MIT License
46 stars 2 forks source link

improve handling for dlcs #25

Open trembon opened 5 months ago

trembon commented 5 months ago

currently when scanning for dlcs, the game, dlc name and dlc id is stored as a string this should be better handled as an object and let the presentation layer (gui/console) choose how to present it

mspykerez commented 1 month ago

Does this affect the MISSING DLC tab? Because currently the DLC name and ID are on the same column and I think it's better to have them in separate columns. A new column with the release date of the DLC is also missing there.

Also notice that DLC updates appear under the MISSING UPDATES tab and perhaps would be better to move them to the MISSING DLC tab to avoid mixing with regular game updates?

Note: DLCs can also have updates, thats why there is a 'Type' column in the MISSING UPDATES tab for Base/DLC

trembon commented 1 month ago

yes, it would affect that tab, as currently the DLC data is parsed in a weird way which makes it hard to work with the DLC information in the views so yeah, this change would allow to improve the columns shown in the missing dlc tab