UNPKG

makemkv-auto-rip

Version:

Automatically rips DVDs & Blu-rays using the MakeMKV console, then saves them to unique folders. It can be used from the command line or via a web interface, and is cross-platform. It is also containerized, so it can be run on any system with Docker insta

18 lines (14 loc) 430 B
#!/usr/bin/env node import { existsSync } from "fs"; console.log("MakeMKV Auto Rip installed successfully!"); if ( process.platform === "win32" && !existsSync("./build/Release/optical_drive_native.node") ) { console.warn( "WARNING: Native Windows addon missing - optical drive operations may not work" ); console.warn( " - You can try to build it manually by running `npm run windows-addons:build`" ); }