feat(plugins): added instructions to plugin's README

This commit is contained in:
ITQ
2026-05-22 11:26:44 +03:00
parent 2d62468639
commit 4dc806263a
+10
View File
@@ -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