From 2eda166328eed59e20782a36f9ebd7a809ad2482 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Sun, 26 Oct 2025 16:00:41 -0400 Subject: [PATCH] updates --- api/routes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/routes.py b/api/routes.py index 03f5c71..259c8cc 100644 --- a/api/routes.py +++ b/api/routes.py @@ -2602,7 +2602,9 @@ def register_routes(app, dependencies: dict): # Process missing movie NFO files print(f"📊 Found {len(missing_movie_nfo_files)} Movie NFO files missing dateadded elements") - for nfo_file in missing_movie_nfo_files: + print(f"🎬 Processing {len(missing_movie_nfo_files)} movie NFO files for detailed information...") + for i, nfo_file in enumerate(missing_movie_nfo_files): + print(f" 📁 Movie {i+1}/{len(missing_movie_nfo_files)}: {nfo_file}") try: # Extract movie info from file path # Example: /media/Movies/movies/Knives Out (2019) [imdb-tt8946378]/movie.nfo