mirror of
https://github.com/automatic-ripping-machine/automatic-ripping-machine.git
synced 2026-07-01 18:57:08 +00:00
No description
* Fix makemkv progress log path (Fixed the duplication in the log path on line 115 (Fixes #1734) Fix makemkv stage text (Updated the progress reading logic to properly find the last PRGV and PRGC lines) Add ETA and Track counter for makemkv (Created a text file where each job saves a timestamp when the track rip begins and use the percent complete to provide an ETA) * Bump version from 2.23.1 to 2.23.3 --------- Co-authored-by: Mtech <62650032+microtechno9000@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| arm | ||
| arm-dependencies@e944a515f5 | ||
| arm_wiki | ||
| devtools | ||
| docs | ||
| scripts | ||
| setup | ||
| test | ||
| .codeclimate.yml | ||
| .codecov.yml | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| .pylintrc | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| favicon.ico | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| SECURITY.md | ||
| setup.cfg | ||
| VERSION | ||
Automatic Ripping Machine (ARM)
Overview
Insert an optical disc (Blu-ray, DVD, CD) and checks to see if it's audio, video (Movie or TV), or data, then rips it.
See: https://b3n.org/automatic-ripping-machine
Features
- Detects insertion of disc using udev
- Determines disc type...
- If video (Blu-ray or DVD)
- Retrieve title from disc or OMDb API to name the folder "Movie Title (Year)" so that Plex or Emby can pick it up
- Determine if video is Movie or TV using OMDb API
- Rip using MakeMKV or HandBrake (can rip all features or main feature)
- Eject disc and queue up Handbrake transcoding when done
- Transcoding jobs are asynchronously batched from ripping
- Send notifications via IFTTT, Pushbullet, Slack, Discord, and many more!
- If audio (CD) - rip using abcde (get disc-data and album art from musicbrainz)
- If data (Blu-ray, DVD, DVD-Audio or CD) - make an ISO backup
- If video (Blu-ray or DVD)
- Headless, designed to be run from a server
- Can rip from multiple-optical drives in parallel
- Python Flask UI to interact with ripping jobs, view logs, update jobs, etc
Usage
- Insert disc
- Wait for disc to eject
- Repeat
Requirements
- A system capable of running Docker containers
- One or more optical drives to rip Blu-rays, DVDs, and CDs
- Lots of drive space (I suggest using a NAS) to store your movies
Install
For normal installation please see the wiki.
For docker installation please see here.
For WSL Integration please see here
Troubleshooting
Please see the wiki for troubleshooting.
Contributing
Pull requests are welcome. Please see the Contributing Guide
If you set ARM up in a different environment (hardware/OS/virtual/etc.), please consider submitting a howto to the wiki.