Added
season_packsnow accepts an integer or float in addition to a boolean. An integer (≥ 1) triggers aSeasonSearchonly when at least that many episodes in a season are missing or upgrade-eligible; a float (0.0 < x < 1.0) triggers aSeasonSearchonly when the ratio of affected to total monitored episodes meets or exceeds the value. Seasons that don't meet the threshold fall back to individualEpisodeSearchcommands. Existingtrue/falsebehaviour is unchanged.- The total search batch log line now includes an ETA when
stagger_interval_secondsis greater than zero. The ETA reflects the total time to complete all searches at the configured stagger rate (e.g.Total search batch: 120 item(s) (1 every 30 seconds, ETA: 1:00:00)).
Fixed
- Search counter display (
1/N,2/N, …) is now correct across multi-item queues built from multiple instances. Previously the counter could restart or skip values when items from more than one instance were interleaved.