Skip to content

solidsnake1298/jellyfin-androidtv

This branch is 394 commits behind jellyfin/jellyfin-androidtv:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2024
Aug 20, 2024
Jul 1, 2023
Jul 24, 2024
Aug 18, 2024
Aug 13, 2024
Aug 4, 2024
Jul 16, 2024
Mar 1, 2020
Jun 11, 2024
Aug 8, 2021
Aug 5, 2024
Jun 5, 2021
Apr 3, 2023
Jan 16, 2023
Apr 13, 2023
Oct 30, 2022
Apr 14, 2023
Jul 13, 2024
Jul 13, 2024
May 18, 2023
Jul 22, 2024

Repository files navigation

Jellyfin Android TV

Part of the Jellyfin Project


Logo banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests Chat on Matrix Join our Subreddit
Jellyfin on Google Play Jellyfin on Amazon Appstore Jellyfin on F-Droid
Download archive

Jellyfin Android TV is a Jellyfin client for Android TV, Nvidia Shield, and Amazon Fire TV devices. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start.

Translating

Translations can be improved very easily from our Weblate instance. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

Build Process

Dependencies

  • Android Studio

Build

  1. Clone or download this repository

    git clone https://github.com/jellyfin/jellyfin-androidtv.git
    cd jellyfin-androidtv
  2. Open the project in Android Studio and run it from there or build an APK directly through Gradle:

    ./gradlew assembleDebug

    Add the Android SDK to your PATH environment variable or create the ANDROID_SDK_ROOT variable for this to work.

Deploy to device/emulator

./gradlew installDebug

You can also replace the "Debug" with "Release" to get an optimized release binary.

About

Android TV Client for Jellyfin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 57.1%
  • Java 42.9%