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
| ID | Status | Path |
|---|---|---|
| {{ 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…