v2.1.6 - cinema/theatrical inclusion toggle for Coming Soon
Highlights
- Cinema / theatrical inclusion toggle for Coming Soon (PR #101, closes #100). New
coming_soon_include_cinema_releasesadd-on option /COMING_SOON_INCLUDE_CINEMA_RELEASESDocker env var, plus an "Include cinema / theatrical releases" checkbox in the in-app setup overlay (Coming Soon sources), control whether RadarrinCinemasand TMDB theatrical release types contribute to Coming Soon entries. - Default is on so the pre-#100 fallback behaviour is preserved exactly: Radarr
inCinemasand TMDB theatrical types still act as eligibility/display fallbacks, and cinema-only entries appear with the existingIn cinemas: <date>label. - Turning the toggle off suppresses cinema-only entries entirely — Radarr
inCinemasis 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) viaPOST /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(defaulttrue). - 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.6tag:ghcr.io/rusty4444/plex-now-showing-{amd64,aarch64,armv7,armhf,i386}:2.1.6plus:latest. - Server changelog: see
addons/plex-now-showing/CHANGELOG.md.