You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
23 hours ago | |
---|---|---|
.github | 6 days ago | |
app | 20 hours ago | |
buildSrc | 2 months ago | |
fastlane/metadata/android | 2 weeks ago | |
gradle | 2 days ago | |
playback | 3 days ago | |
preference | 2 months ago | |
.editorconfig | 1 year ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
CODEOWNERS | 2 years ago | |
CONTRIBUTORS.md | 7 months ago | |
LICENSE | 2 years ago | |
README.md | 2 months ago | |
android-lint.xml | 5 months ago | |
build.gradle.kts | 2 months ago | |
detekt.yaml | 7 months ago | |
gradle.properties | 2 months ago | |
gradlew | 2 months ago | |
gradlew.bat | 5 months ago | |
renovate.json | 3 weeks ago | |
settings.gradle.kts | 5 months ago |
README.md
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.