Skip to content

Feature Request: Daemon/Watch Mode for Automatic File Processing #24

@yslpn

Description

@yslpn

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 .mkv files
  • 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-stopped

Use Case

Drop files into watched folder → automatic conversion → ready for playback. Perfect for home media server automation.

Metadata

Metadata

Assignees

Labels

ImprovementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions