HerrKnarz / Playnite-Extensions

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

[Enhancement][Metadata Utilities] Add items when (combination of?) other values exist #87

Open Jeshibu opened 5 months ago

Jeshibu commented 5 months ago

Consider you've got the tags First-person shooter and Third-person shooter, and you want those to automatically add the genre Shooter to a game.

Another use case for combined requirements: you've got genres Perspective: Third Person and Shooter and you want that to add the genre Third-person shooter

HerrKnarz commented 5 months ago

I thought about how to implement that. Here's a rough idea:

These rules can then be set to be executed after metadata updates or manually. The latter should also have the option to ignore the condition, so you could have the same rule for automatic execution and manually for games you select yourself. This concept thus also covers #96, so that it can be shelved.