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
..
2026-01-18 12:28:38 +01:00
2025-10-12 18:05:31 +02:00
2025-11-23 20:02:11 +01:00
2026-01-11 19:47:47 +01:00
2026-01-24 21:52:54 +01:00
2026-01-17 22:13:34 +01:00
2025-10-12 23:06:29 +02:00
2025-10-22 13:00:09 +02:00
2026-01-24 21:52:54 +01:00
2026-01-11 19:47:47 +01:00