Skip to content

TSK-Entertainment/AndroidTV-FireTV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9,229 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Moonfin for Android TV

Enhanced Jellyfin client for Android TV, Nvidia Shield, and Amazon Fire TV devices


splash-background

License Release

← Back to main Moonfin project

Moonfin for Android TV is an enhanced fork of the official Jellyfin Android TV client, optimized for the viewing experience on Android TV, Nvidia Shield, and Amazon Fire TV devices.

Features & Enhancements

Moonfin for Android TV builds on the solid foundation of Jellyfin with targeted improvements for TV viewing:

🎬 Featured Media Bar

  • Rotating showcase of 15 random movies and TV shows right on your home screen
  • See ratings, genres, runtime, and a quick overview without extra clicks
  • Smooth crossfade transitions as items change, with matching backdrop images
  • Height and positioning tuned for viewing from the couch

🧭 Dynamic Navigation Toolbar

  • Quick access home button (house icon) and search (magnifying glass)
  • Shuffle button for instant random movie/TV show discovery
  • Dynamic library buttons automatically populate based on your Jellyfin libraries
  • One-click navigation to any library or collection directly from the toolbar
  • Cleaner icon-based design for frequently used actions

πŸ“Š Enhanced Details Screen

  • Metadata organized into clear sections: genres, directors, writers, studios, and runtime
  • Taglines displayed above the description where available
  • Cast photos appear as circles for a cleaner look
  • Fits more useful information on screen without feeling cramped

🏠 Improved Home Screen

  • Item details show up right in the row, no need to open every title to see what it is
  • Content is laid out more clearly so it's easier to find what you want
  • Buttons look better when not focused (transparent instead of distracting)

🎨 UI Polish

  • Tweaked colors, spacing, and text to look more modern
  • Icons and visual elements are consistent throughout
  • Better contrast makes text easier to read
  • Transitions and animations feel responsive

Screenshots

Screenshot_20251121_001408 Screenshot_20251121_001419 Screenshot_20251120_191533 Screenshot_20251120_191600

Disclaimer: Screenshots shown in this documentation feature media content, artwork, and actor likenesses for demonstration purposes only. None of the media, studios, actors, or other content depicted are affiliated with, sponsored by, or endorsing the Moonfin client or the Jellyfin project. All rights to the portrayed content belong to their respective copyright holders. These screenshots are used solely to demonstrate the functionality and interface of the application.


Installation

Pre-built Releases

Download the latest APK from the Releases page.

Supported Devices:

  • Android TV devices (Android 5.0+)
  • Nvidia Shield TV
  • Amazon Fire TV / Fire TV Stick
  • Google TV (Chromecast with Google TV)

Sideloading Instructions

  1. Enable "Unknown Sources" or "Install Unknown Apps" in your device settings
  2. Transfer the APK to your device or download it directly
  3. Use a file manager app to install the APK

Building from Source

Prerequisites

  • Android Studio Arctic Fox or newer
  • JDK 11 or newer
  • Android SDK with API 21+ installed

Steps

  1. Clone the repository:
git clone https://github.com/Moonfin-Client/AndroidTV-FireTV.git
cd AndroidTV-FireTV
  1. Build debug version:
./gradlew assembleDebug
  1. Install to connected device:
./gradlew installDebug
  1. Build release version:

First, create a keystore.properties file in the root directory (use keystore.properties.template as a guide):

storeFile=/path/to/your/keystore.jks
storePassword=your_store_password
keyAlias=your_key_alias
keyPassword=your_key_password

Then build:

./gradlew assembleRelease

The APK will be in app/build/outputs/apk/release/

Development

Developer Notes

  • Uses Gradle wrapper (no need to install Gradle separately)
  • Android Studio is recommended for development
  • Keep Android SDK and build tools updated
  • Code style follows upstream Jellyfin conventions
  • UI changes should be tested on actual TV devices when possible

Contributing

We welcome contributions to Moonfin for Android TV!

Guidelines

  1. Check existing issues - See if your idea/bug is already reported
  2. Discuss major changes - Open an issue first for significant features
  3. Follow code style - Match the existing codebase conventions
  4. Test on TV devices - Verify changes work on actual Android TV hardware
  5. Consider upstream - Features that benefit all users should go to Jellyfin first!

Pull Request Process

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes with clear commit messages
  4. Test thoroughly on Android TV devices
  5. Submit a pull request with a detailed description

Translating

Translations are maintained through the Jellyfin Weblate instance:

Translations contributed to Moonfin that are universally applicable will be submitted upstream to benefit the entire community.

Support & Community

Credits

Moonfin for Android TV is built upon the excellent work of:

  • Jellyfin Project - The foundation and upstream codebase
  • MakD - Original Jellyfin-Media-Bar concept that inspired our featured media bar
  • Jellyfin Android TV Contributors - All the developers who built the original client
  • Moonfin Contributors - Everyone who has contributed to this fork

License

This project inherits the GPL v2 license from the upstream Jellyfin Android TV project. See the LICENSE file for details.


Moonfin for Android TV is an independent fork and is not affiliated with the Jellyfin project.
← Back to main Moonfin project

About

Android TV and Fire TV Client for Jellyfin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors