FlashpointProject / launcher

Launcher for Flashpoint Archive

Home Page:https://flashpointarchive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show only downloaded games when offline

ShadyMedic opened this issue · comments

Is your feature request related to a problem? Please describe.
I often take my laptop with Flashpoint Infinity installed to places, where there is no internet connection. I then need to search for games that are already downloaded by name (because putting them all into a playlist would be annoying), which is very time-consuming.

Describe the solution you'd like
When the user is offline, only games that can be played should be displayed. Other games could be visible too, but their logos should be grayscale or have that "no-internet" sign over them. This could be configured in settings.

Describe alternatives you've considered
A slightly different approach would be, that all downloaded games would be automatically added to a playlist, that the user wouldn't be able to remove. This would also make uninstalling games, that the user doesn't want to play anymore easier. Removing a game from that playlist could uninstall it as well.

https://github.com/LeShaps/FPL-History would do the job but doesn't work in Infinity yet.

Solved in Flashpoint 13 with sorting items by Playtime or Last Played.

Solved in Flashpoint 13 with sorting items by Playtime or Last Played.

That works I guess, but I feel like that's not a very direct and user-friendly way to do this. Would the playlist approach be hard to implenent?