npm.io
0.1.0-beta • Published 12 years ago

makemkv

Licence
GPLv3
Version
0.1.0-beta
Deps
3
Vulns
3
Weekly
0
Stars
18

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

  • Run the server – coffee ./server.coffeeNote: you must run the server as a user that has permissions to read from optical media

  • Navigate to SERVER_HOSTNAME:LISTEN_PORT to view the GUI

    [![node-makemkv-gui-1.png](https://blog.dlasley.net/user-files/plugins/blogtext/api/thumbnail/do.php?id=7fd06b9d290478f843a943b72d2ddf2785489601_542x0_resize_if_larger "node-makemkv-gui-1.png")](https://blog.dlasley.net/user-files/uploads/2014/04/node-makemkv-gui-1.png "node-makemkv-gui-1.png")
  • Click the Refresh Drives button to scan available drives for discs

    [![node-makemkv-refresh-1.png](https://blog.dlasley.net/user-files/plugins/blogtext/api/thumbnail/do.php?id=f7df313e30a09d1426385a7185da352977d1253e_542x0_resize_if_larger "node-makemkv-refresh-1.png")](https://blog.dlasley.net/user-files/uploads/2014/04/node-makemkv-refresh-1.png "node-makemkv-refresh-1.png")
  • Click any of the Get Info buttons to get disc level information for a specific drive. Panels with the header title None do not have a valid disc in the drive (or some other drive level error)

    [![node-makemkv-getinfo-1.png](https://blog.dlasley.net/user-files/plugins/blogtext/api/thumbnail/do.php?id=21c7978eedb2eebe6f8e5b028f1b11dbf69aed04_542x0_resize_if_larger "node-makemkv-getinfo-1.png")](https://blog.dlasley.net/user-files/uploads/2014/04/node-makemkv-getinfo-1.png "node-makemkv-getinfo-1.png")
  • Once the disc has been scanned, track information will be displayed in the disc panel. Use the checkboxes in the rip column to select which tracks you would like to rip, and the Rip Tracks button to initiate ripping. The Disc Name field can be used to define the folder that MakeMKV will rip into for this disc (relative to the Output Directory defined earlier)

    [![node-makemkv-discinfo-panel-1.png](https://blog.dlasley.net/user-files/plugins/blogtext/api/thumbnail/do.php?id=600998bbeb33192dc5387373a48deba7f6448d60_542x0_resize_if_larger "node-makemkv-discinfo-panel-1.png")](https://blog.dlasley.net/user-files/uploads/2014/04/node-makemkv-discinfo-panel-1.png "node-makemkv-discinfo-panel-1.png")

Repos

Keywords