317f8bff275e3923724d13b55ba7a9f4be4776c5
When the dream failed to display content and went from a library showcase to the logo it would flicker because there was no background for the logo content during the animation, and when the animation finished the library showcase would suddenly disappear. Adding a background color fixes this issue.
Jellyfin Android TV
Part of the Jellyfin Project
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!
Build Process
Dependencies
- Android Studio
Build
-
Clone or download this repository
git clone https://github.com/jellyfin/jellyfin-androidtv.git cd jellyfin-androidtv -
Open the project in Android Studio and run it from there or build an APK directly through Gradle:
./gradlew assembleDebugAdd 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.
Languages
Kotlin
67.6%
Java
32.4%