mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2024-11-22 21:39:56 +00:00
Android TV Client for Jellyfin
82089d2734
Some checks are pending
Currently translated at 100.0% (535 of 535 strings) Translation: Jellyfin Android/Jellyfin Android TV Translate-URL: https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-androidtv/de/ |
||
---|---|---|
.github | ||
app | ||
buildSrc | ||
fastlane/metadata/android | ||
gradle | ||
playback | ||
preference | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
android-lint.xml | ||
build.gradle.kts | ||
CODEOWNERS | ||
CONTRIBUTORS.md | ||
detekt.yaml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
renovate.json | ||
settings.gradle.kts |
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 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.