Android TV Client for Jellyfin
Go to file
Blackspirits 06d3fd07d0 Translated using Weblate (Portuguese (Portugal))
Currently translated at 99.8% (534 of 535 strings)

Translation: Jellyfin Android/Jellyfin Android TV
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/pt_PT/
2024-11-11 02:44:55 -05:00
.github Update github/codeql-action action to v3.27.1 2024-11-10 14:28:20 +01:00
app Translated using Weblate (Portuguese (Portugal)) 2024-11-11 02:44:55 -05:00
buildSrc Use Java 21 in jvm toolchain 2024-10-15 17:54:32 +02:00
fastlane/metadata/android Translated using Weblate (Korean) 2024-11-10 07:00:00 -05:00
gradle Upgrade to Coil 3 2024-11-10 16:51:11 +01:00
playback Catch errors when loading MediaSessionService artwork 2024-11-05 15:43:58 +01:00
preference Support float preferences 2024-08-04 10:47:30 +02:00
.editorconfig Update editor config 2024-07-16 13:37:55 +02:00
.gitattributes Add line feed settings to gitattributes 2020-03-01 09:20:30 +01:00
.gitignore Add .kotlin directory to .gitignore 2024-06-11 13:32:35 +02:00
android-lint.xml Ignore missing notification permission from Glide 2023-01-16 21:56:32 +01:00
build.gradle.kts Use Java 21 in jvm toolchain 2024-10-15 17:54:32 +02:00
CODEOWNERS Add (empty) playback module and CODEOWNERS (#1072) 2021-08-08 17:28:56 +02:00
CONTRIBUTORS.md Add Google Chromecast HD limitation (#3820) 2024-08-05 15:43:30 +00:00
detekt.yaml Fix Detekt max line length not matching Editorconfig 2024-10-07 22:34:13 +02:00
gradle.properties Enable nonTransitiveRClass 2023-04-14 19:27:43 +02:00
gradlew Update dependency gradle to v8.9 2024-07-13 13:25:23 +02:00
gradlew.bat Update dependency gradle to v8.9 2024-07-13 13:25:23 +02: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 Split "playback/exoplayer" Gradle module into two (#3781) 2024-07-22 07:52:31 +02: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.