https://github.com/1337-server/automatic-ripping-machine
Automatic Ripping Machine (ARM) Scripts
https://github.com/1337-server/automatic-ripping-machine
automatic bluray cd disc dvd gui handbrake headless makemkv movies ripping transcode updated
Last synced: 13 days ago
JSON representation
Automatic Ripping Machine (ARM) Scripts
- Host: GitHub
- URL: https://github.com/1337-server/automatic-ripping-machine
- Owner: 1337-server
- License: mit
- Fork: true (automatic-ripping-machine/automatic-ripping-machine)
- Created: 2020-11-26T04:51:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T23:16:41.000Z (about 1 year ago)
- Last Synced: 2024-11-07T21:42:11.075Z (6 months ago)
- Topics: automatic, bluray, cd, disc, dvd, gui, handbrake, headless, makemkv, movies, ripping, transcode, updated
- Language: Python
- Homepage: https://b3n.org/automatic-ripping-machine
- Size: 24.8 MB
- Stars: 52
- Watchers: 6
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Automatic Ripping Machine (ARM)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/actions/workflows/main.yml) [](https://github.com/automatic-ripping-machine/automatic-ripping-machine/actions/workflows/publish-image.yml)
[](https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine)[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/network)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/stargazers)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/issues)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/pulls)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/graphs/contributors)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/commits/v2_devel)[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/v2_devel/LICENSE)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/releases)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/releases)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki)
[](https://discord.gg/FUSrn8jUcR)## 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](http://www.omdbapi.com/) 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](http://www.omdbapi.com/)
- 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](https://musicbrainz.org/))
- If data (Blu-ray, DVD, or CD) - make an ISO backup
- 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](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/).
[For docker installation please see here](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/docker).
## Troubleshooting
[Please see the wiki for troubleshooting](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/).## Contributing
Pull requests are welcome. Please see the [Contributing Guide](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/Contributing-Guide)
If you set ARM up in a different environment (hardware/OS/virtual/etc.), please consider [submitting a howto to the wiki](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki).
## License
[MIT License](LICENSE)