Skip to content

Bug: MISSING_ONLY=true appears to ignore SKIP_TAGS and selects series with no missing episodes #12

@tomsinclair94

Description

@tomsinclair94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions