feat: Complete elimination of short NFO names - always match video filenames
Local Docker Build (Dev) / build-dev (push) Successful in 33s

- Added logic to actively delete existing S01E01.nfo short-name files
- Modified fallback creation to always match video file names
- Added find_video_file_for_episode() to locate matching video files
- NFO files will now ALWAYS have the same name as their video files
- No more S01E01.nfo format ever created, addressing Emby compatibility issues

This ensures complete consistency between NFO and video file naming,
which should resolve Emby metadata reading issues.
This commit is contained in:
2025-09-26 08:35:54 -04:00
parent b63c188813
commit 5810877489
2 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
1.9.3
1.9.4