Lukas
fb8f0bdbd2
Fix Issue 5: Create NFOServiceFactory for centralized initialization
- Created NFOServiceFactory in src/core/services/nfo_factory.py
- Enforces configuration precedence: explicit params > ENV > config.json
- Provides create() and create_optional() methods
- Singleton factory instance via get_nfo_factory()
- Updated 4 files to use factory (nfo.py, SeriesApp.py, series_manager_service.py, nfo_cli.py)
- Fixed test mocks: added ensure_folder_with_year(), corrected dependency test
- Tests: 17/18 NFO passing, 15/16 anime passing
- Resolves Code Duplication 2 (NFO initialization)
2026-01-24 21:52:54 +01:00
..
2025-10-23 21:00:34 +02:00
2026-01-24 19:38:53 +01:00
2026-01-23 15:06:49 +01:00
2026-01-16 19:33:23 +01:00
2025-12-15 14:23:41 +01:00
2025-12-15 14:23:41 +01:00
2026-01-24 21:52:54 +01:00
2025-10-24 10:39:29 +02:00
2025-12-15 14:23:41 +01:00