manifest order and overwrites #634
Unanswered
magiruuvelvet
asked this question in
Q&A
Replies: 1 comment 2 replies
|
What issues do you run into when the entries are merged? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to integrate my own hand-written manifest (with higher priority) for games that are not in the primary manifest. Ludusavi recognizes my custom manifest YAML and finds all games and saves successfully.
Now the problem: When I add a custom game with an identical name that is also present in the primary manifest. Ludusavi merges the entries instead of using only my version. How can I solve this without copy-pasting every relevant game from the primary manifest, and then deactivating the primary manifest altogether?
I disabled the built-in primary manifest entry and replaced it with a custom URL entry. The current order is:
The same problem also exists when the primary manifest has higher priority than my own.
EDIT: Using a different name for the game isn't really an option for me. This would be more of an workaround than a solution.
All reactions