jellyfin-web
jellyfin-web copied to clipboard
Chapter Image settings(front-end)
Chapter Image (Dummy Chapters) can be configured from the front-end by the user. There are 3 settings:
- duration (seconds)
- count
- resolution (16:9 aspect ratio)
The extraction duration (interval) now can be set in seconds. The minimal value being 1 second. The default value is "300" (5 minutes). The count is the image file limit / media file, just in case there is bad metadata. Default value is "100". The resolution sets the extracted image size. It ranges from 240p to 2160p (16:9 aspect ratio). Default value: "Match Source".
Screenshot of the Dashboard > General settings page:
Screenshot of the resolution dropdown:
I tried to keep the changes to minimal. I just used the server configuration that was already implemented by adding 3 more properties to its model class.
I'm a beginner coder. I welcome any improvement suggestions.
The issues that would resolve is #1346 (already closed but not implemented). The feature request is here.
This is the front-end implementation. The back-end implementation is here.
Status on this?
Web changes are blocked until the server changes are reviewed + merged.
Hello, sorry for my absence I have modified my code with the requested changes on the back-end and I also added 144p to the list of selectable resolutions.
Is fixing the linting the only thing pending? I'd be happy to address that if that's all it is waiting on.