Android Client for Jellyfin
Go to file
CPK 7a288a7515
Some checks failed
App / Build / Build (push) Has been cancelled
App / Lint / Lint (detekt) (push) Has been cancelled
App / Lint / Lint (lint) (push) Has been cancelled
App / Test / Test (push) Has been cancelled
Gradle / Validate wrapper / Validate (push) Has been cancelled
Repo / Label merge conflict / Triage (push) Has been cancelled
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (105 of 105 strings)

Translation: Jellyfin Android/Jellyfin Android
Translate-URL: https://translate.jellyfin.org/projects/jellyfin-android/jellyfin-android/zh_Hans/
2024-10-03 09:41:35 -04:00
.github Update CI dependencies 2024-07-06 10:08:49 +02:00
app Translated using Weblate (Chinese (Simplified Han script)) 2024-10-03 09:41:35 -04:00
buildSrc Remove dependency updates plugin 2023-06-11 19:24:55 +02:00
fastlane/metadata/android Translated using Weblate (Norwegian Bokmål) 2024-10-02 07:38:40 -04:00
gradle Update to Kotlin 2.0.20 (#1474) 2024-09-01 12:12:24 +00:00
.editorconfig Disable line breaks after multiline when entries 2023-04-28 20:56:38 +02:00
.gitignore Add .kotlin directory to gitignore (#1476) 2024-09-01 15:46:36 +02:00
android-lint.xml Fix or suppress various lint warnings 2022-03-28 22:23:01 +02:00
build.gradle.kts Fix deprecations in build scripts (#1473) 2024-09-01 14:05:36 +02:00
detekt.yml Replace deprecated detekt rules 2022-11-26 00:47:03 +01:00
gradle.properties Disable Jetifier 2023-04-05 19:54:55 +02:00
gradlew Update dependency gradle to v8.8 2024-07-06 10:48:45 +02:00
gradlew.bat Update dependency gradle to v8.6 (#1318) 2024-03-13 12:13:42 +01:00
LICENSE.md Add LICENSE and README 2020-07-25 02:05:39 +02:00
README.md Explain release flavors in README (#1262) 2023-12-21 11:16:15 +01:00
renovate.json Enable Renovate dependency dashboard (#1069) 2023-05-17 14:33:26 +00:00
settings.gradle.kts Remove opt-in for version catalogs 2022-02-09 17:31:40 +01:00

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.

Release Flavors

There are two flavors (variants) of the Jellyfin Android app:

  • The proprietary version comes with Google Chromecast support
  • The libre version comes without Google Chromecast support

The proprietary version is available on Google Play and the Amazon Appstore, while the libre version is available on F-Droid. Additionally, beta releases exist for both flavors, but only the proprietary version is published to a beta track on Google Play. If you'd like to test the beta outside of Google Play, you can simply download it from the GitHub releases.