HerrKnarz / Playnite-Extensions

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

[Enhancement][Metadata Utilities] Add button to the settings menu to manually execute a merge rule for all games. #93

Closed HerrKnarz closed 5 months ago

HerrKnarz commented 5 months ago

To make that work I have to move the actual merge functionality into the merge rule class and make it an action, so it can run independently from the others.

HerrKnarz commented 5 months ago

It's essentially closed now, but the merging is much slower than merging items in the Metadata Editor, because I use different ways to iterate through the games here. I already have an idea to solve that and opened issue #101 for that.