-
Notifications
You must be signed in to change notification settings - Fork 5
[Bug] Match passes when over 100% #217
Copy link
Copy link
Open
Labels
Area: Release ProcessingRelated to release processingRelated to release processingPriority: MediumAffects functionality in a rather serious wayAffects functionality in a rather serious wayStatus: InvestigatingLooking in to itLooking in to itType: BugBugBug
Description
Metadata
Metadata
Assignees
Labels
Area: Release ProcessingRelated to release processingRelated to release processingPriority: MediumAffects functionality in a rather serious wayAffects functionality in a rather serious wayStatus: InvestigatingLooking in to itLooking in to itType: BugBugBug
Version
v0.14.0
Description
When there are more episodes in the client than the script thinks there should be it gets match result over 100% and it passes.
As you can see in logs my client has 10 episodes but the app thinks there should be 6 so it passes.
To be honest, I'm not sure why it got 6 since I checked metadata sources (tvmaze and tvdb) and both of them show 12 episodes.
Expected Behavior
I think result match with over 100% is almost always wrong so it should be rejected instead.
Alternatively an option in cfg could be added that decides whether or not reject matches with over 100%.
Relevant log output
Screenshots
No response
Additional Context
No response