, ,

Jellyfin on Android TV: Official App Setup and Alternatives

Illustration of a media server streaming app running on an Android TV screen

Unlike Apple TV, Jellyfin doesn’t leave Android TV owners guessing. There’s an official app, built and maintained by the Jellyfin project itself, and it installs straight from the Play Store on an Nvidia Shield, a Chromecast with Google TV, or almost any other Android TV box you’ve got sitting under the television.

Note: this guide is about streaming your own, legally acquired media library, ripped discs, home videos, music you actually bought, on a box you already own. Nothing below touches torrents, IPTV, or debrid services.

The quick verdict

Install the official app first. It’s free, it comes straight from the people who make Jellyfin, and it already covers direct play, Live TV, and trickplay scrubbing, no third-party developer to trust. If the interface feels dated or sluggish to you, and for some people it will, switch to Wholphin: it adds a Netflix-style layout and built-in Jellyseerr requests, though it’s Android TV only and needs sideloading. Moonfin is worth keeping on your radar too, mainly because it runs on phones as well as TV, but a few users find its interface rougher around the edges than Wholphin’s.

Does Jellyfin have an official Android TV app?

Yes, and it’s one of the more reassuring examples of Jellyfin actually supporting a platform properly. Jellyfin for Android TV lives under the Jellyfin project’s own GitHub organization, currently past 4,000 stars with a new release every few weeks, the latest being version 0.19.9. It covers the basics you’d expect: library browsing with cover art, direct play for most formats, Live TV if your server has a tuner set up, and trickplay, those thumbnail previews you see while scrubbing through a video, once your server has generated them.

  • Completely free, and built by the people who make Jellyfin itself
  • Open source, so the code is sitting right there on GitHub if you want to check it
  • Available through the Play Store, Amazon Appstore, F-Droid, or a direct APK, whichever suits your box
  • Actively maintained, with new releases every few weeks
  • The interface does the job but won’t remind anyone of Netflix
  • No built-in way to request new content from the couch, that needs Jellyseerr and a separate client
  • Some users report slower artwork loading and clunkier navigation than the third-party alternatives

Android TV vs Google TV: which boxes actually work?

Android TV and Google TV are the same operating system wearing two different outfits. Android TV OS is the original branding, and it’s still what runs the Nvidia Shield TV, the Xiaomi Mi Box, and a handful of manufacturer smart TVs. Google TV is the newer skin Google introduced with the Chromecast with Google TV, and it’s since spread to recent Sony, TCL, and Hisense sets. Underneath, both run the same Android-based platform with the same Play Store, so the official Jellyfin app installs and behaves identically on either one.

What about Fire TV? Amazon’s Fire TV devices, including the Fire TV Stick, run their own fork of Android with no Google Play Store or Play Services attached, and that’s a real platform difference, not just a different remote. Jellyfin publishes a separate build through the Amazon Appstore for exactly this reason. The install steps and remote layout diverge enough from a standard Android TV box that it deserves its own guide rather than a couple of footnotes here.

Generic, unbranded Android TV boxes are the wildcard in all this. Some ship with full Google certification, Play Store included, and behave exactly like a Shield. Others run a stripped-down Android build with no Google Play Services at all, meaning no Play Store and no automatic updates through it. If yours falls into that second group, you’re not stuck, you just install the same APK a different way.

How to install Jellyfin on Android TV

  1. On a Google-certified box, Shield, Chromecast with Google TV, most modern smart TVs, open the Play Store, search for Jellyfin, and install the official app.
  2. No Play Store on your box? Grab the APK from F-Droid or the GitHub releases page instead, and sideload it with a file manager app or ADB.
  3. Open the app and enter your server’s address, or use Quick Connect: grab the six-digit code from your Jellyfin dashboard and punch it in with your remote.
  4. Sign in with your Jellyfin username and password.
  5. Choose which libraries this device should show, and you’re set.

Sideloading with ADB looks roughly like this, assuming your box is already on the same network as your computer:

adb connect <your-box-ip>:5555
adb install jellyfin-androidtv.apk

Haven’t set up the server side yet? Our Jellyfin server setup guide walks through Docker, Windows, and NAS installs before you get to this part.

Is the default app good enough, or should you try something else?

For most people, yes. It’s good enough, and it’s the version the Jellyfin project actually supports when something breaks. That said, it’s also the client that gets singled out most often as the weak point of the whole Jellyfin experience on TV. An XDA Developers piece didn’t mince words about it: the default client felt like “the weakest link in an otherwise impressive package,” compared with switching to Wholphin, a third-party client with a Netflix-style layout, a persistent side navigation pane, and built-in Jellyseerr support for requesting titles without leaving the couch. Reddit’s r/JellyfinCommunity points to a second option, Moonfin, which also runs on phones and tablets alongside TV, though some people, including that same XDA writer, find it a bit laggier and rougher around the edges than Wholphin.

