You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't be against this, but the seek event mpv sends doesn't have any data attached to it that would tell us the length and direction of the seek. We'd have to determine that through some hacks, which I don't like.
Also, it might be noisy, since according to docs, seek event is also fired when mpv itself causes a seek internally, for example when watching ordered matroska chapters, and potentially other reasons. You don't want this to pop up in these situations, and there's no way to differentiate.
So, it's not practical to implement at this moment.
Is it possible to implement flashing of how many seconds were skipped or rewound? For example, this is how youtube tackles this:
The text was updated successfully, but these errors were encountered: