Summary
Small discovery-run optimizations — fewer Seerr lookups per pick, parallel TMDb category fetches, cached watch-provider lists.
Highlights
- Cap Seerr availability checks to a modest sample pool (keeps mid-list bias, skips scanning every discover hit)
- Fetch movie / TV / trending / new / hidden candidate pools in parallel before sequential selection
- Cache TMDb watch-provider lists per region; resolve configured streaming services concurrently
- Parallel day + week trending page fetches
- Unit coverage for Seerr pool capping and AVAILABLE skip behaviour
Upgrade from 3.1.0
git pull
docker compose up -d --buildNo config or env changes.
Install
Follow SETUP.md.
Known gaps: see TODO.md