dkanada b2e95b0ee6 Merge pull request #1048 from JustAMan/bump-octopus
Use patched octopus that works on Cordova

(cherry picked from commit ce84ead81f)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-04-12 19:29:05 -04:00
2020-01-25 11:35:33 +01:00
2019-11-04 02:34:52 -05:00
2020-01-20 10:38:53 +09:00
2019-05-24 09:59:04 -07:00
2020-02-26 10:49:53 -05:00
2020-02-22 11:47:03 -05:00
2019-09-19 14:35:30 -04:00
2020-02-22 11:47:03 -05:00
2019-01-09 12:36:54 +01:00
2019-12-15 20:53:56 +09:00
2020-04-04 12:49:15 +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

  • 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.

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

    yarn serve
    
Description
No description provided
Readme 215 MiB
Languages
JavaScript 44.6%
TypeScript 27.4%
SCSS 23.4%
HTML 4.5%