-
Notifications
You must be signed in to change notification settings - Fork 1
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
Parameter to add seek in increments #11
Comments
Hey, |
The idea is that it would be the same I just tried Netflix and you're right that it's not there. That's so strange, I swear at least one streaming service had this behaviour. It makes a lot of sense to me UX-wise, I felt pretty awkward testing Netflix just now taking forever to go back to the beginning of the video. The more you're holding the key, the more likely it is you want to advance. Someone in the issue I mentioned has now created a lua script that does it if you wanna try it out - sadly for my use case it happens not to work on IINA and I'm waiting on their end to see what's going on. I'll keep the issue open since I think it could scale up this script in a positive way, but of course feel free to close it if it's not of interest. |
First of all thanks for your work on this script.
I'm coming from mpv-player/mpv#11589 and it seems like a change to this script's core could implement the type of seek that streaming services use (by an exponential rate). The problem for my use case is there's no
speed_cap
big enough that it will allow to seek to the end of a 01:30:00 video in a reasonable amount of time - it's actually faster to just useseek 3
.I was wondering if you could add a parameter and function like
seek_increase
which would add a value toseek
at a fixed rate throughspeed_interval
(or a separateseek_interval
parameter). This in conjunction with the forward feature of this script, which is visually a very nice touch, could create a really robust seeking control.The text was updated successfully, but these errors were encountered: