No description
Find a file
2023-02-08 22:56:15 +00:00
.github Hotfix for workflow (#713) 2023-02-08 22:56:15 +00:00
arm Key Update Hotfix (#697) 2023-02-04 05:57:30 +00:00
arm-dependencies@e326b7ff68 Fixes #699 (#700) 2023-02-04 05:51:12 +00:00
devtools fixed sonarcloud codesmells 2023-02-01 22:36:27 +10:30
docs Merge branch 'v2_devel' into os_vals 2022-07-06 23:51:17 +09:30
scripts Key Update Hotfix (#697) 2023-02-04 05:57:30 +00:00
setup Merge remote-tracking branch 'origin/v2_devel' into v2_master 2023-01-13 22:44:02 +00:00
.codeclimate.yml Revert "Revert "Merge branch 'v2_devel' of https://github.com/1337-server/automatic-ripping-machine into v2_devel"" 2022-03-22 10:22:37 +00:00
.codecov.yml v2.6.0 to stable master (#135) 2022-03-19 20:30:43 +00:00
.dockerignore Squashed commit of the following: 2022-07-04 23:16:36 +01:00
.gitignore Merge remote-tracking branch 'origin/v2_devel' into v2_master 2023-01-13 22:44:02 +00:00
.gitmodules Update .gitmodules (#602) 2022-10-28 06:16:23 +01:00
.pylintrc changed around check_db_version and duplicate_run_check - to lower chances of db errors 2022-04-08 20:25:37 +01:00
CHANGELOG.md Merge branch 'pr/485' into v2_devel 2022-04-29 08:28:28 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-04-30 03:09:18 +01:00
CONTRIBUTING.md possible fix for #169 2022-05-08 07:10:25 -07:00
Dockerfile fixed sonarcloud codesmells 2023-02-01 22:36:27 +10:30
favicon.ico Adding more info to settings.html->General info 2022-05-03 01:02:37 -07:00
LICENSE v2.6.0 to stable master (#135) 2022-03-19 20:30:43 +00:00
README.md Fix old links on readme (#709) 2023-02-05 22:13:44 +00:00
requirements.txt fixed qa in requirements and routes 2023-01-15 15:31:40 +10:30
SECURITY.md v2.6.0 to stable master (#135) 2022-03-19 20:30:43 +00:00
setup.cfg v2.6.0 to stable master (#135) 2022-03-19 20:30:43 +00:00
VERSION Key Update Hotfix (#697) 2023-02-04 05:57:30 +00:00

Automatic Ripping Machine (ARM)

CI Publish Docker Image Docker

GitHub forks GitHub stars GitHub issues GitHub pull requests GitHub contributors GitHub last commit

GitHub license

GitHub release (latest by date) GitHub release Date PyPI - Python Version

Wiki Discord

PyPI - Python Version

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, 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 installation please see the wiki.

For docker installation please see here.

Troubleshooting

Please see the wiki.

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.

License

MIT License