fix file date release to option not required

This commit is contained in:
2025-09-09 10:03:54 -04:00
parent 0aa9655d25
commit b2938758e2
4 changed files with 38 additions and 4 deletions
+4
View File
@@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file.
- **Smart Comparison Logic**: Prevents unrealistic dates (won't use 2000 digital for 1983 movie)
- **Per-Movie Intelligence**: "The Craft (1996)" gets 1996 theatrical, "Top Gun Maverick (2022)" gets digital
- **Configuration**: `PREFER_RELEASE_DATES_OVER_FILE_DATES=true` replaces old digital-only setting
- **🔇 File Date Fallback Control**: New option to completely disable file date usage
- **Configuration**: `ALLOW_FILE_DATE_FALLBACK=false` (default: false)
- **Behavior**: Movies with no release dates get skipped instead of using file dates
- **Clean Logs**: Eliminates "Using file dateAdded as fallback" warnings
- **Enhanced Debug Endpoints**:
- `/debug/movie/{imdb_id}/priority` - Shows date selection logic and available sources
- Detailed analysis of file date vs digital date decisions