This commit is contained in:
@@ -168,7 +168,7 @@ class TVProcessor:
|
|||||||
# Skip incomplete NFO files with "unknown" source or no useful dates
|
# Skip incomplete NFO files with "unknown" source or no useful dates
|
||||||
if source == "unknown" and not dateadded and not aired:
|
if source == "unknown" and not dateadded and not aired:
|
||||||
_log("INFO", f"S{season:02d}E{episode:02d}: Ignoring incomplete NFO file with source 'unknown' and no dates")
|
_log("INFO", f"S{season:02d}E{episode:02d}: Ignoring incomplete NFO file with source 'unknown' and no dates")
|
||||||
continue # Skip this NFO file, try other episode files or proceed to API lookup
|
break # Break out of NFO search to mark episode as needing API lookup
|
||||||
|
|
||||||
# Apply fallback logic if NFO has aired but no dateadded
|
# Apply fallback logic if NFO has aired but no dateadded
|
||||||
if not dateadded and aired:
|
if not dateadded and aired:
|
||||||
|
|||||||
Reference in New Issue
Block a user