automatic-ripping-machine
Home of the A.R.M scripts. Fully containerized https://github.com/automatic-ripping-machine/
1M+
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
Full details here -> https://github.com/automatic-ripping-machine/automatic-ripping-machine/wiki/docker
If you already have everything installed and just want the run command
docker run -d \
-p "8080:8080" \
-e ARM_UID="1001" \
-e ARM_GID="1001" \
-v "/home/arm:/home/arm" \
-v "/home/arm/Music:/home/arm/Music" \
-v "/home/arm/logs:/home/arm/logs" \
-v "/home/arm/media:/home/arm/media" \
-v "/home/arm/config:/etc/arm/config" \
--device=/dev/sr0:/dev/sr0 \
--device=/dev/sr1:/dev/sr1 \
--device=/dev/sr2:/dev/sr2 \
--device=/dev/sr3:/dev/sr3 \
--privileged \
--restart "always" \
--name "arm-rippers" \
automaticrippingmachine/automatic-ripping-machine:latest
The ARM_UID and ARM_GID must exist outside the container and be from the arm user on the host system
ARM won't let you view rips, or settings without logging into the admin account.
Default login details are:
Username: admin
Password: password
For more details, please use the wiki
Please see the wiki.
Pull requests are welcome. Please see the Contributing Guide
If you set ARM up in a different environment (harware/OS/virtual/etc), please consider submitting a howto to the wiki.
Content type
Image
Digest
sha256:70dbc6331…
Size
844.9 MB
Last updated
about 24 hours ago
docker pull automaticrippingmachine/automatic-ripping-machine:2.23.2