The next generation client application for Jellyfin
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
.
Run yarn install
in the jellyfinclient
directory
All the following commands are run inside the jellyfinclient
directory
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.
yarn run electron
yarn run web
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.
yarn run android:release
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.
yarn run ios:release
yarn run web:release
This will build your production ready bundle
yarn run windows:release