binhex-movarr

binhex-movarr

Application Docker from Binhex's Repository

Vue d'ensemble

movarr is an automated movie torrent acquisition daemon. It polls Jackett or Prowlarr for movie torrents, filters results against IMDb metadata (rating, votes, year, runtime, language, genres, certification), and adds matching torrents to qBittorrent. Once a torrent completes, movarr can post-process it by copying the file to your media library. All key settings can be defined via the environment variables below, or in the movarr.yml configuration file mounted at /config.

Exigences

Requires a running qBittorrent instance (binhex-qbittorrent recommended). Set MOVARR_QBT_HOST/PORT/USERNAME/PASSWORD to match.

Requires either Jackett or Prowlarr as an index proxy. Set MOVARR_INDEX_PROXY to 'jackett' or 'prowlarr' and fill in the corresponding host, port, and API key variables.

For post-processing (copying completed downloads to a media library), map your library path into this container and set MOVARR_LIBRARY_PATH_LIST to the container path(s).

IMPORTANT - Please ensure you edit /config/movarr/config/movarr.yml after the initial startup.

Arguments d'exécution

Réseau
bridge
Coquille
bash
Privilégié
false
Paramètres supplémentaires
--restart=unless-stopped

Configuration du modèle

Path: /configPathrw

Container path for movarr configuration file (movarr.yml), database, and logs.

Cible
/config
Défaut
/mnt/user/appdata/binhex-movarr
Path: /mediaPathrw

Container path to your media library root. movarr copies completed movies here during post-processing. Set MOVARR_LIBRARY_PATH_LIST to the relevant sub-path(s) inside this mount (e.g. /media/Movies).

Cible
/media
Défaut
/mnt/user
Path: /dataPathrw

Container path to the qBittorrent completed downloads directory. movarr reads source files from here during post-processing before calling qBittorrent to remove the torrent.

Cible
/data
Variable: MOVARR_DAEMONVariable

Run movarr as a continuous daemon. Must be 'yes' inside a container — 'no' runs a single pass and exits.

Cible
MOVARR_DAEMON
Défaut
yes|no
Variable: MOVARR_LOG_LEVELVariable

Console log level. Set to DEBUG when troubleshooting. Overrides general.log_level_console in movarr.yml.

Cible
MOVARR_LOG_LEVEL
Défaut
INFO|DEBUG|SUCCESS|WARNING|ERROR
Variable: MOVARR_LIBRARY_PATH_LISTVariable

Comma-separated list of container paths to your media library. Used to detect already-owned movies and as the post-processing copy destination. Example: /media/Movies,/media/Movies-4K. Overrides general.library_path_list in movarr.yml.

Cible
MOVARR_LIBRARY_PATH_LIST
Variable: MOVARR_QBT_HOSTVariable

Hostname or IP address of the qBittorrent WebUI. If both containers share a Docker network use the container name; for host networking use 'localhost'. Overrides torrent_client.qbittorrent.host in movarr.yml.

Cible
MOVARR_QBT_HOST
Défaut
localhost
Variable: MOVARR_QBT_PORTVariable

qBittorrent WebUI port. Overrides torrent_client.qbittorrent.port in movarr.yml.

Cible
MOVARR_QBT_PORT
Défaut
8080
Variable: MOVARR_QBT_USERNAMEVariable

qBittorrent WebUI username. Overrides torrent_client.qbittorrent.username in movarr.yml.

Cible
MOVARR_QBT_USERNAME
Défaut
admin
Variable: MOVARR_QBT_PASSWORDVariable

qBittorrent WebUI password. Overrides torrent_client.qbittorrent.password in movarr.yml.

Cible
MOVARR_QBT_PASSWORD
Variable: MOVARR_INDEX_PROXYVariable

Index proxy used for torrent searches. Overrides index_proxy.selected in movarr.yml.

Cible
MOVARR_INDEX_PROXY
Défaut
prowlarr|jackett
Variable: MOVARR_JACKETT_HOSTVariable

Hostname or IP address of the Jackett instance. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.host in movarr.yml.

Cible
MOVARR_JACKETT_HOST
Défaut
localhost
Variable: MOVARR_JACKETT_PORTVariable

Jackett port. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.port in movarr.yml.

Cible
MOVARR_JACKETT_PORT
Défaut
9117
Variable: MOVARR_JACKETT_API_KEYVariable

Jackett API key. Required when MOVARR_INDEX_PROXY=jackett. Overrides index_proxy.jackett.api_key in movarr.yml.

Cible
MOVARR_JACKETT_API_KEY
Variable: MOVARR_PROWLARR_HOSTVariable

Hostname or IP address of the Prowlarr instance. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.host in movarr.yml.

Cible
MOVARR_PROWLARR_HOST
Défaut
localhost
Variable: MOVARR_PROWLARR_PORTVariable

Prowlarr port. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.port in movarr.yml.

Cible
MOVARR_PROWLARR_PORT
Défaut
9696
Variable: MOVARR_PROWLARR_API_KEYVariable

Prowlarr API key. Required when MOVARR_INDEX_PROXY=prowlarr. Overrides index_proxy.prowlarr.api_key in movarr.yml.

Cible
MOVARR_PROWLARR_API_KEY
Variable: MOVARR_CONFIG_PATHVariable

Path to the movarr YAML configuration file. Change only if you need the config file in a non-standard location.

Cible
MOVARR_CONFIG_PATH
Défaut
/config/movarr/configs
Variable: MOVARR_DB_PATHVariable

Path to the movarr SQLite history database. Overrides general.db_path in movarr.yml.

Cible
MOVARR_DB_PATH
Défaut
/config/movarr/db
Variable: MOVARR_LOG_PATHVariable

Path to the movarr log file. Leave empty to disable file logging. Overrides general.log_path in movarr.yml.

Cible
MOVARR_LOG_PATH
Défaut
/config/movarr/logs
Variable: MOVARR_PID_PATHVariable

Path to the movarr PID file. Overrides general.pid_path in movarr.yml.

Cible
MOVARR_PID_PATH
Défaut
/config/movarr/pids
Variable: ENABLE_STARTUP_SCRIPTSVariable

Specify whether to run startup scripts to install and/or configure additional applications.

Cible
ENABLE_STARTUP_SCRIPTS
Défaut
no|yes
Variable: ENABLE_HEALTHCHECKVariable

Enable or disable healthchecks.

Cible
ENABLE_HEALTHCHECK
Défaut
yes|no
Variable: HEALTHCHECK_COMMANDVariable

The command or script to execute for healthchecks; defaults to healthcheck.sh if unset.

Cible
HEALTHCHECK_COMMAND
Variable: HEALTHCHECK_ACTIONVariable

Action to execute on healthcheck failure; defaults to 'exit 1'. Set to 'kill 1' to restart the container on failure.

Cible
HEALTHCHECK_ACTION
Variable: HEALTHCHECK_HOSTNAMEVariable

Hostname used for DNS and HTTPS healthchecking.

Cible
HEALTHCHECK_HOSTNAME
Défaut
google.com
Variable: PUIDVariable

User ID for the running container.

Cible
PUID
Défaut
99
Variable: PGIDVariable

Group ID for the running container.

Cible
PGID
Défaut
100
Variable: UMASKVariable

UMASK for the running container.

Cible
UMASK
Défaut
000

Catégories

Détails

Référentiel
ghcr.io/binhex/arch-movarr
Dernière mise à jour2026-05-31
Première vue2026-05-15

Exécutez binhex-movarr sur Unraid.

binhex-movarr est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.