dev #63

Closed
sbcrumb wants to merge 6 commits from dev into main
Showing only changes of commit 959bdba71c - Show all commits
+3 -1
View File
@@ -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