Hi,
Love the project so far and looks like it will do what I need - great work so far!
I think I have found two related bugs with the MISSING_ONLY flag when running a Sonarr instance.
Config Snippet:
SONARR_0_MONITORED_ONLY: "true"
SONARR_0_MISSING_ONLY: "true"
SONARR_0_SKIP_TAGS: "ignore"
Bug 1: SKIP_TAGS not respected
A series tagged with ignore in Sonarr was still selected for search.
Running docker logs showed no tag evaluation happening for the selected series.
Bug 2: Series with no missing episodes selected
A series where all episodes are present and accounted for (every season complete, including specials) was selected by the MISSING_ONLY instance.
Expected behaviour is that only series with genuinely missing monitored episodes are eligible for selection.
Environment:
Docker, latest image tag
Sonarr connected via HTTPS with internal CA