-
Notifications
You must be signed in to change notification settings - Fork 53
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
[FEATURE REQUEST] - Filter shows by unfinished #845
Comments
That's a good idea and I would also find it great. |
Note to self: add a |
For some reason the media_reason never gets set to finished no matter how many times I mark the show as watched. I need to manually edit my pgsql db to mark it as Finished. Is this intended behavior it doesnt appear to work this way on the demo instance. I have confirmed this by removing the last episode of a show and readding it as watched and did not see the |
@Jacob-Tate The |
@IgnisDa This appears to be related to a bug which occurs sometimes where a show will think its in progress even when youve seen the entire show. For example: But when updating it appears to think the show is in progess I have done some testing and it appears if anything other than the most recent episode is the most recently updated thing in history it confuses the |
The algorithm to determine if a show is completed is pretty naive. It just checks if all episodes (excluding specials) are watched an equal number of times. |
It would be nice to be able to go into shows and see what shows I havent finished yet. For example a show came out with new episodes since I last watched it.
The text was updated successfully, but these errors were encountered: