Android TV Client for Jellyfin
Go to file
2023-07-26 22:13:47 +02:00
.github Update appleboy/ssh-action action to v1 2023-07-25 21:03:31 +02:00
app Translated using Weblate (Vietnamese) 2023-07-23 01:42:00 -04:00
buildSrc Show UI mode notification on startup screen 2023-07-01 15:33:23 +02:00
fastlane/metadata/android Translated using Weblate (Hebrew) 2023-07-16 11:41:51 -04:00
gradle Update dependency androidx.fragment:fragment-ktx to v1.6.1 2023-07-26 22:13:47 +02:00
playback Update volume functions in MediaSessionPlayer 2023-07-05 21:04:16 +02:00
preference Enable nonFinalResIds 2023-04-14 08:37:12 +02:00
.editorconfig Disable wildcard imports 2022-02-23 11:45:57 +01:00
.gitattributes Add line feed settings to gitattributes 2020-03-01 09:20:30 +01:00
.gitignore Ignore captures from Layout Inspector 2020-12-15 19:32:21 +01:00
android-lint.xml Ignore missing notification permission from Glide 2023-01-16 21:56:32 +01:00
build.gradle.kts Use JDK toolchains to explicitly use JDK 17 2023-04-13 21:56:26 +02:00
CODEOWNERS Add (empty) playback module and CODEOWNERS (#1072) 2021-08-08 17:28:56 +02:00
CONTRIBUTORS.md Improve codec info 2023-07-18 16:09:56 +02:00
detekt.yaml Update Detekt to ignore FunctionNaming for @Composable 2022-10-30 12:25:25 +01:00
gradle.properties Enable nonTransitiveRClass 2023-04-14 19:27:43 +02:00
gradlew Update dependency gradle to v8.2 2023-07-02 22:00:39 +02:00
gradlew.bat Update Gradle Wrapper from 7.5.1 to 7.6. 2023-01-06 20:00:44 +01:00
LICENSE Update LICENSE file to match exact formatting from gnu.org 2021-06-05 22:00:45 +02:00
README.md Add F-Droid badge to README 2023-04-03 20:55:48 +02:00
renovate.json Enable Renovate dependency dashboard 2023-05-18 10:26:13 +02:00
settings.gradle.kts Update build files 2022-12-29 09:55:34 +01:00

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.