Official Jellyfin appWholphinMoonfin
PriceFreeFreeFree
Built byThe Jellyfin projectIndependent developerIndependent developer / community
PlatformsAndroid TV, Fire TVAndroid TV onlyAndroid TV and mobile
InterfaceFunctional, no-frillsPolished, Netflix-style rows and nav paneModern, some rough edges reported
Jellyseerr requestsNot built inYesYes, via plugin
Where to get itPlay Store, Amazon Appstore, F-Droid, direct APKSideload from GitHub releasesSideload from GitHub releases
  • A Netflix-style home screen with an actual Continue Watching row
  • Jellyseerr built in, so requests don’t need a second app
  • TV-first touches, like pausing after inactivity and cutting off endless autoplay
  • Not on the Play Store, so you’ll be sideloading it from GitHub
  • Android TV only, there’s no phone or tablet version
  • At least one user has reported Dolby Digital Plus / Atmos passthrough not reaching their AV receiver properly, something the official app handles without issue

Direct play, transcoding, and getting smooth playback

Whichever app you land on, the box itself only controls one part of the equation: whether it can decode your file directly. A Shield TV Pro or a recent Google TV set will usually direct-play 4K HEVC and HDR without complaint, since the decoder is built into the chip. Cheaper, older, or generic boxes sometimes can’t handle HEVC 10-bit or AV1 in hardware, and that’s when Jellyfin steps in to transcode the file instead, converting it on the fly into something the box can actually play.

That transcoding work happens on your Jellyfin server, not on the Android TV box itself, so a stream that keeps stuttering is almost always a server hardware problem rather than something the TV app can fix. Our Jellyfin server setup guide covers the hardware Jellyfin actually needs for smooth transcoding, worth a look if playback isn’t behaving.

Is it legal to use Jellyfin on Android TV?

Yes. The Jellyfin Android TV app, Wholphin, and Moonfin are just interfaces for playing back media from a server you already run, nothing about that is different from any other video player. What you choose to put in your Jellyfin library is a separate question entirely, and this guide only covers your own ripped discs, home videos, and music you paid for.

FAQ

Does Jellyfin have an official Android TV app?

Yes. It’s built and maintained by the Jellyfin project itself, completely free, open source, and available through the Play Store, Amazon Appstore, F-Droid, or a direct APK download.

Is Jellyfin actually free on Android TV?

Yes, entirely. No premium tier, no in-app purchase, no subscription, not for the official app and not for Wholphin or Moonfin either.

Can I use this same app on a Fire TV Stick?

Jellyfin does publish a Fire TV build through the Amazon Appstore, since Fire TV runs a different fork of Android without the Play Store. The install steps and remote controls differ enough from a standard Android TV box that a Fire Stick-specific guide is worth following instead of assuming this one lines up exactly.

Why doesn’t my Android TV box show Jellyfin in the Play Store?

Some generic or budget boxes ship without Google’s certification, which means no Play Store and no Google Play Services at all. You can still get Jellyfin running by sideloading the APK from F-Droid or GitHub with a file manager app or ADB.

What is Wholphin, and is it safe to use?

Wholphin is a third-party, independently built Jellyfin client for Android TV with a more polished, Netflix-style interface and built-in Jellyseerr support. It has no official tie to the Jellyfin project, but it talks to your own server exactly the way the official app does, and its code is publicly available on GitHub.

What is trickplay, and do I need to turn it on?

Trickplay is the strip of thumbnail previews that shows up while you scrub through a video, instead of a blank progress bar. It’s optional, generated by your Jellyfin server, and worth turning on in your library settings if you want smoother seeking on Android TV.

Setting up a different device next? Our Jellyfin on Apple TV guide covers Swiftfin, Infuse, and Reefy, and the Jellyfin hub rounds up every guide in this silo if you’re outfitting the whole household at once.

Related guides

2 responses to “Jellyfin on Android TV: Official App Setup and Alternatives”

  1. […] and settings behave the same way they do on a Shield TV or a Chromecast with Google TV. Our Jellyfin on Android TV guide covers that stock-Android side of the platform if you’re setting up more than one device type […]

  2. […] browsing, playback, and settings you’d get on a Shield TV or a Chromecast with Google TV. Our Jellyfin on Android TV guide covers that stock-Android side of the platform if you’re setting up more than one device type […]

Leave a Reply

Your email address will not be published. Required fields are marked *