What's changed
- Radarr Coming Soon eligibility now also accepts
inCinemasas a
release-date fallback alongsidedigitalReleaseandphysicalRelease
(closes #87, PR #88). - When more than one of
inCinemas,digitalRelease, and
physicalReleaseis populated, the earliest qualifying date inside
the configured look-ahead window is selected, so the displayed
countdownandreleaseLabelreflect the soonest real release. - Already-imported movies are still excluded via
hasFile === false, and
monitored filtering is unchanged — theatrical-only entries that have
already been downloaded will not reappear in Coming Soon. - The configurable look-ahead window (
coming_soon_lookahead_days,
default 90) is fully respected: dates outside the window are
ignored when picking the earliest eligible release date.
Tests
cd server && node --test test/— 142 passed, 0 failed, including
existing coverage fordigitalRelease/physicalReleaseselection,
earliest-of-eligible logic, look-ahead clamping, thehasFilefilter,
and monitored filtering.
Packages
- Add-on package version is 2.1.2.
- The
addon-v2.1.2tag has been pushed to trigger the multi-arch GHCR
build that publishes:ghcr.io/rusty4444/plex-now-showing-amd64:2.1.2(and:latest)ghcr.io/rusty4444/plex-now-showing-aarch64:2.1.2(and:latest)ghcr.io/rusty4444/plex-now-showing-armv7:2.1.2(and:latest)ghcr.io/rusty4444/plex-now-showing-armhf:2.1.2(and:latest)ghcr.io/rusty4444/plex-now-showing-i386:2.1.2(and:latest)
- Supervisor pulls the matching
2.1.2Docker tag for each arch from
addons/plex-now-showing/config.yaml'sversionfield.