launcher icon indicating copy to clipboard operation
launcher copied to clipboard

[Feature(s) request] Implementing a game tracker

Open UnopposedForce91 opened this issue 5 years ago • 0 comments

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. Screenshot_1

UnopposedForce91 avatar Jan 01 '21 22:01 UnopposedForce91