Fix Navidrome automatic library scan schedule #101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/navidrome-scan-schedule"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ND_SCANSCHEDULEtoND_SCANNER_SCHEDULE(Navidrome uses viper config where dots become underscores)@every 1hformat for clarityRoot Cause
Navidrome logs showed "Periodic scan is DISABLED" at startup despite the env var being set. The config key is
scanner.schedule, which translates toND_SCANNER_SCHEDULE(notND_SCANSCHEDULE).Deployment and Testing
argocd app sync navidrome🤖 Generated with Claude Code