rafaelvieiras / jellyfin-react-client

Next Generation Client for Jellyfin

Home Page:https://jellyfin.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jellyfin-react-client

The next generation client application for Jellyfin

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

About

Next Generation Client for Jellyfin

https://jellyfin.org

License:Mozilla Public License 2.0


Languages

Language:JavaScript 69.2%Language:TypeScript 19.3%Language:Objective-C 3.6%Language:C# 2.5%Language:HTML 1.8%Language:Python 1.6%Language:Java 1.4%Language:Shell 0.6%