TvRecommendationBridge
Get the APK
Google TV & Fire TV

Right recommendation.
Wrong app — every time.

Google TV suggests a movie and opens whatever streaming app it happened to come from. TvRecommendationBridge catches that click and sends it straight to the player you actually chose.

Download the APK See how it works

6

player apps supported

€4.99

one-time, not a subscription

5

devices per license

On a recommendation click

"Dune"

recommended on the launcher home screen

Identified via TMDB

Dune (2021) — not the 1984 original

Opens in Stremio

the player you picked in Settings

Opens directly in whichever you use

Nuvio Stremio Plex Jellyfin WuPlay Wholphin

See it in action

A recommendation click, start to finish

Real screen recording, unedited: a recommendation opens in Nuvio, then "Recommended for you" builds rows from what was watched, then a trailer plays straight from the recommendation row.

How it works

One narrow job, done carefully

Android's Accessibility API lets an app observe what's on screen for assistive purposes. TvRecommendationBridge uses it narrowly — watching only for clicks on the launcher's recommendation cards. Every other click, app icons, menus, anything that isn't a recommendation, is left completely alone.

Catch the click

You select a recommendation. TvRecommendationBridge sees that click's payload — nothing else on screen.

Identify the title

Looked up against TMDB with a bundled key — nothing to set up. Remakes and same-named sequels get disambiguated, not guessed.

Hand it off

Opens straight in your chosen player — or shows a "Watch now" button first, if you'd rather confirm before it does.

Fire TV mode

Fire OS blocks this for every sideloaded app. We built around it anyway.

Fire OS disables the standard Android Accessibility method for any app not installed from the Amazon Appstore — the same method every recommendation-redirect app depends on. The usual workaround is temporarily rooting your Fire TV Stick and replacing Fire OS's own launcher with Google TV's.

TvRecommendationBridge doesn't ask you to do any of that. Fire TV mode reads the recommendation's title straight off the screen using on-device text recognition — nothing recorded leaves the device. Grant Usage access and a one-time screen-recording permission, and it runs from your actual Fire TV home screen, no root, no launcher swap.

No root, no replacing Fire OS's launcher

Text recognition runs on-device — nothing uploaded

Honest about the tradeoff: hold still on a card for a couple seconds and confirm with OK — not instant like Google TV, but it works

Setup — one time

1

Open the app — Fire TV is detected automatically and shows the right button

2

Grant Usage access — Settings → Apps → Special app access

3

Accept the one-time screen-recording permission

Android keeps a recording indicator visible while it's active — a system requirement, not something we add.

Matching

Asks once. Never asks again.

When two titles share an exact name but not a year — a remake, say — TvRecommendationBridge asks which one you meant instead of guessing.

Pick once, and it's remembered: the same title never has to ask twice. And when one candidate is obviously the popular pick — a new release next to a decades-old obscurity — it skips the question entirely.

Turn it off from Settings → "Ask when a match is ambiguous" if you'd rather it always pick automatically.

"Dune" — two exact matches

Dune (2021)picked once
Dune (1984)

Recommended again later — opens the 2021 pick directly, no question shown

Also included

Five more switches worth knowing about

Check my Jellyfin first

Already on your own server? Opens straight there instead of your usual player — no search needed.

Watch now confirm

Optional confirm button before opening, so a stray click never redirects you by accident.

YouTube redirect

Sends YouTube recommendations to SmartTube or TizenTube Cobalt instead — independent of your movie/show player.

Manage devices

One license, up to 5 TVs. See every linked device and unlink any of them, anytime.

Recommended for you

A screen inside the app suggesting more movies and shows based on what you've actually opened — via TMDB, with separate Movies/Series tabs, trailers on hold, and watch history shared across every TV linked to your account.

Pricing

One payment. Not a subscription.

Pay once and it's yours. No recurring charge, no account, no password — just the email you paid with.

Free trial

2 days

no card needed, once per device

Full functionality, nothing gated
ONE-TIME

Lifetime

€4.99

paid once, yours for good

Up to 5 devices, manage anytime
Verified by email, no account needed

Scan the QR code shown in the app with your phone, pay with the same email, then verify it on the TV.

Installation

Sideload the APK

Not on Google Play yet. Grab the APK from the latest release, then pick whichever route suits you.

  1. On the TV, install Downloader (by AFTVnews) from Google Play.
  2. Open it and enter this code in the URL field.
  3. It fetches the APK and offers to install it right away.
  4. If Android TV warns about an unknown source, temporarily allow that install.

Downloader code

4414843

Always points to the latest version

  1. On the TV, install Send Files to TV from Google Play.
  2. Open it — it shows an address or QR code to connect from your phone.
  3. From your phone's browser, go there and pick the APK from the latest release.
  4. Once it transfers, the TV lets you start the install.
  5. If Android TV warns about an unknown source, temporarily allow that install.

Enable developer options: Settings → Device Preferences → About → tap "Build" 7 times, turn on Network debugging, then from your computer:

adb connect <tv-ip>:5555
adb install app-release.apk

Full walkthrough, screenshots included: the visual install guide.

Ready when your TV is

Any Google TV device — Chromecast with Google TV, or a Google TV edition from Sony, TCL, Hisense — or any Fire TV device, via Fire TV mode above. Plus one of the six player apps already installed.

Download the APK