Eva
Eva
I've encountered this multiple times as well, and it killed my momentum. Haven't looked too much into it.
2c00ab232d0c7db43ebc4634f386756bde3dd041 removed our empty subtitle check, because `sub-text` wasn't available in time. I wonder if anything improved after https://github.com/mpv-player/mpv/pull/12819. It apparently helped with @christoph-heinrich's [mpv-subtitle-lines](https://github.com/christoph-heinrich/mpv-subtitle-lines).
Thanks for bringing this up. We can use the symbol regardless of the user's osd-font with the ass \fn tag.
Yeah I want to do it eventually.
This is still something I'd like to support natively.
I don't know what to do about this, using the defined cap may not suffice and make using the script annoying. Below is exploring the case where original speed is...
Finally got started on this in #5, I need to rework some things to achieve that effect.
Would just have to prepend `osd-msg-bar` and skip our own seeking indicator. https://mpv.io/manual/master/#input-command-prefixes I see the value in customizing the seek command, will look into it.
Try `show_speed_toggled=no` + a toggle keybind that flashes speed when pressed. `w script-binding evafast/toggle; script-binding uosc/flash-speed` It will only show the initial and final speed corrections.
Hey, This script is meant for fast-forwarding, seeking behavior is basic. The idea being that evafast doesn't require extra keys, I don't see how this fits without shadowing the fastforward...