boppreh / steamgrid

Downloads images to fill your Steam grid view
MIT License
660 stars 41 forks source link

Setting custom background and logos for Non-Grid-View #98

Closed hashworks closed 2 years ago

hashworks commented 2 years ago

Steam allows to set custom backgrounds and logos: example

Do you have any idea if those can be set automatically? It would be a great addition to steamgrid.

Lucki commented 2 years ago

Already fixed by #57

hashworks commented 2 years ago

Hm, this doesn't seem to work for any of my non-steam games. For example, according to the log a banner was found for "Resident Evil Village":

$ ./steamgrid -nonsteamonly -steamgriddb "foo"
[...]
Processing Resident Evil Village (20/22)
Banner found from SteamGridDB
Cover found from SteamGridDB
Hero found from SteamGridDB
Logo not found
[...]

banner-example

grid

files

I'm using the latest v3.2.1 on Linux. Any idea?

Lucki commented 2 years ago

I'm using the latest v3.2.1 on Linux. Any idea?

The latest release is missing #69 specifically 9c8788db4f04613ecfb3e8fb36a0af02395e4593.

hashworks commented 2 years ago

Aaaah, the MR was merged on 2021-03, but the latest release is from 2020-12. Got it. @boppreh, maybe a new release would be good?