-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[SteamGridDB] Using "download-fake-png" downloads two .webp files #5274
Comments
The
Both files, webp and fakepng, are the same, it seems. |
My apologies, but is there any way to disable |
It can only be enabled/disabled globally at the moment, like all other May I ask what the point of these fake png files is? |
Since those fake PNGs are always the second file, you could use the following to overwrite the "filename": {
"num == 2": "{game[id]}_{id}_{num:>02}.png",
"" : "{game[id]}_{id}_{num:>02}.{extension}"
} |
Simply put, the purpose of the fake PNG is so that Steam recognizes it, as Steam only supports .pngs for custom banners or grids. The fake png allows you to trick steam and have animated assets. The code you provided seems to have worked, thanks! |
By default, the "download-fake-png" config is "true" for SteamGridDB. It is supposed to download a "fake PNG" version of an animated file alongside the original file (the website provides both). However, when downloading, it instead just downloads two of the same .webp, ending in "_01.webp" and _02.webp" instead of one file having the .webp extension and the other the .png extension.
Example of an animated asset providing the original .webp format and the "fake png" format: https://www.steamgriddb.com/grid/374270
The text was updated successfully, but these errors were encountered: