Skip to content

Releases: WB2024/Radarroid

v1.2 — Fix banner display on Fire TV launcher

29 Jun 07:29

Choose a tag to compare

What's new in v1.2

Bug fix: App icon not showing in Fire TV launcher

The app banner was placed in res/drawable/ (treated as mdpi = 640×360dp, too large for the 320×180dp banner slot). Moved to res/drawable-xhdpi/ so it is correctly interpreted as 320×180dp at 2x density — the Android TV banner standard.

Both the "Your Apps & Channels" grid and the home screen row should now show the Radarroid banner correctly.

Installation

adb install -r Radarroid-v1.2.apk

v1.1 — Title Finder expanded (16 modes), Movie Night

28 Jun 21:43

Choose a tag to compare

What's new in v1.1

Title Finder — 16 discovery modes

  • Streaming — Browse by streaming platform (Netflix, Disney+, Prime, etc.)
  • By Genre — Pick a genre and browse all matching titles
  • By Country — Browse movies by country of origin
  • By List — Explore TMDB curated lists
  • Movie Night — Random movie picker: spin for a suggestion from any genre and add it straight to Radarr

Plus fixes to Discover pagination and improvements across the board.

Installation

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

adb install -r Radarroid-v1.1.apk

v1.0 — Initial Release

27 Jun 07:04

Choose a tag to compare

Radarroid v1.0

First release of Radarroid — a native Android TV client for Radarr.

Installation

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

What's included

  • Full movie library browser with poster art and quality badges
  • Movie detail view with file info, queue progress, history, and interactive release search
  • Discover screen — search TMDB and add movies or jump to existing ones
  • Calendar, Activity queue, Wanted list, Collections
  • Full Settings screens (quality profiles, indexers, download clients, root folders, and more)
  • System screen with logs and task management
  • Supports all Radarr auth modes: none, disabled for local addresses, and forms-based login

Requirements

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