Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Extends the Jellyfin MediaSegments HTTP API with create and delete endpoints.

License

Notifications You must be signed in to change notification settings

intro-skipper/jellyfin-plugin-ms-api

 
 

Repository files navigation

Jellyfin Plugin MediaSegments API

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.

Requirements

  • ⚠️ Jellyfin 10.10

Installation instructions

  1. Add plugin repository to your server:
https://manifest.intro-skipper.org/manifest.json
  1. Install the "MediaSegments API" plugin from the General section
  2. Restart Jellyfin

Debug Logging

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
    }
}

About

Extends the Jellyfin MediaSegments HTTP API with create and delete endpoints.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 69.5%
  • HTML 30.5%