No description
Find a file
2020-09-14 00:04:55 +03:00
.ci
.copr
.dependabot Update dependabot to weekly 2020-09-02 12:18:49 +01:00
.github
debian
deployment
fedora Merge pull request #1849 from brianjmurrell/patch-1 2020-08-30 16:07:09 -04:00
scripts tweak script for unused translations 2020-08-27 09:38:02 +09:00
src move music tabs suggestions to the second position 2020-09-14 00:04:55 +03:00
.editorconfig
.eslintignore Migrate navdrawer to ES6 2020-08-06 20:59:14 +02:00
.eslintrc.js enable prefer-const rule for eslint 2020-09-12 05:44:06 +09:00
.gitattributes
.gitignore
.npmignore
.stylelintrc
build.sh
build.yaml
bump_version
CONTRIBUTORS.md Add myself to contributors 2020-08-11 15:59:26 +01:00
gulpfile.js
LICENSE
package.json Merge pull request #1914 from jellyfin/dependabot/npm_and_yarn/swiper-6.2.0 2020-09-08 18:11:10 +09:00
postcss.config.js
README.md Update README.md 2020-07-28 16:37:04 +02:00
webpack.common.js merge branch master into comic-reader 2020-08-28 23:01:01 +09:00
webpack.dev.js
webpack.prod.js
yarn.lock Merge pull request #1914 from jellyfin/dependabot/npm_and_yarn/swiper-6.2.0 2020-09-08 18:11:10 +09:00

Jellyfin Web

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests Discuss on our Forum Chat on Matrix Join our Subreddit

Jellyfin Web is the frontend used for most of the clients available for end users, such as desktop browsers, Android, and iOS. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. Translations can be improved very easily from our Weblate instance. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

Build Process

Dependencies

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/jellyfin/jellyfin-web.git
    cd jellyfin-web
    
  2. Install build dependencies in the project directory.

    yarn install
    
  3. Run the web client with webpack for local development.

    yarn serve
    
  4. Build the client with sourcemaps.

    yarn build:development
    

    You can build a nginx compatible version as well.

    yarn build:standalone