Importarr

{{ 'Running' if status.control.queue_mode == 'start' else status.control.queue_mode|capitalize }}

Current{{ status.current or 'idle' }}
{{ status.control.queue_mode }}Queue mode
{{ status.current or 'Idle' }}Current import
{{ status.imported_total }}Imported
{{ status.failed_total }}Failed
Service info and build details
Name
{{ status.build.name }}
Version
{{ status.build.version }}
Build date
{{ status.build.build_date }}
Git SHA
{{ status.build.git_sha }}
Started
{{ status.build.started_at }}
Python
{{ status.build.python }}
SAB URL
{{ status.sab_url }}
SAB API token
{{ 'configured' if status.sab_api_key_configured else 'not configured' }}
Radarr
{{ status.radarr_url or 'not configured' }}
Sonarr
{{ status.sonarr_url or 'not configured' }}
Download root
{{ status.download_root }}
Movies root
{{ status.movies_root }}
TV root
{{ status.tv_root }}
Write auth
{{ 'enabled' if status.auth_enabled else 'disabled' }}
Queue mode
{{ status.control.queue_mode }}
Current job
{{ status.current or 'idle' }}
Queue controls

Pause and stop prevent new jobs from being added to the queue. They do not interrupt an import already in progress; use cancel current job for that.

Manual batches
{% for batch in batches %}{% endfor %}
IDStatusPath
{{ batch.id }}{{ batch.status }}{{ batch.path }}

Queue and history

Grouped by processing state
Loading…

Settings

SABnzbd
Radarr
Sonarr

Blank token fields clear the stored token. Environment values remain the startup defaults until saved here.