FinnRaze / mpv-osc-modern-f

mpv osc script
GNU General Public License v2.0
66 stars 4 forks source link

BUG - seekbarfg_color in modernf.conf does not work #11

Closed iripu closed 16 hours ago

iripu commented 1 week ago

In modernf.conf, if just the value of colour cahnged, the colour in the player becomes black. What I did: seekbarfg_color="0000FF"

I had to add a space before = sign, but then it only removes the black colour, but it does not change the colour in the player: seekbarfg_color ="0000FF"

Other parameters e.g. timetotal=yes works in modernf.conf.

Samillion commented 6 days ago

Indeed, seekbarfg_color does not work for me as well when set in modernf.conf.

Samillion commented 1 day ago

Created a PR to fix this issue.

Screenshot:

image