launcher
launcher copied to clipboard
[Feature(s) request] Implementing a game tracker
Is your feature request related to a problem? Please describe. I would love to know how many hours i spent on a certain game, when is the last time i played that game, or even what are the games i played, but the launcher doesn't have these features.
Describe the solution you'd like
- For the games that had been launched, A simple boolean value could do the trick.
- For Calculating how many hours spent playing a game, When the game opens, save the date, when closing the game perform a simple diff between the starting date and closing date, then add the result to a counter.
- For the last time a game has been played, Take the closing date and set it to the "Last time played".
Describe alternatives you've considered N/A
Additional context
If i had to choose where i would find these stats, i would choose along with the game info (Check picture), a setting for erasing these stats is nice, and the boolean value for the games that had been launched could be used to filter searches.
