Skip to content

Jellyfin .edl file creation plugin

License

Notifications You must be signed in to change notification settings

intro-skipper/jellyfin-plugin-edl

 
 

Repository files navigation

Jellyfin Plugin EDL

Jellyfin .edl file creation plugin for Kodi and other compatible players. See Kodi Wiki.

Requirements

  • ⚠️ Jellyfin 10.10
  • A writeable media library! You can't use this plugin with read only media libraries!

Features

  • Convert Media Segments (Intro, Outro,...) to .edl files
  • Integrated into Jellyfin Segment Editor
  • Supported Media Types
    • TV Shows
    • Movies

Installation instructions

  1. Add plugin repository to your server:
https://manifest.intro-skipper.org/manifest.json
  1. Install the EDL Creator plugin from the General section
  2. Restart Jellyfin
  3. Go to Dashboard -> Scheduled Tasks -> Create EDL and click the play button
  4. Configure the "Edl Action" for different segment types in plugin settings
  5. There is no Task Timer configured, create one if you want to scan daily

Debug Logging

Change your logging.json file to output debug logs for Jellyfin.Plugin.Edl. Make sure to add a comma to the end of "System": "Warning"

{
    "Serilog": {
        "MinimumLevel": {
            "Default": "Information",
            "Override": {
                "Microsoft": "Warning",
                "System": "Warning",
                "Jellyfin.Plugin.Edl": "Debug"
            }
        }
       // other stuff
    }
}

About

Jellyfin .edl file creation plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 71.4%
  • HTML 28.6%