-
Notifications
You must be signed in to change notification settings - Fork 6
3 Fixes in seek functionality #14
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
base: master
Are you sure you want to change the base?
Conversation
…of config to beginning of execute_action in webapp.py
|
Thanks for the PR. That's an interesting edge case regarding the seek position that I hadn't run across before. The update process can take 1-2 seconds, depending on the display, so I can see how if your timing is right you'd encounter it. This might sit open for a bit. I keep my VSMP on my desk at work and I'm away from the office for a few weeks. I'll run it there for a day or two to test the code and then merge this in. |
|
No hurry Rob, thanks for the response. Just thought I would push things upstream as I find them. |
|
Finally got around to setting this branch on my main display. Going to let it run through the weekend as a test. Just going through the code it makes sense but want to confirm since it touches the logic for when progress is saved. Hopefully merge it all in soon. Thanks for the work! |
|
Thanks Rob. I must admit to only limited testing. I'm happy to work on it further if it doesn't pass |
|
I have found an issue with the seek/write logic when used in Directory mode.
It needs a bit more investigation - I notice there are 2 checks of the frame count - which my code may not have taken into account properly: |
|
I have tested again on a fresh install of your code + my pull request. The seek functionality seems to work fine. I tested by seeking to the end of a video and the next refresh does indeed go to that start of the next video as intended. I can only think my comments above were on code which I had further changed. |
… Skipping blank frames
… QR Code & layout change of startup screen
|
Thanks for the work on this. I really like the QR code on the boot screen. Very useful. I made a few comments in the PR before I merge it all in. |
3 Commits:
[ Hope you're OK to take pull requests, and thanks for fixing my recent issue so quickly. Great project! ]