-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
ImprovementNew feature or requestNew feature or request
Description
Problem
Currently requires manual execution. Users with download automation (Sonarr/Radarr, torrents) need to run commands manually or set up external cron jobs.
Proposed Solution
Add a daemon mode to Docker container that:
- Monitors a directory for new
.mkvfiles - Automatically converts detected Profile 7 files
- Waits for files to finish downloading before processing
Example
services:
dovi_convert:
image: cryptochrome/dovi_convert:latest
environment:
- WATCH_MODE=true
- WATCH_DIR=/data/incoming
- SCAN_INTERVAL=60
volumes:
- /path/to/media:/data
restart: unless-stoppedUse Case
Drop files into watched folder → automatic conversion → ready for playback. Perfect for home media server automation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ImprovementNew feature or requestNew feature or request