NoDataFile #2

Merged
lukas.pupkalipinski merged 6 commits from NoDataFile into main 2026-01-11 19:15:45 +01:00

6 Commits

Author SHA1 Message Date
ccbd9768a2 backup 2026-01-11 19:13:09 +01:00
281b982abe Fix: Scanner availability for series addition
- Change 'scanner' to 'serie_scanner' attribute name
- Update tests to match SeriesApp attribute naming
- Scanner now properly detected and called on add
- All add_series tests passing (9/9)
2026-01-11 17:48:37 +01:00
5c0a019e72 Refactor: Defer folder creation to download time
- Remove folder creation from add_series endpoint
- Add folder creation to download() method in SeriesApp
- Maintain database persistence and targeted scanning
- Update tests to use tmp_path fixtures
- All add_series and download tests passing (13/13)
2026-01-11 17:15:59 +01:00
3d2ef53463 Remove db, config, and log files from git tracking 2026-01-09 19:21:05 +01:00
f63d615364 Update .gitignore to exclude db, config, logs, and temp folders 2026-01-09 19:20:37 +01:00
2a85a2bc18 Fix permission error when copying files to network directory
- Replace shutil.copy2() with shutil.copyfile() in enhanced_provider.py
- Replace shutil.copy() with shutil.copyfile() in aniworld_provider.py
- copyfile() only copies content, avoiding metadata permission issues
2026-01-09 19:18:57 +01:00