This repository contains the Unraid Community Applications template for Blockbusterr, a policy engine that discovers movies and shows, evaluates them with reusable rules, and delivers accepted titles to Radarr, Sonarr, Jellyseerr, or Seerr.
Until the Community Applications listing is approved, add the stable container manually using these values:
| Setting | Value |
|---|---|
| Repository | ghcr.io/mahcks/blockbusterr:latest |
| Network | bridge |
| WebUI port | 9090 |
| App data | /mnt/user/appdata/blockbusterr → /app/data |
| Timezone | Your IANA timezone, such as America/Chicago |
Leave the custom container user, PUID, and PGID unset. This preserves the published v1 behavior and lets the v2 upgrade entrypoint repair legacy ownership before running as UID/GID 10001:10001.
Open http://<unraid-address>:9090, configure one discovery provider and one delivery target, then preview a job before enabling it.
The Community Applications template installs stable v1 by default. Select the latest-beta tag in the template to opt into the v2 public beta.
For v2, set BLOCKBUSTERR_DRY_RUN=true to exercise discovery, rules, scoring, duplicate checks, and Activity without sending additions or requests. Remove it when you are ready for real delivery. Pin ghcr.io/mahcks/blockbusterr:v2.0.0-beta.5 if you do not want automatic beta updates.
Application code, releases, and feature requests belong in the main Blockbusterr repository. This repository only tracks the Unraid template.
The listing is defined in templates/blockbusterr.xml. Validate and scan this repository through the Community Applications submission portal before requesting review.