Depressurizer icon indicating copy to clipboard operation
Depressurizer copied to clipboard

[Request] See playtime

Open Njbud13 opened this issue 7 years ago • 4 comments

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!

Njbud13 avatar Jul 08 '17 11:07 Njbud13

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.

CorruptComputer avatar Jul 08 '17 16:07 CorruptComputer

https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29 playtime_forever seems to be accessible via this api

Njbud13 avatar Jul 08 '17 20:07 Njbud13

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

ErikDavison avatar Sep 18 '17 01:09 ErikDavison

I started a branch with a basic implementation (ErikDavison/Depressurizer@7a03ae09e563db767caf4204bd9fdf5124a65f62). Still working on the AutoCat/HTML-regex.

ErikDavison avatar Sep 30 '17 00:09 ErikDavison