Mark task 2 (NFO scan) as completed
This commit is contained in:
@@ -129,8 +129,13 @@ make sure you maintain the function on one location
|
|||||||
- Modified fastapi_app.py to check scan completion status on startup
|
- Modified fastapi_app.py to check scan completion status on startup
|
||||||
- Added unit test for SystemSettingsService
|
- Added unit test for SystemSettingsService
|
||||||
|
|
||||||
2. Nfo scan
|
2. ✅ Nfo scan - COMPLETED
|
||||||
make sure nfo scan runs only on setup and not on each start
|
Implemented initial NFO scan tracking using SystemSettings table. NFO scanning now only runs during initial setup, not on each application start.
|
||||||
|
- Added NFO scanning to startup process in fastapi_app.py
|
||||||
|
- Check initial_nfo_scan_completed flag before running NFO scan
|
||||||
|
- Run NFO scan only on first startup if TMDB API key is configured and NFO features enabled
|
||||||
|
- Mark NFO scan as completed after successful first run
|
||||||
|
- Skip NFO scan on subsequent startups
|
||||||
|
|
||||||
3. nfo data
|
3. nfo data
|
||||||
during nfo scan read tmdb id from nfo file and write it in db.
|
during nfo scan read tmdb id from nfo file and write it in db.
|
||||||
|
|||||||
Reference in New Issue
Block a user