Skip to content

v2.1.6 - cinema/theatrical inclusion toggle for Coming Soon

Choose a tag to compare

@rusty4444 rusty4444 released this 10 May 01:15

Highlights

  • Cinema / theatrical inclusion toggle for Coming Soon (PR #101, closes #100). New coming_soon_include_cinema_releases add-on option / COMING_SOON_INCLUDE_CINEMA_RELEASES Docker env var, plus an "Include cinema / theatrical releases" checkbox in the in-app setup overlay (Coming Soon sources), control whether Radarr inCinemas and TMDB theatrical release types contribute to Coming Soon entries.
  • Default is on so the pre-#100 fallback behaviour is preserved exactly: Radarr inCinemas and TMDB theatrical types still act as eligibility/display fallbacks, and cinema-only entries appear with the existing In cinemas: <date> label.
  • Turning the toggle off suppresses cinema-only entries entirely — Radarr inCinemas is ignored and TMDB theatrical types are skipped — while digital and physical home releases keep showing.
  • Persists server-side across devices. The toggle is stored in the v2.1.5 overlay file (/data/overlay.json) via POST /api/setup, so a single save on Master Panel propagates to every browser, kiosk, and phone on the next page load.
  • Existing filters unchanged. Monitored, hasFile, and the configurable look-ahead window keep applying as before.

Configuration

  • Add-on Configuration tab: coming_soon_include_cinema_releases: true|false (default true).
  • Docker env var: COMING_SOON_INCLUDE_CINEMA_RELEASES=true|false.
  • In-app setup overlay → Coming Soon sources → "Include cinema / theatrical releases" checkbox.
  • Schema, translations, and add-on options are all wired up; flipping any of the three sources updates the others through the existing overlay/precedence rules.

Upgrade

No action required. Existing installs default to on, which matches the pre-#100 behaviour. Operators who only want home releases on the Coming Soon carousel can untick the new checkbox once on any device — the change is saved server-side and applied everywhere.

Artifacts

  • Multi-arch HA add-on images on GHCR — pushed by the addon-v2.1.6 tag: ghcr.io/rusty4444/plex-now-showing-{amd64,aarch64,armv7,armhf,i386}:2.1.6 plus :latest.
  • Server changelog: see addons/plex-now-showing/CHANGELOG.md.