Skip to content

Releases: WB2024/Sonarrdoid

v1.1 — Fix By Network mode, Show Finder docs

28 Jun 21:43

Choose a tag to compare

What's new in v1.1

Bug fix: By Network mode

By Network in Show Finder was returning HTTP 400 due to an incorrect TVDB API endpoint. Fixed:

  • Changed /networkscompanies?companyType=network (correct TVDB v4 endpoint)
  • Networks are now filtered to English-speaking countries (US, UK, AU, CA, IE, NZ) and sorted alphabetically
  • Result: A&E, ABC, AMC, BBC, Channel 4, HBO, ITV, Netflix, etc. load correctly

Documentation

README updated with full Show Finder documentation — all 9 discovery modes explained.

Installation

Sideload Sonarrdoid-v1.1.apk via ADB or your preferred file manager:

adb install -r Sonarrdoid-v1.1.apk

v1.0 — Initial Release

27 Jun 07:05

Choose a tag to compare

Sonarrdoid v1.0

First release of Sonarrdoid — a native Android TV client for Sonarr.

Installation

  1. Download Sonarrdoid-v1.0.apk below
  2. Sideload to your Android TV device via ADB or a file manager app
  3. Open the app, enter your Sonarr URL (e.g. http://192.168.1.x:8989) and connect

What's included

  • Full TV series library browser with poster art and network/status badges
  • Series detail view with season/episode breakdown, file info, queue progress, history, and interactive release search
  • Calendar view of upcoming and recently aired episodes
  • Activity queue with live progress bars and history log
  • Wanted list for missing and cut-off episodes
  • Full Settings screens (quality profiles, release profiles, indexers, download clients, root folders, and more)
  • System screen with logs and task management
  • Supports all Sonarr auth modes: none, disabled for local addresses, and forms-based login

Requirements

  • Android TV / Google TV (API 21+)
  • Sonarr v3 or later

Note

If you have Forms authentication enabled and encounter a server error on login, ensure the ASP.NET Data Protection key files in your Sonarr config directory are readable: sudo chmod 644 /path/to/sonarr/config/asp/key-*.xml