updates
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-26 16:00:41 -04:00
parent 6dc3dfd9ef
commit 959bdba71c
+3 -1
View File
@@ -2602,7 +2602,9 @@ def register_routes(app, dependencies: dict):
# Process missing movie NFO files # Process missing movie NFO files
print(f"📊 Found {len(missing_movie_nfo_files)} Movie NFO files missing dateadded elements") 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: try:
# Extract movie info from file path # Extract movie info from file path
# Example: /media/Movies/movies/Knives Out (2019) [imdb-tt8946378]/movie.nfo # Example: /media/Movies/movies/Knives Out (2019) [imdb-tt8946378]/movie.nfo