-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Make OSD progress bar's completed section color configurable or solid white #2579
Comments
Wait, so this is essentially a "regression"? |
I prefer the old behavior, yes. I don't know why the change was made though, maybe there was a really good reason. Or maybe it was unintentional as part of another change. A custom color only for the progress bar completed section wasn't previously possible, AFAIK. |
The current way the bar is build is the result of other requests to be able configure certain things ... I don't remember exactly anymore what that was but the current layout was the best we came up with to satisfy most requests. |
The progress bar isn't usable at all with any solid osd-back-color (ex: "#ff202830"). |
The issue is also significantly worse than reported by the OP on a light video, when near opaque osd-back-color is used. Please add a configuration parameter for osd bar-fill if necessary to fix this long-standing limitation/bug. |
There is still no osd-bar-color parameter to set the color of the fill of the osd-bar independently (ex: youtube shorts uses red for the osd progress bar). You'd also need an osd-bar-background parameter for it to look good though. Some better than default settings (from reddit): with the latest dev build you also need: --osd-bar-border-size=0 |
On a white background, the default progress bar basically consists of a single black line separating watched from unwatched.
That doesn't really stand out as much as one might hope. It would be nice to have the completed and uncompleted sections be more distinctly colored.
The uncompleted section doesn't actually have a color, so I used to use osd-back-color="#77000000" to give it a gray color, which stood out nicely against the solid white of the completed section.
But sometime in the past year the progress bar's completed section started using what appears to be a non-transparent version of the back-color and now the difference between completed and uncompleted can be impossible to see on a white background.
I recommend:
The text was updated successfully, but these errors were encountered: