Chris Dock
Chris Dock
SRM is a tool for bulk adding games and artwork. use SGDBoop if you want to change single images. That said I'll think about adding a parser setting that only...
@SamusAranX next version will have the ability to import/export artwork choices, so if you're truly worried about losing your choices that should help you. Also the parser setting "prefer current...
Just looked into this, if you have "prefer current steam images" the images are not downloading from SGDB, except for the new games. So this is already the default behavior.
If anyone knows where this needs to be set, e.g. in what vdf file, I could implement this.
We already parse appinfo.vdf so no worries there. Thanks for finding the file. I will add this capability soon.
See `SyntaxError: /home/deck/.steam/steam/userdata/28176488/config/addedItemsV2.json: Unexpected end of JSON input`, @lionelr96's solution is correct. Somehow that file (which SRM uses to keep track of what it has added) got corrupted.
Also seeing this in WSL2, eg: ``` flatpak run com.steamgriddb.steam-rom-manager bwrap: Can't mount tmpfs on /newroot/dev/shm: No such file or directory ```
I am also seeing a crash in electron crash in `Electron 24.1.2`. Happens relatively randomly when a database is re-opened. Yes I am closing them.
Yet another solution might be to encode the type in the vdf. This is what I ended up doing, eg. A number 1234 gets encoder as "n1234" which is then...
Unfortunately steamgriddb's api does not return information on the language of text that appears in artwork, I don't think they even collect that information. As such, there is no way...