+3
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user