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