-
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
Disabling chapter text in seek bar. #13
Comments
I don't use many of the Hmmm. |
Thanks that works. Another thing I'm trying to achieve is to show the osc when seeking etc like using the wheel or arrow keys. I found this and it works but it pops up the default osc when seeking. How can I point it to osc_tethys, I tried as below but doesn't seem to work. Can that be enabled?
|
... I don't know. Is it loading a 2nd instance of the osc to draw it? |
local tethysImported = false
function seek_handler()
if not tethysImported then
for ...
end
tethysImported = true
end
show_ocs()
end |
I have tried both but and it's the same error. I'll just park it for now, thanks for you help. |
Hi, I am trying to get rid of the seek bar chapter text so that only the time is displayed when I seek.
From what I could see
chapter_fmt=no
to disable this.Here is my osc.conf:
However the chapter text is still there on the seek bar.
What am I missing/doing wrong?
The text was updated successfully, but these errors were encountered: