Jellyfin screen time limiter
10K+
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
docker pull macjoker/jelly-watch-wise
Prepare configuration.
Create a config folder with a config.yaml file.
The file should include at least:
host - your Jellyfin server addresstoken - your Jellyfin API key.See sample config file in the repository for reference.
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.
Content type
Image
Digest
sha256:0eede9942…
Size
147.3 MB
Last updated
over 1 year ago
docker pull macjoker/jelly-watch-wise