Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Desktop Client for Jellyfin

License

NotificationsYou must be signed in to change notification settings

videomanagertools/jellyfin-desktop

 
 

Repository files navigation

Jellyfin Theater is a local client that connects to a Jellyfin server.

Currently the jellyfin-theater-electron connects using http protocol.

image

Building

This application is implemented as an electron app and is built off ofa NodeJS code base. Because of this you will need to NodeJS runtime andpackage manager. The following versions have been tested:

Software NameVersion
Node JS11.4.0 >
npm6.4.1

Getting Started Installing Jellyfin Theater

If you are looking to use the Jellyfin Theater you will need to start by downloading this repository via the git command, or by downloading a zip. you can do so by either

SSH

$ git clone git@github.com:jellyfin/jellyfin-theater-electron.git

HTTPS

$ git clone https://github.com/jellyfin/jellyfin-theater-electron.git

Note : If you dont have git installed you can allways download a zip by clicking the green clone or download button on the right and then clicking Download Zip

After downloading the source the source you will need to install the dependencies for the project. You can do so by typing into your terminal

$ cd jellyfin-theater-electron$ npm install

Once the installation has been finished you will need to run this command in the directory to activate the program.

$ npm start

Jellyfin Theater Settings Location

At first launch, you will be asked to enter your server address. This parameter is kept in:

  • %APPDATA%/Jellyfin Theater on Windows
  • ~/.config/Jellyfin Theater on Linux
  • ~/Library/Application Support/Jellyfin Theater on macOS

Building And Releasing Jellyfin

Start of building and releasing by commiting as usual, then you want to run these commands for the select operating system when you begin to release a final package version of the app you will then need to install these deps using the following command

$ npm install -g electron-packager

after installing this dependency you will want to create a directory calledrelease/ in the root directory.

Note :If you are on ubuntu you may need to install additional dependencies

# apt-get -y install \libgtkextra-dev libgconf2-dev \libnss3 \libxss1 \libasound2 \libxtst-dev

Releasing For Windows

$ npm run package-win

Releasing For Linux

$ npm run package-linux

Releasing For Macintosh

$ npm run package-mac

Screenshots

imageimageimageimage

About

Desktop Client for Jellyfin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript50.3%
  • JavaScript29.4%
  • HTML10.7%
  • CSS9.6%

[8]ページ先頭

©2009-2025 Movatter.jp