Zren / mpv-osc-tethys

An OSC UI replacement for MPV with icons from the bomi video player. Also contains thumbnail preview and a picture-in-picture button.
187 stars 13 forks source link

seek back/forward button Not response #14

Open zwb124 opened 2 years ago

zwb124 commented 2 years ago

I copied it all according to your configuration. All the previous functions were normal. From these two versions, the fast forward and fast backward buttons did not respond

Zren commented 2 years ago

So Left Click does not work. What about right click?

Hit ` / ~ key. Does it show any errors?

zwb124 commented 2 years ago

Right click does not work

[cid:6F7923F9-97B2-4D0E-8188-EFA0B836373C]

2022年6月5日 22:33,Chris Holland @.**@.>> 写道:

So Left Click does not work. What about right click?

Hit ` / ~ key. Does it show any errors?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

zwb124 commented 2 years ago

I did it myself, thank you

Zren commented 2 years ago

I copied it all according to your configuration

I recently learned that inline comments like these cause an error.

skipBy=5 # skipback/skipfrwd amount in seconds
skipByMore=30 # RightClick skipback/skipfrwd amount in seconds

I've since fixed the readme to use:
https://github.com/Zren/mpv-osc-tethys/commit/1015b68ad0f9ae4b250082bc655fa0daa97b1b2f

# skipback/skipfrwd amount in seconds
skipBy=5
# RightClick skipback/skipfrwd amount in seconds
skipByMore=30