Android Client for Jellyfin
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.
 
 
 
newton181 db1b2d73e6 Translated using Weblate (Spanish) 2 days ago
.github Update github/codeql-action action to v2.3.6 6 days ago
app Translated using Weblate (Spanish (Mexico)) 2 days ago
buildSrc Move plugins to version catalog 2 years ago
fastlane/metadata/android Translated using Weblate (Spanish) 2 days ago
gradle Update dependency io.insert-koin:koin-android to v3.4.2 2 days ago
.editorconfig Disable line breaks after multiline when entries 1 month ago
.gitignore Initial application skeleton 3 years ago
LICENSE.md Add LICENSE and README 3 years ago
README.md Fix wrong Weblate link in README (#538) 2 years ago
android-lint.xml Fix or suppress various lint warnings 1 year ago
build.gradle.kts Move all Gradle plugins to version catalog, replace KAPT with KSP 2 years ago
detekt.yml Replace deprecated detekt rules 6 months ago
gradle.properties Disable Jetifier 2 months ago
gradlew Update dependency gradle to v8 3 weeks ago
gradlew.bat Update Gradle Wrapper from 7.5.1 to 7.6 (#907) 6 months ago
renovate.json Enable Renovate dependency dashboard (#1069) 3 weeks ago
settings.gradle.kts Remove opt-in for version catalogs 1 year ago

README.md

Jellyfin Android

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 Mobile is an Android app that connects to Jellyfin instances and integrates with the official web client. 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. Even though the client is only a web wrapper there are still lots of improvements and bug fixes that can be accomplished with Android and Kotlin knowledge.

Most of the translations can be found in the web client since it's the base for the Android client as well. Translations for the app can also 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

This client was rewritten from scratch with a fresh git history in July to August 2020, and replaces the old Cordova-based client, which can still be found in the archives.

Build Process

Dependencies

  • Android SDK

Build

  1. Clone or download this repository

    git clone https://github.com/jellyfin/jellyfin-android.git
    cd jellyfin-android
    
  2. Open the project in Android Studio and run it from there or build an APK directly through Gradle:

    ./gradlew assembleDebug
    

Deploy to device/emulator

./gradlew installDebug

You can also replace the "Debug" with "Release" to get an optimized release binary.