Hi everyone!
I am using the MakeMKV Docker container and want to add USB DVD/BD drives.
Until now, I have always checked my drives using the command "lsscsi -g" and then added --device=/dev/sr0 --device=/dev/sg2 to the Extra Parameters in the Docker settings.
Everything works fine, but the only annoying thing is that I often have to repeat this process when I unplug the USB drives because the sr0 and sg2 paths are no longer correct.
Is there any way to add the drives to the Docker container permanently or assign them a fixed path?
Thanks a lot in advance!