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: