All Projects → jellyfin → Jellyfin Web

jellyfin / Jellyfin Web

Licence: gpl-2.0
Web Client for Jellyfin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jellyfin Web

Sickchill
Less rage, more chill.
Stars: ✭ 2,166 (+321.4%)
Mutual labels:  media, videos
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (-86.77%)
Mutual labels:  media, videos
go2tv
Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
Stars: ✭ 99 (-80.74%)
Mutual labels:  media, videos
Learndagger
List of resources to learn about Dependency Injection and Dagger 2
Stars: ✭ 381 (-25.88%)
Mutual labels:  videos
Spruce
A social networking platform made using Node.js and MongoDB
Stars: ✭ 399 (-22.37%)
Mutual labels:  media
Styled Breakpoints
Simple and powerful tool for creating breakpoints in styled components and emotion. 💅
Stars: ✭ 428 (-16.73%)
Mutual labels:  media
Youtube Dl Server
Web / REST interface for downloading youtube videos onto a server.
Stars: ✭ 499 (-2.92%)
Mutual labels:  videos
Yotter
Youtube and Twitter with privacy.
Stars: ✭ 376 (-26.85%)
Mutual labels:  videos
Yasea
RTMP live streaming client for Android
Stars: ✭ 4,557 (+786.58%)
Mutual labels:  media
Sonatamediabundle
Symfony SonataMediaBundle
Stars: ✭ 415 (-19.26%)
Mutual labels:  media
Chromecast mpris
📺 Control Chromecasts from Linux and D-Bus
Stars: ✭ 413 (-19.65%)
Mutual labels:  media
Javascript Videos Ru 2018
Собрание видеозаписей докладов про JavaScript | 2018
Stars: ✭ 401 (-21.98%)
Mutual labels:  videos
Imagestore
Open source google photos alternative!
Stars: ✭ 429 (-16.54%)
Mutual labels:  media
Ffmpegcommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
Stars: ✭ 394 (-23.35%)
Mutual labels:  media
Laravel Medialibrary
Associate files with Eloquent models
Stars: ✭ 4,743 (+822.76%)
Mutual labels:  media
Ezplayer
基于AVPlayer封装的视频播放器,功能丰富,快速集成,可定制性强,支持react-native。
Stars: ✭ 377 (-26.65%)
Mutual labels:  media
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (-10.89%)
Mutual labels:  media
Must Watch Css
A useful list of must-watch talks about CSS
Stars: ✭ 3,966 (+671.6%)
Mutual labels:  videos
Compiler series
Material for the Creating a Compiler video lesson series.
Stars: ✭ 409 (-20.43%)
Mutual labels:  videos
Android Multipicker Library
Android Multipicker Library
Stars: ✭ 425 (-17.32%)
Mutual labels:  videos

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

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

    yarn build:development
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].