Skip to content

milo1023/jellyfin-desktop

 
 

Repository files navigation

Jellyfin Desktop

Jellyfin Desktop is a desktop client that connects to a Jellyfin server.

image

Installing

You can download jellyfin desktop for your operating system from the releases page.

Nightly Versions

You can download the latest, shiniest (and probably buggiest) version built straight from master from the build system

FAQ

Jellyfin Desktop Settings Location

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)

Contributing

Prerequisites

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".

Building Jellyfin Desktop

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

Building Packages for Windows

$ yarn run build:win

Building Packages for Linux

Ubuntu: You need to install rpmbuild to build all linux packages

$ yarn run build:linux

Building Packages for Macintosh

$ yarn run build:mac

Screenshots

image image image image

About

Desktop Client for Jellyfin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.0%
  • JavaScript 20.7%
  • HTML 10.7%
  • CSS 9.6%