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

Improvements to the Video Player #835

Open
De-M-oN opened this issue Dec 17, 2024 · 1 comment
Open

Improvements to the Video Player #835

De-M-oN opened this issue Dec 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@De-M-oN
Copy link

De-M-oN commented Dec 17, 2024

I'd like to suggest a few improvements to the videoplayer:

  • Arrow keys Left & Right should seek only 5 or 10 seconds, not a whole minute
  • Left & Right Arrowkeys should be more reliable. Sometimes if not the right thing is in focus it would switch to next video instead. Up and down arrow just changes which element is in focus while the help box says up and down is for seeking I guess? (its a bit weird translated to german), but that never worked. It always just changes which element is in focus.
  • I wish Spacebar would be a pause button and not just left click.
  • Hotkey for volume up and down
  • maybe its possible to get a link that the player opens directly instead of having to give the filelist link and telling them to click on the videofile with windows key pressed down?

Not sure if the following are in any way possible outside of a video platform but cool would also be:

  • minithumbs on the seekbar
  • chapters on the seekbar
  • remembering the playback position so that you can continue watching later from the position you stopped.
  • rightclick into the video and copy a URL with playback position would be then the next step from last point of previous list.
@rejetto
Copy link
Owner

rejetto commented Dec 17, 2024

Arrow keys Left & Right should seek only 5 or 10 seconds, not a whole minute

the videoplayer is (currently) the one of the browser, HFS does basically nothing.
I don't exclude in the future to customize it somehow.

Left & Right Arrowkeys should be more reliable.

HFS' file-show (which is not only for videos) uses the arrows to navigate between files.
When the player is focused, it surely uses the same keys for seeking. I'm not sure what's the right thing to do here. If you go full-screen, the problem should go away.

Up and down arrow just changes which element is in focus

that's not HFS doing it. HFS uses up/down only for images at the moment. Maybe i can try to use up/down for 10-second seeking, or for the volume.

its a bit weird translated to german

next version has a option to force english inside the "options" dialog.

I wish Spacebar would be a pause button and not just left click.

in chrome, when the video player is focused, spacebar does pause.

maybe its possible to get a link that the player opens directly

but, what happens if you give a direct link to a video file?
in my tests, the browser plays the video directly.

remembering the playback position so that you can continue watching later from the position you stopped.

this should be feasible

@rejetto rejetto added the enhancement New feature or request label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants