/jellyfin-notify

publish messages about new titles in your jellyfin server via AWS Simple Notification Service

Primary LanguageGoApache License 2.0Apache-2.0

Jellyfin-Notify

Send messages out via AWS Simple Notification Service(SNS) in a timed fashion whenever new items are added to your Jellyfin Server

Prerequisites

Jellyfin-Notify assumes you have the AWS CLI installed and configured. Also that you have created a valid SNS topic in AWS.

Usage

Jellyfin-Notify can be used in 2 different ways

1. CLI w/ flags

./jellyfin-notify -endpoint <ENDPOINT> -api-key <API-KEY> -user-key <USER-KEY> -aws-region <AWS-REGION> -sns-arn <SNS-ARN> -wait-time 72

2. CLI w/ .env file

  • create an .env file using the template in this repo
./jellyfin-notify -env-file