2020-07-26 21:22:22 +02:00
2020-07-25 18:57:32 +02:00
2020-07-24 13:01:35 +02:00
2020-07-24 13:01:35 +02:00
2020-07-24 13:01:35 +02:00
2020-07-24 13:01:35 +02:00
2020-07-24 13:01:35 +02:00
2020-07-24 13:01:35 +02:00
2020-07-25 02:05:39 +02:00
2020-07-25 02:05:39 +02:00

Jellyfin Android

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests Discuss on our Forum Chat on Matrix Join our Subreddit

Jellyfin Mobile is an Android app that wraps the official Jellyfin Webclient. 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 a web wrapper there are still lots of improvements and bug fixes that can be accomplished with Android andKotlin knowledge.

Build Process

Dependencies

  • Android SDK
  • Yarn

Build

  1. Clone or download this repository

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

    ./gradlew assembleDebug
    

Deploy to Emulator

./gradlew installDebug

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

S
Description
Android Client for Jellyfin
Readme
61 MiB
Languages
Kotlin 71.2%
Java 16.1%
JavaScript 12.7%