Part of the Jellyfin Project
This plugin can send notifications to a range of personal devices via Slack when certain events happen on your server.
- 
Clone this repository 
- 
Ensure you have .NET Core SDK set up and installed 
- 
Build the plugin with your favorite IDE or the dotnetcommand.
dotnet publish --configuration Release --output bin- Place the resulting Jellyfin.Plugin.Slack.dllfile in a folder calledplugins/inside your Jellyfin data directory.