You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a game that was previously parsed when the artwork choices were exported is removed, attempting to import those artwork choices fails. You can edit the _selections.json to remove the entry for the missing game and it will import correctly again.
Steps to reproduce the behavior
export artwork choices
remove game from system
rescan library
attempt to import artwork choices
Expected behavior
Import parser should import the entries it can and ignore entries in _selections.json that aren't found. Could provide a warning or message for transparency.
Screenshots
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I was investigating this because a friend of mine ran into this issue and we were able to bypass this error by modifying isLocalImageUnique in src/renderer/services/preview.service.ts:
This isn't particularly ideal, it would probably be better to create a list of missing titles and report them to the user as some sort of warning. The existing error is pretty unclear, and pretty impossible to identify for the layman.
Describe the bug
If a game that was previously parsed when the artwork choices were exported is removed, attempting to import those artwork choices fails. You can edit the _selections.json to remove the entry for the missing game and it will import correctly again.
Steps to reproduce the behavior
Expected behavior
Import parser should import the entries it can and ignore entries in _selections.json that aren't found. Could provide a warning or message for transparency.
Screenshots

Upvote & Fund
The text was updated successfully, but these errors were encountered: