Note
Due to lack of time and motivation I cannot continue with the project, I might come back to it later on if I get the time but as of now it is abandoned. Any forks or pull requests are welcome, I was planning to port it into C# eventually.
On Playnite startup, this C# plugin simply opens a python script compiled into an executable that reads appmanifest data for Steam and alerts the user of any games that have updates.
❓ Support:
Create an issue
Playnite Discord
⚙️ How to use:
Go to addon settings and enter the steamapps path Example: C:/Program Files (x86)/Steam/steamapps
🔆 Future additions checklist:
- Epic Games support
- Full C# Rewrite
- Theme integration
- Display download status
🛠️ Used:
- PyInstaller - For compiling the python script into an executable
- Visual Studio 2022 - For debugging and building the C# plugin
- Visual Studio Code - For writing the python script

