Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SUPPORT] automatic-ripping-machine/automatic-ripping-machine

Featured Replies

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.

  • 2 weeks later...
  • Replies 77
  • Views 56.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • 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   ch

  • Pillendreher
    Pillendreher

    admin:password

  • TotalGameUK
    TotalGameUK

    For anyone else wondering the same, I found the following: https://github.com/automatic-ripping-machine/automatic-ripping-machine/issues/909 https://github.com/automatic-ripping-machine

Posted Images

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???

  • 2 weeks later...
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

  • 1 month later...

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!

  • 2 months later...

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 by Gomilo

  • 4 weeks later...

I installed the docker but when I go to the WebUi I have a ERR_CONNECTION_REFUSED. Where I'm wrong?

Edited by Flavio61

  • 2 weeks later...

Has anyone managed to get this working with AMD VCN/VCE?

Edited by Williz

  • 1 month later...

Is there a way to have this use Intel Arc GPUs instead of Nvidia?

  • 3 weeks later...

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.

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

  • 2 weeks later...

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?

  • 2 months later...

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

  • 3 weeks later...
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

  • 4 weeks later...
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 by diabolikal1
Grammar

  • 2 weeks later...
  • 3 weeks later...

So... anyone come up with a method to run the ARM docker container with Faketime to 'fix' makeMKV until the developer gets back?

  • 4 weeks later...

Hi all this is my first time setting up ARM on unraid and im getting the following

image.png

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?

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 by Kilrah

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

Having an issue at the encode step of the rip after setting up ARM with the intel Quicksync. im getting the following errors.

image.png

image.png

i think i have the right setup in the Unraid docker as well

image.png

image.png

1 hour ago, Wolf223 said:

image.png

AFAIK device should just be /dev/dri/renderD128, no :and the following. Also just /dev/dri should be fine as mentioned earlier.

  • 3 weeks later...

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?

  • 1 month later...
  • 2 weeks later...
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 WEBUI

Thanks @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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.