ea661bcd45
Local Docker Build (Dev) / build-dev (push) Successful in 23s
Added fallback detection for movies that only have TMDB IDs in NFO files. When no IMDb ID is found, the system now: - Detects TMDB ID from <uniqueid type="tmdb"> elements - Logs a helpful warning with the TMDB ID for manual lookup - Provides clear guidance that manual IMDb lookup may be needed This helps identify movies like "For the One (2024)" that have TMDB data but are missing IMDb identifiers, allowing users to manually add IMDb IDs to directory names or filenames when available. Future enhancement: Could implement TMDB->IMDb API conversion.