No description
Find a file
dkanada 6b45755480
Merge pull request #1612 from Maxr1998/master
Add support for seeking with milliseconds
2020-07-24 10:18:04 +09:00
.ci Explicitly add what Azure used to do implicitly 2020-07-13 14:34:20 -04:00
.copr
.dependabot Add suggestion and adjust dependabot config 2020-07-23 17:43:23 +02:00
.github Add suggestion and adjust dependabot config 2020-07-23 17:43:23 +02:00
debian
deployment Make the portable web archive and dir consistent 2020-06-20 02:31:25 -04:00
fedora
scripts
src Merge pull request #1612 from Maxr1998/master 2020-07-24 10:18:04 +09:00
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.npmignore Azure pipelines (#470) 2019-09-19 14:35:30 -04:00
.stylelintrc
build.sh
build.yaml
bump_version
CONTRIBUTORS.md
gulpfile.js Add defer to apploader script 2020-06-29 11:20:57 +02:00
LICENSE
package.json Merge pull request #1584 from Camc314/migrate-to-ES6-29 2020-07-23 12:58:54 +09:00
postcss.config.js
README.md
webpack.common.js
webpack.dev.js Let webpack run Babel on xmldom 2020-07-05 13:40:12 +02:00
webpack.prod.js Let webpack run Babel on xmldom 2020-07-05 13:40:12 +02:00
yarn.lock Update apiclient to 1.4.1 2020-07-22 18:18:04 +02: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