From de3896b8c370caabe6ffa8b573bf91f1e8badbee Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 22 Sep 2025 10:54:22 -0400 Subject: [PATCH] fix: add debug for .nfo ussues --- VERSION | 2 +- core/nfo_manager.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 400084b..d8c5e72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.7 +1.6.8 diff --git a/core/nfo_manager.py b/core/nfo_manager.py index 1fd370f..2d12c89 100644 --- a/core/nfo_manager.py +++ b/core/nfo_manager.py @@ -422,9 +422,12 @@ class NFOManager: try: # First, check for existing long-named NFO files that need migration existing_long_nfo = self.find_existing_episode_nfo(season_dir, season_num, episode_num) + print(f" 🔍 Debug: existing_long_nfo = {existing_long_nfo}") + print(f" 🔍 Debug: nfo_path.exists() = {nfo_path.exists()}") # Try to load existing NFO file (either standard or long-named) source_nfo_path = nfo_path if nfo_path.exists() else existing_long_nfo + print(f" 🔍 Debug: source_nfo_path = {source_nfo_path}") if source_nfo_path: try: