HerrKnarz / Playnite-Extensions

Collection of useful Playnite extensions. See Readme for details!
MIT License
14 stars 2 forks source link

[Bug] [Metadata Utilities] Adding default values doesn't work for manually added games. #91

Open HerrKnarz opened 5 months ago

HerrKnarz commented 5 months ago

Tags should only be added after the automatic metadata update when adding new games. Unfortunately games that have no library addon don't trigger the LibraryUpdated event. Since manually added games usually don't run through the automatic update, I could add the tags directly after adding the game. The problem is, that games added through scanned folders have an automatic metadata download, but still don't trigger the LibraryUpdated event.

Looks like there is no proper solution as of now. I postpone this one until P11 is ready and see, if I can do stuff as a metadata source then.