https://github.com/philtaken/automatic-ripping-machine
Fork of automatic-ripping-machine/automatic-ripping-machine
https://github.com/philtaken/automatic-ripping-machine
Last synced: 5 months ago
JSON representation
Fork of automatic-ripping-machine/automatic-ripping-machine
- Host: GitHub
- URL: https://github.com/philtaken/automatic-ripping-machine
- Owner: PhilTaken
- License: mit
- Created: 2022-05-24T21:47:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T11:46:47.000Z (about 3 years ago)
- Last Synced: 2024-12-26T19:28:07.997Z (6 months ago)
- Language: Python
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
*Fork of the original [automatic ripping machine](https://github.com/automatic-ripping-machine/automatic-ripping-machine)*
**NOT FUNCTIONAL CURRENTLY, DO NOT USE**
Planned changes:
- variable config file location: pass as parameter
- separate ui and ripping logic# 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/blob/v2_devel/LICENSE)
[](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/wiki)
[](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/releases)
[](https://github.com/automatic-ripping-machine/automatic-ripping-machine/releases)[](https://hub.docker.com/r/1337server/automatic-ripping-machine)

## 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
- Auto downloads keys_hashed.txt and KEYDB.cfg using robobrowser and tinydownloader
- 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 asynchronusly batched from ripping
- Send notifications via IFTTT, Pushbullet, Slack, Discord, and many more!
- If audio (CD) - rip using abcde (get discdata 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
- Ubuntu Server 18.04 (should work with other Linux distros) - Needs Multiverse and Universe repositories
- One or more optical drives to rip Blu-rays, DVDs, and CDs
- Lots of drive space (I suggest using a NAS like FreeNAS) to store your movies## Install
For normal install please see the [wiki](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/).
For docker install please see [here](https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/docker).
## Troubleshooting
Please see the [wiki](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 (harware/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)