JBOPS icon indicating copy to clipboard operation
JBOPS copied to clipboard

Issue - mediamanager.py 'unwatched' not working as expected

Open wales opened this issue 1 year ago • 2 comments

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 Tautilli

And now, bizarrely, running the command against either Films or TV produces nothing to remove:

python3 media_manager.py --libraries Films --select unwatched --date 30 --action show
Checking library: 'Films' watch statuses...
0 item(s) have been found.

Screenshot of items in Films:

image

Using the lastPlayed flag works as intended, but obviously doesn't pick up the unwatched items.

wales avatar Aug 16 '23 13:08 wales