Skip to content

v2.1.2 - inCinemas Coming Soon fallback

Choose a tag to compare

@rusty4444 rusty4444 released this 08 May 23:53
· 39 commits to main since this release

What's changed

  • Radarr Coming Soon eligibility now also accepts inCinemas as a
    release-date fallback alongside digitalRelease and physicalRelease
    (closes #87, PR #88).
  • When more than one of inCinemas, digitalRelease, and
    physicalRelease is populated, the earliest qualifying date inside
    the configured look-ahead window is selected, so the displayed
    countdown and releaseLabel reflect 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 for digitalRelease/physicalRelease selection,
    earliest-of-eligible logic, look-ahead clamping, the hasFile filter,
    and monitored filtering.

Packages

  • Add-on package version is 2.1.2.
  • The addon-v2.1.2 tag 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.2 Docker tag for each arch from
    addons/plex-now-showing/config.yaml's version field.