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