July 31, 20241 yr On 7/27/2024 at 8:59 AM, te5s3rakt said: This is the configuration I'd prefer also. Being to just place the disc in, and a copy of it as iso appears on my array. Anyone know how to set this up? Apparently it was disabled in recent versions. The GitHub guys say it will be enabled in V3 which is still a long way away. I'm going to attempt and install an old version on a Debian VM to use it again.
August 14, 20241 yr docker run -d --name='automatic-ripping-machine' --net='bridge' --privileged=true -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="automatic-ripping-machine" -e 'ARM_UID'='1001' -e 'ARM_GID'='1001' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/main/favicon.ico' -p '8088:8080/tcp' -v '/mnt/user/appdata/ARM/':'/home/arm':'rw' -v '/mnt/user/appdata/ARM/Music':'/home/arm/Music':'rw' -v '/mnt/user/appdata/ARM/config':'/etc/arm/config':'rw' -v '/mnt/user/appdata/ARM/logs':'/home/arm/logs':'rw' -v '/mnt/user/appdata/ARM/media':'/home/arm/media':'rw' --runtime=nvidia --gpus all --device /dev/sr0 --device /dev/sg1 '1337server/automatic-ripping-machine:latest' 485bffa63dce323b014ae19dfac7b7969f984cb0af98f23cce92f65712d66081 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: nvml error: driver not loaded: unknown. The command failed. how do I fix it???
August 25, 20241 yr On 7/29/2024 at 7:58 PM, welfare said: Should be able to just change RIPMETHOD: in the ripper settings to backup instead of mkv DVD ISO rip mode was removed according to github
October 1, 20241 yr So I've got ARM working to rip music to the default directory.. However, I don't have permissions to delete the files that it creates.. 1) how can I modify the current permissions on those files so I can delete them 2) how do I make ARM set the proper permissions going forward. Thanks in advance!
December 17, 20241 yr I just got this setup running with custom preset and intel quicksync and thought I was going all in on ripping my entire dvd and bluray collection... fast forward 3 dvds. I insert the 4th Garfield The Movie (2004), it appears in the UI but with the status active never going forward. Not going to the waiting status before fetching the title from OMDb. But boom and Unraid log is full... I download the diagnostics report and the syslog is full of these repeated loggings Quote Dec 17 21:55:34 Tower kernel: UDF-fs: error (device sr0): udf_fiiter_advance_blk: extent after position 2016 not allocated in directory (ino 266) Dec 17 21:55:34 Tower kernel: UDF-fs: error (device sr0): udf_verify_fi: directory (ino 266) has entry at pos 2016 with unaligned lenght of impUse field Had to restart the server to clear the Unraid logs. Before discovering the diagnostics report I tried with the next disk in line and exactly the same happened. Then I tried with one of 3 working disks and it worked without a problem and I also tried another disk with no problems. I tried ripping one of the bugged disks with makemkv docker and there was no problem ripping them. What is causing this? It makes this not so automated. I don't know how many disks will be bugged, but 2/6 is bad statistics Edit: 4/10 disks failed Pirates of the Caribbean failed Pirates of the Caribbean 2 succeeded Pirates of the Caribbean 3 failed Edited December 18, 20241 yr by Gomilo
January 11, 20251 yr I installed the docker but when I go to the WebUi I have a ERR_CONNECTION_REFUSED. Where I'm wrong? Edited January 11, 20251 yr by Flavio61
January 22, 20251 yr Has anyone managed to get this working with AMD VCN/VCE? Edited January 22, 20251 yr by Williz
March 23, 20251 yr Hi I have been looking for something like ARM for a really long time so was happy to see this project when I stumbled on to during some web browsing. I installed ARM in UNRAID - had some nvidia issues at first which I resolved. However now when I try start ARM the container runs for a few minutes then shuts down. During this time I can not access the webGUI. upon checking the logs I found this error. [ERROR]: ARM does not have permissions to /home/arm using 1001:1001 Check your user permissions and restart ARM. Folder permissions--> 99:100 I've not seen this error elsewhere in this thread and was wondering if you can advise. I'm not new to IT but fairly novice with docker. Any advice would be greatly appreciated.
March 25, 20251 yr On 3/23/2025 at 1:41 PM, Gonesolo said: Hi I have been looking for something like ARM for a really long time so was happy to see this project when I stumbled on to during some web browsing. I installed ARM in UNRAID - had some nvidia issues at first which I resolved. However now when I try start ARM the container runs for a few minutes then shuts down. During this time I can not access the webGUI. upon checking the logs I found this error. [ERROR]: ARM does not have permissions to /home/arm using 1001:1001 Check your user permissions and restart ARM. Folder permissions--> 99:100 I've not seen this error elsewhere in this thread and was wondering if you can advise. I'm not new to IT but fairly novice with docker. Any advice would be greatly appreciated. ok managed to sort this myself thought I'd post it here in case anyone else had the same issue. So I opened a CLi in UNRAID and cd to /mnt/usr/appdata Then i ran chown 1001:1001 -R ARM after doing this my container starts and runs and I can access the WEBUI
April 2, 20251 yr I want to use ARM as well but I have no GPU in my server. However the container asks for "NVIDIA_DRIVER_CAPABILITIES" and "NVIDIA_VISIBLE_DEVICES" and I dunno what to state here. I know from other posts that ARM in general does not need any GPU to run. On the other hand there is no variable to state the BluRay drive/device path. How can I install it anyway?
June 7, 20251 yr Hi guys, i already created some ISOs of my DVDs. Im wondering if i can somehow throw them on the ARM to convert to a media format jellyfin can handle. Container is already running, but i dont understand how to "mount" the ISOs into it to get the process starting.Thank you
June 22, 20251 yr I get ERROR ARM: Mounting failed! Rip might have problemshttps://github.com/automatic-ripping-machine/automatic-ripping-machine/issues/1424
June 22, 20251 yr On 4/3/2025 at 1:02 AM, Dagot said:I want to use ARM as well but I have no GPU in my server. However the container asks for "NVIDIA_DRIVER_CAPABILITIES" and "NVIDIA_VISIBLE_DEVICES" and I dunno what to state here. I know from other posts that ARM in general does not need any GPU to run.On the other hand there is no variable to state the BluRay drive/device path. How can I install it anyway?you need to enable "Advanced View" when installing the app and remove all nvidia/gpu stuff from "Extra Parameters:" field
July 16, 2025Jul 16 On 3/2/2025 at 9:58 AM, impenetrable-aviator2287 said:Is there a way to have this use Intel Arc GPUs instead of Nvidia?This is what I'm also waiting on, I have an A310 Eco ready to go for this. Edited July 16, 2025Jul 16 by diabolikal1 Grammar
July 26, 2025Jul 26 On 6/22/2025 at 4:42 AM, Bluscream said:I get ERROR ARM: Mounting failed! Rip might have problemshttps://github.com/automatic-ripping-machine/automatic-ripping-machine/issues/1424i'm having the same error it works with DVDs and CD Audio but not Data CDs it refuses to mount in the container i've tried everything
August 10, 2025Aug 10 So... anyone come up with a method to run the ARM docker container with Faketime to 'fix' makeMKV until the developer gets back?
September 7, 2025Sep 7 Hi all this is my first time setting up ARM on unraid and im getting the following Now im very new to unraid and know a little about docker and linux. iS this error because imm not using a Nvidia GPU? but using a intel A310 ECO. My question is how do i get this running with the Intel GPU and not getting these errors?
September 7, 2025Sep 7 Remove the nvidia references from the template (enable advanced settings to see the Extra parameters line).If you want to use your GPU add a device with /dev/dri. Edited September 7, 2025Sep 7 by Kilrah
September 7, 2025Sep 7 9 minutes ago, Kilrah said:Remove the nvidia references from the template (enable advanced settings to see the Extra parameters line).If you want to use your GPU add a device with /dev/dri.Thank you! it worked
September 8, 2025Sep 8 Having an issue at the encode step of the rip after setting up ARM with the intel Quicksync. im getting the following errors.i think i have the right setup in the Unraid docker as well
September 8, 2025Sep 8 1 hour ago, Wolf223 said:AFAIK device should just be /dev/dri/renderD128, no :and the following. Also just /dev/dri should be fine as mentioned earlier.
September 27, 2025Sep 27 It's not clear why this uses a fork of the repo that makes no changes. And now it's 2 months out of date.Editing the docker image to use automaticrippingmachine/automatic-ripping-machine:latest directly instead of 1337server/automatic-ripping-machine:latest worked just fine and now I get regular updates?
November 2, 2025Nov 2 On 9/8/2025 at 2:43 PM, Wolf223 said:Having an issue at the encode step of the rip after setting up ARM with the intel Quicksync. im getting the following errors.i think i have the right setup in the Unraid docker as wellApparently somebody got it working in their docker in this thread QSV with Intel Arc GPUs · automatic-ripping-machine/automatic-ripping-machine · Discussion #1391 · GitHub
November 10, 2025Nov 10 On 3/25/2025 at 2:26 PM, Gonesolo said: ok managed to sort this myself thought I'd post it here in case anyone else had the same issue. So I opened a CLi in UNRAID and cd to /mnt/usr/appdata Then i ran chown 1001:1001 -R ARM after doing this my container starts and runs and I can access the WEBUIThanks @Gonesolo! I ran into this problem today. Appreciate you posting your solution. I had to use "cd /mnt/user/appdata".
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.