makemkv

0.1.0-beta • Public • Published

This is a conversion from instructions located at https://blog.dlasley.net/projects/remote-makemkv/

Apologies, I'm working on a real Markdown version...

Node MakeMKV: The Missing Web UI

Node-MakeMKV is the successor to Remote-MakeMKV. The intent of this project is to provide a web front end for MakeMKV to allow for a headless ripping server. This application is written in CoffeeScript and Node.js. The server has been successfully tested on Linux (Ubuntu and CentOS). The client has been successfully tested in all major desktop and mobile browsers.

Table of Contents [[hide](javascript:toggle_toc(399);)]

Downloads

Installation

**Variable** **Description**
`output_dir` Root ripping directory. Folders for each rip will be created inside of this directory.
`listen_port` Port to listen on, defaults to `1337`
`makemkvcon_path` Full path to makemkvcon binary, most likely won’t need to be changed
`browse_jail` Root browsing directory.. client hopefully shouldn’t be able to go above this
`outlier_modifier` For auto track selection, higher is more restrictive (selected if trackSize >= discSizeUpperQuartile*outlier_modifier)
  • Default MakeMKV selection profile as defined in ~/.MakeMKV/settings.conf will be used for track selections. I am currently working on defining these programmatically.

Usage

Repos

Readme

Keywords

Package Sidebar

Install

npm i makemkv

Weekly Downloads

14

Version

0.1.0-beta

License

GPLv3

Last publish

Collaborators

  • dlasley