Hi Home Assistant Community! ![]()
I’m working on ARM-HASS-Addon, a Home Assistant add-on that brings the power of Automatic Ripping Machine to your Home Assistant instance. This add-on allows you to automatically rip and transcode DVDs and Blu-rays directly from within Home Assistant.
Repository: mliradelc/ARM-HASS-Addon
Current Status
The add-on is not functional; I’m running into 3 critical issues that are preventing it from working smoothly. I’d really appreciate help from the community to troubleshoot and resolve these problems!
Issues I’m Facing
Issue #1: Addon fails to detect disc insertion despite drive detection
- The optical drive (sr0) is detected and accessible
- Manual processing works fine with
/usr/bin/python3 /opt/arm/arm/ripper/main.py -d sr0 - BUT the add-on doesn’t automatically detect when a disc is inserted
- No automatic job triggering occurs
Issue #2: MakeMKV can’t find disc drive during ARM processing
- MakeMKV reports:
"The program can't find any usable optical drives" - Drive is detected by the addon.
- Causes complete failure of the ripping process
- Full error logs available in the issue
Issue #3: Ingress mode doesn’t load CSS and complementary files
- Web interface loads but without any styling or JavaScript
- All CSS, JS, and image files return 404 errors
- Direct access works, but ingress access is broken
I hope you can help me to overcome those issues. The add-on is almost finished.