/jellyfin-plugin-slack

Slack Notifications for Jellyfin

Primary LanguageC#MIT LicenseMIT

Jellyfin Slack Plugin

Part of the Jellyfin Project

Logo Banner

GitHub Workflow Status MIT License Current Release

About

This plugin can send notifications to a range of personal devices via Slack when certain events happen on your server.

Build & Installation Process

  1. Clone this repository

  2. Ensure you have .NET Core SDK set up and installed

  3. Build the plugin with your favorite IDE or the dotnet command.

dotnet publish --configuration Release --output bin
  1. Place the resulting Jellyfin.Plugin.Slack.dll file in a folder called plugins/ inside your Jellyfin data directory.