fix file date release to option not required
This commit is contained in:
@@ -292,6 +292,21 @@ RELEASE_DATE_PRIORITY=physical,digital,theatrical
|
||||
RELEASE_DATE_PRIORITY=digital,theatrical,physical
|
||||
```
|
||||
|
||||
### Disabling File Date Fallbacks
|
||||
|
||||
**Problem**: Don't want file modification dates used at all
|
||||
|
||||
**Solution**: Disable file date fallbacks completely
|
||||
```bash
|
||||
# Add to your .env
|
||||
ALLOW_FILE_DATE_FALLBACK=false
|
||||
```
|
||||
|
||||
**Result**:
|
||||
- ✅ Movies with release dates get processed normally
|
||||
- ⚠️ Movies with NO release dates get skipped (no NFO created)
|
||||
- 🔇 No more "Using file dateAdded as fallback" warnings
|
||||
|
||||
## 📖 Example Workflow
|
||||
You add The Blacklist in Sonarr.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user