JellyPlayer
Modern Jellyfin Client
Installation
-
Install Requirements:
- Install Python 3
- Install dependencies
-
Install node deps for frontend, go to JellyPlayer-FrontEnd dir and run the following command
npm install
-
Install Python deps
pip3 install -r requirements.txt --default-timeout=1000
-
-
Run App:
-
Complie Renderer Files(html,js,css):
Go to JellyPlayer-FrontEnd dir and run.
Note: on windows use WSL to compilenpm run build
-
Run JellyPlayer:
python3 main.py
-