You are here > Bugs > PlayOnLinux > Feature > Ticket #53 fr

Feature #53 on PlayOnLinux

show hours played

Added by fabioamd87 on 2010-10-06 00:45:41 - Comment or update this ticket

Statut:
New
Priority:
Low
Assigned to:
Last update:
2012-06-23 12:24:56
Description, steps to reproduce:
would be nice to see how many hours we play a game, like in steam.

History

Update by fabioamd87 on 2010-10-06 22:06:12

this things can be done by using "time" command line tool

example: time wine game.exe

store the result, add to the actual time and show in the UI.

Update by Quentin PÂRIS on 2012-06-22 22:19:39

For that, we could use timestamps, it would be easier

StartTime="$(date +%s)"
wine blabla
EndTime="$(date +%s)"

Delta=$(( EndTime - StartTime ))

I might add this in a future version. It's not a bad idea

Update by fabioamd87 on 2012-06-23 11:48:31

thanks for consideration, is this project still alive?

Update by Quentin PÂRIS on 2012-06-23 12:24:56

Yep (Sorry for the delay)

Il n'y a rien à voir ici