macjoker/jelly-watch-wise

By macjoker

Updated over 1 year ago

Jellyfin screen time limiter

Image
Integration & delivery
0

10K+

macjoker/jelly-watch-wise repository overview

JellyWatchWise

JellyWatchWise is a Python application designed to help you manage and enforce watch time limits for users accessing your Jellyfin media server. By integrating with the Jellyfin API, the app monitors users' total watch time and restricts access to media libraries when their defined time limits are exceeded.

See details in the GitHub repository

Buy Me A Coffee

Running with Docker
  1. Pull the image
docker pull macjoker/jelly-watch-wise
  1. Prepare configuration.

    Create a config folder with a config.yaml file. The file should include at least:

    • host - your Jellyfin server address
    • token - your Jellyfin API key.

    See sample config file in the repository for reference.

  2. Run the container

docker run -d -v ./config:/app/config -t macjoker/jelly-watch-wise

The app will also store logs and backups of media folder UUIDs in the specified config folder.

Tag summary

Content type

Image

Digest

sha256:0eede9942

Size

147.3 MB

Last updated

over 1 year ago

docker pull macjoker/jelly-watch-wise