Skip to content

drosoCode/Zogwine

Repository files navigation

Zogwine

Web UI to watch movies and tv shows (more upcoming) with integrated transcoder (based on ffmpeg).

⚠️ Still under heavy development, not recommended for production use

Web UI repo

Python application

Installation

  • Import database.sql in your Database Server (Maria DB recommanded)
  • Clone and Build WebUI and copy the content of dist folder in the static folder
  • Build Dockerfile with docker build . -f Dockerfile_prod -t YOUR_IMAGE_NAME
  • Configure your database and scrapers api keys with the config.sample.json template
  • Run your container with docker run -d -v /YOUR_DATA_DIR:/home/server/content -v /YOUR_CONFIG_DIR/config:/home/server/config -v /YOUR_CONFIG_DIR/out:/home/server/out -p 8080:8080 --gpus=all YOUR_IMAGE_NAME

Screenshots

TV Shows List Screen TV Show Screen Episodes Screen Movie Screen Player Screen

About

Open Source Media Center

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages