Depressurizer
Depressurizer copied to clipboard
[Request] See playtime
It would be really nice if I could see the current playtime of games (as you can on http://www.lorenzostanco.com/lab/steam/).
This to easier find games I have yet not tested in my categories to add a "todo tag" to.
Thanks!
I do like this idea, but that site doesn't seem to provide an API to use. Categories like <1, 1-10, 11-50, 51-100, and >100 hours would be very useful though.
https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29 playtime_forever seems to be accessible via this api
http://steamcommunity.com/id/{id here}/games?tab=all&xml=1 which is used in XML web profile updates already contains a field for playtime (<hoursLast2Weeks> and <hoursOnRecord>
)
Not sure if this is cached anywhere locally
I started a branch with a basic implementation (ErikDavison/Depressurizer@7a03ae09e563db767caf4204bd9fdf5124a65f62). Still working on the AutoCat/HTML-regex.