intro-skipper / jellyfin-androidtv

Android TV Client for Jellyfin with Intro Skipper
GNU General Public License v2.0
3 stars 1 forks source link

Jellyfin Android TV with skip button

Build Process

Dependencies

Build

  1. Clone or download this repository

    git clone https://github.com/intro-skipper/jellyfin-androidtv.git
    cd jellyfin-androidtv
  2. 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.