azuravian / playnite-LocalInstallButton

Adds button to assist with installing local PC games.
Creative Commons Zero v1.0 Universal
11 stars 7 forks source link

Game Executable still requested even though the Action exists already #10

Open Litcube opened 1 year ago

Litcube commented 1 year ago

If the Play action exists, it shouldn't ask for the executable again.

azuravian commented 1 year ago

Just so I understand, are you saying you have incidents where the Play action already exists (meaning the game is already installed), but the game is marked as uninstalled, giving you the option to use this plugin to install?

Litcube commented 1 year ago

Nope, I'm refering to when the game has a play action and is uninstalled. Reinstalling the game, it asks for the play action again when one already exists. I changed this myself in the code, just thought I'd let you know.

azuravian commented 10 months ago

Been thinking about this again. I'm assuming your own fix worked for you. My concern for a broad fix is that there are edge cases where a game might have 2 Play Actions. Thinking about adding a check for if user wants to use their existing Play action for this game, or if they'd like to create a new Play Action.

Koriebonx98 commented 6 months ago

could do on install add all exe's other than thise in "_Redist" as play actions.

azuravian commented 6 months ago

This plugin will be replaced soon with a new one that operates as a library plugin instead of general. The new one will process uninstalls, automatically removing any play options that were created.

azuravian commented 2 weeks ago

Will be shutting down this repository. My plugin is now a Library plugin and is at https://github.com/azuravian/playnite-LocalLibrary

Check it out