Files
nfoguard/core
sbcrumb fc3c190c1b
Local Docker Build (Dev) / build-dev (push) Successful in 24s
fix: Ensure NFOGuard fields are appended at bottom of NFO files
Changed from ET.SubElement() to ET.Element() + explicit append() to
guarantee that NFOGuard-managed fields appear at the very bottom of
NFO files after all existing content.

This is critical because:
- Emby plugin specifically looks for dateadded field
- All NFOGuard fields should be grouped together at the bottom
- Preserves existing rich metadata while clearly marking our additions

Added debug logging for dateadded field to confirm it's being written.
2025-09-24 10:06:29 -04:00
..