-
Notifications
You must be signed in to change notification settings - Fork 278
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
Mark Video as Watched When Using External Player #424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to be working although not sure if i'm a fan of marking as watched right after you start playing something
@TRtomasz there is no other option except marking it as watched immediately, any other case is error prone, maybe the user won't even go back to the web app and will close the entire browser, then it won't be marked as watched at all |
Tested and works, maybe we should also do that for the player feature ? And maybe it's better in that case to do that when we receive the event |
That could be implemented within core itself |
…k-external-video-as-watched
@unclekingpin does it require retesting? i see no logic has changed after your commits |
@TRtomasz we should always re-test for safety |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, it works when opening in vlc but i no longer see option to mark it as watched/unwatched manually, i'm like 50% sure it was there before
This bug was introduced in a previous PR and only happens on Firefox, see #428 |
@jaruba |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving as context menu is fixed here #428
The only way i can see this implemented easily in core is by passing the video id to the PlayOnDevice action as well, not sure if this is a good design since it has nothing to do with the streaming server |
No description provided.