https://github.com/yonis-savary/makemkv-auto-ripper
PHP Script to automatically rip inserted dvd with MakeMKV
https://github.com/yonis-savary/makemkv-auto-ripper
automation makemkvcon php tool
Last synced: about 1 year ago
JSON representation
PHP Script to automatically rip inserted dvd with MakeMKV
- Host: GitHub
- URL: https://github.com/yonis-savary/makemkv-auto-ripper
- Owner: yonis-savary
- Created: 2024-10-16T21:35:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-28T17:53:24.000Z (over 1 year ago)
- Last Synced: 2025-02-15T16:56:02.873Z (over 1 year ago)
- Topics: automation, makemkvcon, php, tool
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💿 makemkv-auto-php-ripper
This tool can help you automatize your DVD ripping process with the `makemkvcon` program
[`autorip`](./autorip) is a script that executes this loop :
- Wait for a dvd in specified dvd drive (`/dev/sr0` by default)
- Retrieve dvd name
- Rip all video content which is longer than 10 minutes inside a directory named by the dvd name
- Repeat
Warning: Even though this code has been used multiple times, it is not properly tested
## Usage
```bash
# Uses /dev/sr0 by default
php autorip
# Specify a device
# Useful if you have two dvd to rip at the same time
php autorip --device="/dev/sr0"
php autorip --device="/dev/sr1" --name="External drive"
```