Invalid season or episode on scan

Sonarr version (exact version): 3.0.3.652
Mono version (if Sonarr is not running on Windows): 5.10.1.57
OS: FreeNAS
Debug logs: https://pastebin.com/TscSNCdT
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here. Post in .txt not .doc, .rtf or some other formatted document)
Description of issue:
During scan some episoded are rejected, because just the basename of the file is checked and not the fullname! Wasn’t this different in earlier versions?

That particular file name probably worked in the past, but we restricted 103 as season 1 episode 3 parsing quite a bit to avoid rejecting some anime releases/file names.

That’s just a really poor file name, if dash preceding the 103 was a period or underscore then it’d work currently, but it looks like we can support it and not break the other fixes.

Sonarr does use the full name, but it evaluates whether it should use the file or folder name based on information from the release, in this case it relied on the file name because it thought it was an absolutely named release inside a standard folder, not a total disaster of file name.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.