lasley / docker-node-makemkv

Dockerized Node-MakeMKV
https://hub.docker.com/r/lasley/node-makemkv/
Other
4 stars 1 forks source link

License: Apache 2.0 Build Status

Node MakemKV

This image provides Node MakeMKV as a monolithic Docker image.

Usage

Simply run the Docker image, expose the web ports, and mount all necessary devices:

docker run -d \
    --name=node-makemkv \
    --restart=unless-stopped \
    -p 80:80 \
    --device /dev/sr0 \
    lasley/node-makemkv:latest

The above will launch NodeMakeMKV on port 80, and will expose the /dev/sr0 device to the container.

Build Arguments

The following build arguments are available for customization:

Name Default Description

Environment Variables

The following environment variables are available for your configuration pleasure:

Name Default Description
CONVERSION_PROFILE /opt/node-makemkv/conversion_profile.xml Path to conversion profile
DIR_OUT /var/done Directory to save completed rips in
HTTP_PORT 80 Port that NodeMakeMKV should listen on
OUTLIER_MODIFIER 0.7 Used for automatic selection of tracks
APP_KEY For those of us that purchased MakeMKV. Leaving empty will use the current beta key.

Known Issues / Roadmap

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there to see if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.

Credits

Contributors