Jellyfin Desktop is a desktop client that connects to a Jellyfin server.
You can download jellyfin desktop for your operating system from the releases page.
You can download the latest, shiniest (and probably buggiest) version built straight from master from the build system
Q: Where can I find the settings of Jellyfin Desktop?
A: The settings for Jellyfin Desktop, including the server URL, are stored in the following folders:
%APPDATA%/Jellyfin Theater on Windows(outdated)- ~/.config/jellyfin-desktop on Linux
~/Library/Application Support/Jellyfin Theater on macOS(outdated)
This application is implemented as an Electron app and is built off of
a NodeJS code base. Because of this you will need the NodeJS runtime and
the yarn
package manager. The following versions have been tested:
Software Name | Version |
---|---|
Node JS | 12 |
yarn | 1.22 |
To contribute you will need to set up a fork. To learn more about how to use forks, you can read "Fork a repo" and "Working with forks".
After setting up you fork, you will need to install the dependencies for the project. You can do so by typing the following into your commandline:
$ yarn install
Once the installation has been finished you can start a test version of the application by using this command:
$ yarn start
$ yarn run build:win
Ubuntu: You need to install rpmbuild
to build all linux packages
$ yarn run build:linux
$ yarn run build:mac