endrl / segment-editor

Segment Editor for Jellyfin Segment API
MIT License
39 stars 3 forks source link

Why is a custom Jellyfin Image needed? #3

Open BLACK4585 opened 2 months ago

BLACK4585 commented 2 months ago

Hello, I just installed this project on a second environment to test it. And I really like the idea of the graphical segment editor! But why is a custom Jellyfin Image needed? This intro skipper also seems to add some API endpoints and just work as a plugin.

endrl commented 2 months ago

Hello @BLACK4585, my target is to add official Intro/Outro support to Jellyfin. All current solutions apply different patches to jellyfin, some clients support that and some don't. The editor is therefore just a side project of this idea, i use(d) it to test my new api.

BLACK4585 commented 2 months ago

So this whole project is more just for testing purposes, and we can wait for PRs in the Jellyfin Repo in the future? 👀

endrl commented 2 months ago

The foundation of this editor (and everything else) is a server side official api. https://github.com/jellyfin/jellyfin/pull/10530

foux commented 1 month ago

@endrl do you intend of finishing https://github.com/jellyfin/jellyfin/pull/10530 ? Otherwise you perhaps might hand it over to someone else?