Commit Graph

5 Commits

Author SHA1 Message Date
sbcrumb dc648a4963 fix: Stop touching season.nfo/tvshow.nfo and debug missing NFO metadata
Local Docker Build (Dev) / build-dev (push) Successful in 24s
Changes:
- Disabled creation/updating of season.nfo and tvshow.nfo files
  NFOGuard should only manage episode NFO files, not series-level files

- Added debugging output to track aired/dateadded values in NFO updates
  The example NFO was missing these crucial fields despite processing
  Debug logs will show if data is being passed correctly to update function

This ensures NFOGuard only manages episode-level metadata files and
helps identify why some NFO files are missing the dateadded/aired fields.
2025-09-26 09:09:58 -04:00
sbcrumb 4980d1ae04 feat: Preserve TV episode NFO filenames matching video files
Local Docker Build (Dev) / build-dev (push) Successful in 29s
Instead of migrating long NFO names to standardized S01E01.nfo format,
now preserves original filenames that match video files while still
populating NFOGuard metadata (dateadded, aired, season, episode).

Changes:
- Added update_episode_nfo_preserving_name() method to NFOManager
- Added find_episode_nfo_matching_video() to locate NFO files by video name pattern
- Modified TVProcessor to update existing NFOs in-place rather than migrate names
- Episodes with existing NFOs now get "nfo_update_required" source for special handling

This maintains the user's preferred naming convention where NFO files
match their corresponding video files exactly.
2025-09-26 08:16:42 -04:00
sbcrumb 94590ac070 feat:add file cache system
Local Docker Build (Dev) / build-dev (push) Successful in 15s
2025-09-25 18:58:31 -04:00
sbcrumb 70302837a7 huge: update
Local Docker Build (Dev) / build-dev (push) Successful in 28s
2025-09-25 18:41:37 -04:00
sbcrumb 740f912b57 state2
Local Docker Build (Dev) / build-dev (push) Successful in 23s
2025-09-25 18:04:15 -04:00