Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

jellyfin-archive/jellyfin-react-client

Repository files navigation

jellyfin-react-client

The next generation client application for Jellyfin


Attention - Not Maintained

This project is kept here for legacy purposes, but is not used or maintained. It is not used in any deployed Jellyfin app. For active projects, please see the main Jellyfin organization.


Project created manually, based on: react-everywhere/re-start#60

This project uses yarn.

Install

Run yarn install in the jellyfinclient directory

Run the project on a specific platform

All the following commands are run inside the jellyfinclient directory

Android/iOS

yarn run android
yarn run ios

Android requires the ANDROID_HOME variable to be set.

In case of problems, this tutorial will help you to configure your environment.

Desktop (Electron)

yarn run electron

Web

yarn run web

Windows (UWP)

yarn run windows

Windows platforms needs to have installed the Windows 10 SDK Build 14393 to be able to be build. A certificate is needed to sign the binary, follow the instructions to create or update the sign certificate. After that, a pop-up window would appear during the first time you exec the build process asking to install the certificate you've just created, just accept it.

Build for production

Android

yarn run android:release

Electron

yarn run electron:release

If you are running this on Linux or OSX, this will need you have wine 1.6 installed in your system because setting the Windows app icon makes usage internally of the node-rcedit package.

iOS

yarn run ios:release

Web

yarn run web:release

This will build your production ready bundle

Windows (UWP)

yarn run windows:release