Search the Community
Showing results for tags 'gotify'.
-
Gotify Notifications Plugin Gotify notifications for your Emby server. Current version: 2.0.0.0 Last updated: 2024-02-02 Certified working on Emby Server 4.8.1.0 ## Links Plugin: Download Source: View ## Fresh Installation For Emby Server 4.8.0.0 and above: Download the latest v2 of the DLL file on the release page of this repo Put it in the "plugins" folder of your Emby Server and restart Emby Server The plugin should now show up in your Emby Server management page under Advanced > Plugins Configure the plugin by heading to the new Notification section under User settings Click the "+ Add Notification" button and choose "Gotify" The rest is self-explanatory For Emby Server versions older than 4.8.0.0: Download the v1.0.0.0 of the DLL file on the release page of this repo Put it in the "plugins" folder of your Emby Server and restart Emby Server The plugin should now show up in your Emby Server management page under Advanced > Plugins Select the plugin and it will take you to its configuration page ## Upgrading If you are upgrading Emby Server to 4.8+ from 4.7 or below, after the upgrade: Head to the plugin section in your Emby Server management page Uninstall your current Gotify plugin by right-clicking it and choosing "Uninstall" Stop your Emby Server Go to your Emby server plugin folder and double-check "MediaBrowser.Plugins.GotifyNotifications.dll" is not present, if yes, delete it Inside the plugin folder, go to its "configurations" sub-folder and delete "MediaBrowser.Plugins.GotifyNotifications.xml" Follow instructions under "Fresh Installation" above for Emby Server 4.8.0.0 and above ## Future Updates I'm going to be honest here: I have no idea how to code in C# specifically. So this plugin totally relies on the development of the Pushover plugin (see credits below). In the event of an Emby Server update breaking the plugin, I will do my best to try and fix it and will release an update on the Github repo. ## Credits This is a shameful slight mod of the Pushover plugin for Emby Server written by LukePulverenti [Luke] so all thanks to him and the Emby Server team. I take no credits for this. And of course big thanks to Gotify as well.
- 20 replies
-
- 4
-
-
-
-
Hi all, I built a notification agent for use with the gotify server! Source: https://github.com/crobibero/Emby.Plugins.Gotify Gotify: https://gotify.net/ Let me know if you have any issues.