-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Comments
the videoplayer is (currently) the one of the browser, HFS does basically nothing.
HFS' file-show (which is not only for videos) uses the arrows to navigate between files.
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.
next version has a option to force english inside the "options" dialog.
in chrome, when the video player is focused, spacebar does pause.
but, what happens if you give a direct link to a video file?
this should be feasible |
Yes but then a white border is around the player window even at fullscreen - (probably the element being selected highlighting)
Then it uses the most basic player you can imagine by the browser and not your own implementation (file-show)
Thats surprising to hear, nice if it is. Another point I have is: Can you make it so, that when you hover the mouse over the seekbar, that it shows the time? Because without it you're blindly clicking around to find e.g. minute 24. |
the focus can be hidden using style, if you don't like it
but file-show is doing very little for playing videos, at the moment. I doubt you are missing any feature of it, if you are playing just 1 file.
i doubt that. HFS is not designed as media-player, so advanced "media" features are not part of the main goals. But plugins can do much. |
I'd like to suggest a few improvements to the videoplayer:
Not sure if the following are in any way possible outside of a video platform but cool would also be:
The text was updated successfully, but these errors were encountered: