-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for multiple banners #147
Comments
There're not banners, when you are hovering mouse on game Steam shows screenshots from store page. You can use animated file in this case |
Yes, I know they are screenshots, but steamgrid uses the The animated files are a really good idea, but they would "overwrite" the existing ones for Steam games. A solution for this would be a feature to automatically create animated images for This feature could automatically fetch screenshots or other existing images from Steam (and maybe other sources) and merge them with the user images (in the Example - the files in the user's directory look like this (0-based indexing)
The 1st image would be taken from the
This limit would also allow user to use only their own images. Another possible option is to store the order in some kind of config file, but that would change the whole structure of this project, so maybe we'll skip that idea for now. Of course there should be switches to enable/disable the automatic creation of animated banners. |
Those images are loaded on demand and not requested from disk like all the other library art steamgrid handles. You'd have to catch the request and manipulate the answer to your needs. IMHO not worth it for something you don't even see all the time and IMHO beyond the scope of this project as it'll require a permanently running web server answering steams requests. |
How about support for non-Steam games only? I primarily wanted it for non-Steam games because they appear different than native Steam games. |
When hovering over Steam game in grid library view the banners show up.
Currently steamgrid supports only one image for banner, but most Steam games have multiple banners playing in slide show:
out.mp4
First and second are original Steam games and the third is a non-Steam game (banner trimmed but as you can see it's static)
I'd like to have multiple custom banners for non-Steam and steam games where for Steam games they should be added to existing banners - not overwrite them.
The text was updated successfully, but these errors were encountered: