Skip to content
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

Closed
Digita1Menace opened this issue Sep 3, 2024 · 3 comments
Closed

Page up / down buttons over scroll and skip files #149

Digita1Menace opened this issue Sep 3, 2024 · 3 comments

Comments

@Digita1Menace
Copy link

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?

@verygoodlee
Copy link
Contributor

verygoodlee commented Sep 11, 2024

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=

@Digita1Menace
Copy link
Author

No.. it's an issue. it goes beyond a full page. already switched to a better one.

@jonniek
Copy link
Owner

jonniek commented Nov 3, 2024

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.

@jonniek jonniek closed this as completed in 244bdea Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants