-
Notifications
You must be signed in to change notification settings - Fork 304
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
Issue - mediamanager.py 'unwatched' not working as expected #392
Comments
I'm not able to reproduce any issue with Shows or Movies 🤷. You might need to walk through the code to see where the error is happening. Set some debug points where the is filtering through the library. |
There is a problem that the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
media_manager.py behaving inconsistently when using the
unwatched
flag.Initially, running against Film library appeared to work, e.g running..
python3 media_manager.py --libraries Films --select unwatched --date 30 --action show
..would list an output, however running it against
TV
would report no Series to remove, despite there being entries in TautilliAnd now, bizarrely, running the command against either
Films
orTV
produces nothing to remove:Screenshot of items in Films:
Using the
lastPlayed
flag works as intended, but obviously doesn't pick up the unwatched items.The text was updated successfully, but these errors were encountered: