nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
670 stars 27 forks source link

[Feature request] Toggle for chapter text #19

Open LeviSnoot opened 2 years ago

LeviSnoot commented 2 years ago

After using this plugin for a bit I did find myself missing the text that shows which chapter you're currently hovering over.

One idea would be to not show that text if the video only has one chapter titled "Chapter 1" and to show the text at all other times. The other would be to add a toggle in Jellyscrub settings to show chapter text.

Maybe both could be done, who knows. Anyways, thanks so much again for this awesome plugin!

lflare commented 1 year ago

Possibly relevant snippet of code to steal from https://github.com/jellyfin/jellyfin-web/blob/5844721cae59baab9c2313a40d9510878a843da6/src/controllers/playback/video/index.js#L1260