Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Android TV Client for Jellyfin with Intro Skipper

License

Notifications You must be signed in to change notification settings

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 assembleRelease

    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 installRelease

Important: This is a modification of the official jellyfin client that adds experimental support for the intro-skipper plugin in 10.9 and is not intended as a long-term replacement.

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%