From 4dc806263a52ed2d0e43ffc962327d0380cc9630 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 22 May 2026 11:26:44 +0300 Subject: [PATCH] feat(plugins): added instructions to plugin's README --- plugins/jellyfin/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/jellyfin/README.md b/plugins/jellyfin/README.md index 6a01e6d..4b5968f 100644 --- a/plugins/jellyfin/README.md +++ b/plugins/jellyfin/README.md @@ -2,6 +2,16 @@ Thin Jellyfin server plugin for bridging Jellyfin playback/sync signals to the MovieNight backend. +## Instructions + +Brief instructions on how to integrate this plugin to Jellyfin. + +1. Install this plugin +2. Setup plugin in plugin settings +2. Install [JavaScript Inejector plugin](https://github.com/n00bcodr/Jellyfin-JavaScript-Injector) +3. Add [ui.js](./Jellyfin.Plugin.MovieNight/Configuration/ui.js) file to JavaScript Injector +5. You're all set! (i hope) + ## Build ```bash