Skip to content

intro-skipper/jellyfin-androidtv

 
 

Repository files navigation

Jellyfin Android TV with skip button

Build Process

Dependencies

  • Android Studio

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.

About

Android TV Client for Jellyfin with Intro Skipper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 57.8%
  • Java 42.2%