Refactor Plugin UI for Jellyfin 10.11+ #52

Merged
devitq merged 8 commits from fix-ui-components-jellyfin-10-11-8294678353369689429 into feature/jellyfin-plugin-ui-integration-2323592149917875874 2026-05-22 13:36:01 +00:00
Showing only changes of commit 4dc806263a - Show all commits
+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