Importarr

Manual SABnzbd imports, safely gated by SAB completion.

{{ status.build.version }}{{ status.build.git_sha[:12] }} · {{ status.build.build_date }}
{{ status.imported_total }}Imported total
{{ status.failed_total }}Failed total
{{ status.manual_batches }}Manual batches
{{ status.category }}SAB category

Service info

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 }}

Jobs and queue

Rows are grouped by processing state. Failed and skipped rows can be retried; ignore and remove actions only update Importarr's queue.

Loading…

Settings

SABnzbd
Radarr
Sonarr

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