Jellyfin .edl file creation plugin for Kodi and other compatible players. See Kodi Wiki.
⚠️ Jellyfin 10.10 unstable- A writeable media library! You can't use this plugin with read only media libraries!
- Convert Media Segments (Intro, Outro,...) to .edl files
- Integrated into Jellyfin Segment Editor
- Supported Media Types
- TV Shows
- Movies
- Add plugin repository to your server:
https://raw.githubusercontent.com/endrl/jellyfin-plugin-repo/master/manifest.json
- Install the EDL Creator plugin from the General section
- Restart Jellyfin
- Go to Dashboard -> Scheduled Tasks -> Create EDL and click the play button
- Configure the "Edl Action" for different segment types in plugin settings
- There is no Task Timer configured, create one if you want to scan daily
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
}
}