Skip to content

Commit

Permalink
Updated Steam game banner URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapiainen committed Nov 22, 2016
1 parent 30fa436 commit 4a396c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lauhdutin/Main.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Lauhdutin
Author=Kapiainen
Information=A launcher for Steam and non-Steam games, movies, misc. software, etc.
Version=1.3.1
Version=1.3.2
License=MIT

[Rainmeter]
Expand Down Expand Up @@ -42,7 +42,7 @@ UpdateDivider=#RefreshInterval#
[LogoDownloader]
Measure=Plugin
Plugin=WebParser
URL=http://cdn.steampowered.com/v/gfx/apps/#LogoToDownload#/header.jpg
URL=http://cdn.steamstatic.com/steam/apps/#LogoToDownload#/header.jpg
Download=1
DownloadFile=#LogoToDownload#.jpg
DynamicVariables=1
Expand Down

8 comments on commit 4a396c7

@Xarishark
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have many empty squares with no game images how do i fix that?
untitled

@Xarishark
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok now i have that...

untitled

@Kapiainen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any error messages in Rainmeter's log?

@Xarishark
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only that. Btw is there a way to display all game and not only the installed ones? I want to be able to search for my games and click to install them if I dont have them.
image

@Kapiainen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tried copying those URLs from the log into a browser and checking if they work? They work for me, so I'm not sure why the skin would fail to download them.

@Xarishark
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kapiainen in the end it downloaded everything so it could be a problem with the Steam CDN. Any way for my other question to work?

@Kapiainen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From locally stored info only? I think you can get the AppID and last played timestamp for all games associated with an account, but you won't have the names. You could use the AppIDs to then find out the names of the games from another source.

A public Steam profile would give access to the AppID, name, total hours playes, and last played timestamp for all games associated with an account by downloading just one webpage and parsing it.

It would be possible to compare the complete list of AppIDs associated with an account against a list of appmanifest_X.acf files found in order to figure out which games are not installed yet. As long as both lists are up-to-date, then it should be accurate as well.

@Xarishark
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not from local info only it could check the account name and download every appid associated with the account so i can scroll through all my owned games.

Please sign in to comment.