Note
This plugin is now obsolete as the functionality is included in the 10.11 Jellyfin release of the Intro Skipper plugin!
Extends the Jellyfin MediaSegments HTTP API with create and delete endpoints.
⚠️ Jellyfin 10.10
- Add plugin repository to your server:
https://manifest.intro-skipper.org/manifest.json
- Install the "MediaSegments API" plugin from the General section
- Restart Jellyfin
Change your logging.json file to output debug logs for Jellyfin.Plugin.MediaSegmentsApi. Make sure to add a comma to the end of "System": "Warning"
{ "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "System": "Warning", "Jellyfin.Plugin.MediaSegmentsApi": "Debug" } } // other stuff } }