-
Notifications
You must be signed in to change notification settings - Fork 415
[Feature] Skip and play automatically #44
Comments
Confirming this bug. A click on the button does skip the video to the correct timestamp but also pauses the video. My initial suspicion was that the mouse click might be registered twice, as a button press and also as a click on the background video, i.e. a pause action. But if the button is clicked while already in a paused state, the video still doesn't play on its own. So it's not that. |
I merged the changes from the forked web version into my own copy that had a couple other modifications, and had this issue. Effectively reverting this commit fixed my issue... |
I found a problem. unpause works fine on Android, but it pauses when I press the button on PC. Is there a solution? |
Container image |
It works perfectly with Mobile and PC. |
Running JF native. Skipping is still pausing the playback for me. I downloaded the modified web client using the github actions link on the native doc page, and simply pointed my JF server to a new location for JF web with a systemd drop in. Apparently this does not get me a version that works? |
Maybe you should build with the modified code. |
Exactly as kimpig says. Currently you need to build it yourself to have the latest patched frontend. The GH actions link provided in the native doc page is outdated judging by the downloaded file hash suffix 4f8a2c2a96, which is the hash of a commit that comes before the mentioned 28502db commit. |
I've updated the native documentation page with instructions on how to download the latest version of the web interface. |
Describe the feature you'd like added
Skipping is normal, but automatically pauses after skipping.
I hope it plays right away without pausing.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: