• This repository has been archived on 24/Jul/2023
  • Stars
    star
    274
  • Rank 149,671 (Top 3 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created almost 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android Client for Jellyfin

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 built with Cordova. 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 Java. For APKs, see releases page where you can choose between the regular APK and a debugging version (we're also working on a libre version that doesn't depend on Google Play Service, but it's not ready yet).

Most of the translations can be found in the web client since it's the base for the Android client as well. Translations can be improved very easily from our Weblate instance linked above. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

Build Process

Dependencies

  • Android SDK
  • Yarn or NPM

Getting Started

  1. Clone or download this repository

    git clone https://github.com/jellyfin/jellyfin-android.git
    cd jellyfin-android
  2. Install Cordova and other build dependencies in the project directory via npm

    npm install
  3. Prepare the Cordova platforms

    npx cordova prepare

Prepare Environment

If any changes are made to src/, the www/ directory will need to be rebuilt using the following command.

npx gulp

Set the NODE_ENV environment variable to development if you want to copy the source files without minification. The JELLYFIN_WEB_DIR environment variable can be used to override the location of jellyfin-web.

Build APK

You can use the -d flag if you want to build a debug version. A release version will need to be signed before it will run.

npx cordova build android

Deploy to Emulator

npx cordova run android

Docker

You can optionally use Docker to build the APK to avoid the above requirements.

Replace release with the desired build flavor (production, libre, or debug) and output with the directory you want the APKs sent on completion.

docker build . -t "jellyfin-android"
docker run --rm -e "RELEASE=${release}" -v "${output}:/dist" "jellyfin-android"

Troubleshooting

Failed to find ANDROID_HOME

Cordova needs that environment vairable set to the location of your Android SDK to build the app. If you are using linux it will be somewhere in your home directory.

Command failed with exit code EACCES

Android Studio will write over gradlew occasionally but doesn't set it as executable. Go to platforms/android and set that file as executable to fix the build for Cordova.

File not Found index.html

Make sure the web source has been properly copied to www using gulp. If you are using Android Studio you have to build with cordova at least once so the files are copied into the android source files.

More Repositories

1

jellyfin-desktop

Desktop Client for Jellyfin
TypeScript
180
star
2

jellyfin-docs

Documentation for Jellyfin
143
star
3

jellyfin-blog

Hugo Source for Jellyfin Website
JavaScript
129
star
4

jellyfin-react-client

Next Generation Client for Jellyfin
JavaScript
86
star
5

jellyfin-plugin-anime

Anime Metadata Provider for Jellyfin
C#
58
star
6

jellyfin.github.io

Generated Files for Jellyfin Website
HTML
54
star
7

jellyfin-plugin-autoorganize

C#
41
star
8

cordova-plugin-chromecast

Chromecast Plugin for Cordova
JavaScript
34
star
9

jellyfin-client-ios

Swift
28
star
10

jellyfin-samsungtv

Samsung TV Client for Jellyfin
JavaScript
27
star
11

jellyfin-apiclient-javascript

Javascript API Client for Jellyfin
JavaScript
21
star
12

jellyfin-roku-original

Roku Client for Jellyfin
Brightscript
20
star
13

jellyfin-plugin-iptv

C#
19
star
14

jellyfin-metapackages

Metapackages for Debian and Docker
Shell
11
star
15

emby-theater-windows

C#
10
star
16

jellyfin-client-axios

Axios client and TypeScript typings for Jellyfin, the free media server
TypeScript
9
star
17

emby-ios

Objective-C
8
star
18

jellyfin-plugin-pushbullet

C#
6
star
19

emby-chrome

JavaScript
5
star
20

jellyfin-plugin-email

C#
4
star
21

emby-plugin-pushover

C#
3
star
22

ffmpeg-build

Dockerfile
3
star
23

jellyfin-plugin-slack

Slack Notifications for Jellyfin
C#
3
star
24

emby-apiclient-swift

Swift
2
star
25

nativeshell-api-definition

TypeScript
2
star
26

emby-plugin-channels

C#
2
star
27

jellyfin-plugin-isomounter

C#
2
star
28

emby-plugin-onedrive

C#
2
star
29

emby-theater-pi

JavaScript
2
star
30

jellyfin-apiclient-csharp

C# API Client for Jellyfin
C#
2
star
31

jellyfin-plugin-rottentomatoes

C#
1
star
32

emby-plugin-tunein

C#
1
star
33

jellyfin-kodi-plugins

Python
1
star
34

emby-plugin-gamebrowser

C#
1
star
35

jellyfin-noto

Noto Font for Jellyfin
CSS
1
star
36

ansible-role-jellyfin-debian

Python
1
star
37

emby-webcomponents

JavaScript
1
star
38

jellyfin-plugin-missingepisodeprovider

C#
1
star