-
-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Is your feature request related to a problem? Please describe.
Being able to send notifications externally to webhooks, etc (ex. Discord) for when a new game is added, updated, or when new files are added (once #149 is implemented).
Describe the solution you'd like
I would like for GameVault to be able to send the notifications directly.
Describe alternatives you've considered
Currently I have an automation in Homeassistant handle this for me, however it is rather crude. It uses folder_watcher to monitor for new/updated files. It doesn't integrate with the GameVault API however, so the information it provides is limited to file/folder names. It currently sends three different types of notifications:
- A new .iso or .rar file -> New Game Available in GameVault.
- A modified .iso or .rar file -> Updated game available in GameVault.
- A new .exe file -> A game update is available via File Browser.
Additional context
This is an example notification for an updated .iso Discord notification using my current system:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
