-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Seekbar Improvements #29
Comments
I guess it'd be possible to what you want for english chapters with those names. However you'd have to refactor the code right now since it currently gets a list of timestamps first, then draws the list of chapter markers/ticks/nibbles. To add if/else logic on the
The cache already displays the ranges as dark rectangle overlays, and the cache time is in the right side of the controls like the default theme.
mpv 'https://www.youtube.com/watch?v=_HH1q2ID12o' |
Thank you for explaining about the cache. I was not aware of it. I changed the seekbarCacheAlpha = 80 so I could see it better. |
Option to identify specific chapters easier. For example using colors to identify where they are in the seekbar.
For example, a chapter titled Opening/OP or Ending/ED and so on can have a different colors in the seekbar to identify where it is in the video easier.
For videos that use cache, in the seekbar identify what sections are cached and what sections are uncached. And when hovering over the seekbar it tells the cache range and the remaining seconds till it buffers. As well the part of a video that are uncached.
The text was updated successfully, but these errors were encountered: