Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shemanaev/jellyfin-plugin-webhooks
Webhooks for Jellyfin
https://github.com/shemanaev/jellyfin-plugin-webhooks
jellyfin jellyfin-plugin webhooks
Last synced: 6 days ago
JSON representation
Webhooks for Jellyfin
- Host: GitHub
- URL: https://github.com/shemanaev/jellyfin-plugin-webhooks
- Owner: shemanaev
- License: mit
- Created: 2020-01-14T16:35:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T15:41:00.000Z (6 months ago)
- Last Synced: 2024-08-02T16:32:22.399Z (3 months ago)
- Topics: jellyfin, jellyfin-plugin, webhooks
- Language: C#
- Homepage:
- Size: 440 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webhooks for Jellyfin
Supports couple of request formats:
- **Default** - _native_ Jellyfin payload
- **Get** - simple `GET` requests for low memory devices like IoT
- **Plex** - Plex-_ish_ type of payload. Enough to scrobble on services like SIMKL## Installation
Add repository with my plugins from [jellyfin-plugin-repo](https://github.com/shemanaev/jellyfin-plugin-repo).
## Debugging
Define `JellyfinHome` environment variable pointing to Jellyfin distribution to be able to run debug configuration.
Included `docker-compose.yml` can be used to start webhook testing app on [localhost:8084](http://localhost:8084).