-
Notifications
You must be signed in to change notification settings - Fork 43
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
Page up / down buttons over scroll and skip files #149
Comments
This is expected behavior, not an issue.
If you want the PGUP/PGDWN to move one row, change these script options. key_moveup=UP PGUP
key_movedown=DOWN PGDWN
key_movepageup=
key_movepagedown= |
No.. it's an issue. it goes beyond a full page. already switched to a better one. |
Yeah it seems to consider the hidden "..." lines as "visible" files, so it skips one file. Also the edge-cases of top and bottom of playlist are not calculated correctly. One unclear question is if the expected behavior is to skip to the next non visible file, or to skip so much that every visible file is a new file. I feel like the second one is more correct. |
When I use the page up / down buttons, it overscrolls a couple files. I tried to change mpv.conf osd font size, but that doesnt fix the problem. anyone know what I can do to fix this? How is this not an issue already?
The text was updated successfully, but these errors were encountered: