Web Client for Jellyfin
Go to file
2019-12-07 18:15:59 -05:00
.ci Add ci check for dist directory after install 2019-10-03 11:00:41 -04:00
.github Update stale.yml 2019-11-04 02:34:52 -05:00
src Translated using Weblate (French) 2019-12-07 18:15:59 -05:00
.editorconfig add editorconfig 2019-05-24 09:59:04 -07:00
.eslintignore Add some linting rules for the CI (#587) 2019-11-22 18:29:38 +03:00
.eslintrc.yml Add some linting rules for the CI (#587) 2019-11-22 18:29:38 +03:00
.gitattributes Set union merge for CONTRIBUTORS.md 2019-01-11 20:06:35 +03:00
.gitignore Merge branch 'master' into webpack_part1 2019-03-05 22:40:28 +00:00
.npmignore Azure pipelines (#470) 2019-09-19 14:35:30 -04:00
CONTRIBUTORS.md Update CONTRIBUTORS.md 2019-11-13 20:06:25 -08:00
LICENSE First separation commit. 2019-01-09 12:36:54 +01:00
package.json Merge pull request #601 from grafixeyehero/fix 2019-12-05 01:11:42 +09:00
README.md minor readme changes 2019-12-03 23:17:01 +09:00
webpack.common.js pick webcomponents-lite 2019-11-27 23:55:41 +03:00
webpack.dev.js ADDED standalone.js script to inject standalone mode in dev server 2019-12-01 09:14:10 +01:00
webpack.prod.js move copyplugin to webpack.common 2019-10-01 02:58:05 +03:00
yarn.lock ADDED webpack-concat-plugin to inject legacy apploader script 2019-11-30 15:16:08 +01: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

  • Yarn

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 via npm.

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

    yarn serve