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

Show mark unplayed even if video in progress #228

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pannal
Copy link
Contributor

@pannal pannal commented Jul 20, 2018

GHI (If applicable): #

Description:

Checklist:

  • I have based this PR against the develop branch

@pannal pannal force-pushed the pr_progress_unplayed branch from 8801659 to 382036f Compare July 20, 2018 00:09
options.append({'key': 'mark_watched', 'display': T(32319, 'Mark Played')})
if mli.dataSource.isWatched or inProgress:
Copy link
Contributor

@ruuk ruuk Jul 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just be an else:

The correct behavior for an item that is unplayed or played but in progress is to mark watched - otherwise mark unwatched.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm no, that's what this PR is about. PlexWeb now shows both Mark Played/Unplayed for in progress items (which makes sense).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and it's always bugged me that that wasn't the case before)

options.append({'key': 'mark_watched', 'display': T(32319, 'Mark Played')})
if self.video.isWatched or inProgress:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

@pannal pannal changed the title Unify client behaviour: Show mark unplayed even if video in progress Show mark unplayed even if video in progress Jul 20, 2018
@pannal
Copy link
Contributor Author

pannal commented Aug 15, 2018

Would you agree to this if we made it an advanced setting?

@ruuk ruuk force-pushed the develop branch 2 times, most recently from 78f9acc to 126aaba Compare August 31, 2018 22:50
@pannal pannal force-pushed the pr_progress_unplayed branch from 382036f to 09b2216 Compare November 14, 2018 14:47
@ruuk ruuk self-assigned this Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants