Dashboard
The dashboard is Sublarr’s home. Open it after logging in to see live throughput, items that need attention, and the state of every connected service in one glance. It refreshes automatically over WebSockets — no reload needed.
Layout
Section titled “Layout”The dashboard stacks four widgets vertically; on wide screens the activity feed reflows next to the metrics row.
| Widget | Purpose |
|---|---|
| Status Stripe | Top bar: build version, online state, success rate today, downloads today. |
| Attention Banner | Yellow/red banner that surfaces broken providers, failed jobs, low disk, scheduler errors. Click-through links to the source. |
| Metrics Row | Counts of library items, wanted backlog, in-flight translations, recent downloads (24 h). |
| Activity Feed | Last 50 events across all subsystems — searches, downloads, edits, sync runs, cleanups. |
| Budget Widget | Today’s translation spend (tokens / $) per backend, plus running 30-day total. Hidden when translation is disabled. |
Status Stripe
Section titled “Status Stripe”| Field | Values | Effect |
|---|---|---|
| Version | vX.Y.Z-beta | Build the container is running. Click for release notes. |
| Health | green / amber / red | Aggregate of /api/v1/health checks. Click to open Diagnostics. |
| Success rate (today) | 0–100% | Successful downloads divided by total searches today (server time). |
| Downloads (today) | integer | Subtitle files written to disk today (server time). |
When health flips to amber or red the pill becomes a button that opens Settings → System → Diagnostics, where every check is itemised.
Attention Banner
Section titled “Attention Banner”The banner is suppressed when nothing’s wrong. When it appears, the banner row links straight to the originating page:
| Trigger | Linked page |
|---|---|
| Provider auto-disabled | Settings → Providers |
| Scheduler job failed three times in a row | Settings → System → Scheduler |
| Disk warning threshold reached | Settings → General → Disk Monitoring |
| Bootstrap setting blocking startup | Settings → General |
Metrics Row
Section titled “Metrics Row”Four count tiles that link to their underlying view:
| Tile | Links to | Counts |
|---|---|---|
| Library | /library | Items indexed by Sublarr (series + movies). |
| Wanted | /wanted | Items missing target-language subtitles. |
| Translating | /activity?tab=translations | Translation jobs in running or queued state. |
| Downloads (24 h) | /activity?tab=history | Successful subtitle writes in the last 24 hours. |
Activity Feed
Section titled “Activity Feed”Each row is an event with timestamp, subsystem icon and one-line description. Filter by subsystem (Search, Translate, Sync, Edit, Cleanup) or hide muted subsystems through the toolbar. Items older than 24 hours roll into History; the feed shows the rolling 50-item window for live awareness.
Quick Actions
Section titled “Quick Actions”The floating action button (bottom-right) opens the Quick Actions modal — keyboard shortcut ?. From here you can trigger a library scan, search wanted items, open the editor on the most-recent download, or jump to settings without using the sidebar. See Keyboard Shortcuts for the full list.