1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
No description
Find a file
2021-08-25 14:01:12 +03:00
.ci
.copr
.github Merge pull request #2821 from thornbill/merge-conflict-action-event 2021-08-09 18:01:38 -04:00
debian
deployment
fedora
scripts
src Revert "Fix accessing playersettingsmenu, groupSelectionMenu & playback video (Audio, Subtitles)" 2021-08-25 14:01:12 +03:00
.editorconfig
.eslintignore
.eslintrc.js Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
.gitattributes
.gitignore
.npmignore
.npmrc
.stylelintrc.json
.stylelintrc.scss.json
babel.config.js Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
build.sh
build.yaml
bump_version
CONTRIBUTORS.md Made volume slider exponential rather than linear 2021-08-07 07:26:28 -07:00
LICENSE
package-lock.json Merge pull request #2883 from jellyfin/dependabot/npm_and_yarn/sass-1.38.1 2021-08-24 06:51:09 -07:00
package.json Merge pull request #2883 from jellyfin/dependabot/npm_and_yarn/sass-1.38.1 2021-08-24 06:51:09 -07:00
postcss.config.js
README.md
tsconfig.json Add TypeScript support for React components 2021-06-18 17:01:00 +02:00
webpack.common.js Add "jellyfin" to output file names 2021-08-05 22:10:36 +02:00
webpack.dev.js Fix source map build warnings 2021-08-10 12:42:57 -04:00
webpack.prod.js

Jellyfin Web

Part of the Jellyfin Project


Logo Banner

GPL 2.0 License Current Release Translation Status
Donate Feature Requests 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

  • Node.js
  • npm (included in Node.js)

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.

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

    npm start
    
  4. Build the client with sourcemaps available.

    npm run build:development