-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add watched checkmark to Movies, Collections, TV Shows, Season list. Remove API generated checkmark #1547
Add watched checkmark to Movies, Collections, TV Shows, Season list. Remove API generated checkmark #1547
Conversation
Co-authored-by: 1hitsong <[email protected]>
Co-authored-by: 1hitsong <[email protected]>
Co-authored-by: 1hitsong <[email protected]>
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.
These changes look good to me.
There should be a user configuration setting to control the color & visibility of the new feature. Having the ability to select the color of the unwatched counter and the color and/or visibility of the watched checkbox would be a great user experience improvement. With the current implementation, the library views are just a sea of blue boxes. New settings should be in: Settings / User Interface / Libraries / General Although could also be in: Settings / User Interface / Libraries / TV Shows as there is already a setting there to "Disable Unwatched Episodes" there; however, this should be a more global solution. In either case, the settings would be .. / Unwatched Overlay and .. / Watched Overlay with the options being various colors or no display. |
Adds watched checkmark to most library views.
Aligns unwatched episode count rectangle in Season list view.
Removes the last API generated watched checkmark (Season list view)
Fixes:
#312
#402
#1027
Inspired by:
#922
#1223