Skip to content

Releases: martinargalas/ha-arr-stack-card

v1.6.17

18 Jun 17:28

Choose a tag to compare

What's new

  • Queue poster fix — All Sonarr/Radarr queue items now shown including warning, importFailed and error states (previously filtered out)

v1.6.16

18 Jun 12:51

Choose a tag to compare

What's new

  • Map tab — Leaflet dark map with circles/heatmap toggle, period & user filters, server buttons in header
  • Stats → Users subtab — Top 3 podium (gold center/larger, silver left, bronze right)
  • Transcoding poster — replaces Servers poster; shows top transcoding users
  • Header redesign — Nav tabs + subtabs in header single row; server buttons (JF/Plex/Emby) right-aligned
  • Activity & Transcoding poster — tag + count badge on same row, right-aligned
  • Rules tab — "Under development" placeholder
  • Editor — Now Playing label includes Kodi/Emby; Tracearr renamed to Streaming Statistics

v1.6.15

18 Jun 11:18

Choose a tag to compare

What's new

Tracearr support (beta)

Watch history, statistics, device analytics, bandwidth usage, and watch pattern insights from Tracearr. Works with Plex, Jellyfin, and Emby. Configure in the Arr Stack Integration under Streaming Stats.

Mobile UI improvements

  • Compact 4-column stat tiles on mobile (Watch, Devices, Bandwidth sub-tabs)
  • No scrollbar in History, Storage, and Bandwidth tabs on mobile

Activity Queue fixes

  • History and Blocklist poster cards now show the correct number of items (previously could get stuck at one)
  • Sonarr items in the History poster card now show the episode number (e.g. S01E03)

Arr Stack Integration v1.6.15 required.

v1.6.13 — Emby & Kodi Now Playing, Jellyfin Now Playing

14 Jun 11:38

Choose a tag to compare

What's new

Now Playing — Emby, Kodi, and Jellyfin support

The Now Playing section now supports all four media servers simultaneously.

  • Emby — live stream cards with poster, progress bar, and EMBY badge. Stop playback remotely with a custom message (delivered to the Emby client). Configure your Emby URL and API key in the Arr Stack Integration setup.
  • Kodi — live stream cards with poster, progress bar, and KODI badge. Stop playback sends an on-screen notification to Kodi before stopping. Requires the official Kodi HA integration — no extra configuration needed.
  • Jellyfin — live stream cards with poster, progress bar, and JF badge. Stop playback supported. Requires the official Jellyfin HA integration — no extra configuration needed.
  • Plex — unchanged, fully supported as before.

Visual improvements

  • Service badges (PLEX / JF / EMBY / KODI) now use white text on a coloured background for better readability.

Pair with Arr Stack Integration v1.6.13 — required for Emby support.

v1.6.12 — rTorrent support

12 Jun 11:19

Choose a tag to compare

What's new

rTorrent / ruTorrent support

  • Full torrent management via ruTorrent's XMLRPC interface — active torrents, download/upload speed, progress, seeds/peers
  • Pause, resume, delete (with or without files), global pause/resume, sort by progress or speed

Setup wizard split

  • Download client configuration is now split into two separate steps: Torrent clients (qBittorrent, Deluge, rTorrent) and Usenet clients (SABnzbd, NZBGet) — makes it easier to configure only what you use

Download client improvements

  • Torrent and usenet progress percentages are now consistently aligned in a fixed column across all clients
  • Action buttons stay in a fixed position regardless of how many buttons are visible
  • UI scale and left panel width settings no longer apply on mobile — these are desktop-only layout adjustments

v1.6.11 — Deluge torrent client support

11 Jun 18:09

Choose a tag to compare

What's new

Deluge support

  • Full Deluge torrent client integration — same feature set as qBittorrent
  • Active torrents with progress, download/upload speed, seeds/peers, ETA
  • Per-torrent: pause, resume, stop seeding, delete (keep or remove files)
  • Global pause/resume
  • Disk free space shown in the top speed chip (fallback after qBit)
  • Combined upload speed chip now includes Deluge
  • Sort by progress or speed
  • Custom Deluge icon in MDI mode

Other

  • Download client order in the visual editor now includes Deluge

Integration update required

This release requires Arr Stack Integration v1.6.11. Update it via HACS or manually from the integration repository.

After updating the integration, restart Home Assistant and reconfigure the integration to add your Deluge URL and password.

v1.6.10 — MDI icon fixes

11 Jun 16:02

Choose a tag to compare

Bug fixes

  • Fixed MDI icon mode for SABnzbd and NZBGet — icons now always render correctly regardless of icon mode setting
  • Added custom monochrome SVG icons for qBittorrent (circle with qb), SABnzbd (downward arrow shape), and NZBGet (dashed shaft + bold arrow) that match the real app logo silhouettes

v1.6.9

11 Jun 15:13

Choose a tag to compare

What's new

NZBGet — retry failed downloads

Failed NZBGet downloads now have a ↺ retry button, matching the existing SABnzbd behaviour. Clicking it re-queues the item for download (HistoryRedownload).


Full changelog: v1.6.8...v1.6.9

v1.6.8

11 Jun 15:07

Choose a tag to compare

What's new

NZBGet support

NZBGet is now supported as a download client alongside qBittorrent and SABnzbd. Configure it in the integration (Downloads step) and it will appear automatically in the left panel.

Features:

  • Queue with progress, download speed, and post-processing status
  • Failed downloads listed separately with delete option
  • Global pause / resume
  • Per-item delete with confirmation

Default port: 6789. NZBGet uses username + password authentication (Settings → Security in NZBGet).

Download client ordering

The visual editor now has a Left Panel — Download Clients section. You can enable/disable each client and drag to reorder them. Only clients that are configured in the integration are shown.


Full changelog: v1.6.7...v1.6.8

v1.6.7

11 Jun 13:42

Choose a tag to compare

What's new

UI Scale (styles.uiScale)

Proportionally scales all card content — posters, tags, text, Activity Queue, Prowlarr, Statistics. Useful on large monitors, TVs, or high-DPI displays where the default size is too small. Configure in the visual editor (Appearance section) or via YAML:
```yaml
styles:
uiScale: 1.3 # default: 1
```
Values above 1 enlarge everything; below 1 shrink. If content overflows horizontally, reduce Items per category.

Left Panel Width (styles.leftPanelWidth)

Adjusts the downloads panel (qBittorrent / SABnzbd) width as a percentage of the card. Default is 40 %. Configure in the visual editor or via YAML:
```yaml
styles:
leftPanelWidth: 35 # default: 40 (%)
```
Has no effect when the downloads panel is hidden or on mobile.

Search add button fix

The add button on search result posters now shows the correct SVG plus icon (matching library posters) instead of the text "+ Add".


Full changelog: v1.6.5...v1.6.7