MusicD is proud to present our new landing page for MusicD Remote for Roon. Comes complete with a new configuration tool and full, easy-to-follow steps throughout.
@MusicD The Mac IP fix seems to have maybe regressed in this version? There’s no ROON_CORE_IP in the code when I have Claude look at it. Claude suggests the fix below.
2. Reapply the manual-connect patch ourselves as a stopgap
Same fix as before — since this version doesn’t have ROON_CORE_IP support, we can add it back to /app/index.js (in your local build folder, not just inside the container, so it survives rebuilds) with the same edit:
replacing line 257 (roon.start_discovery();) in your local ~/musicd-remote/index.js before rebuilding — but this will get wiped again on the next auto-update unless we also disable auto-updates.
Pictures in terms of artists/bands - yes if available
Video - yes, if available (must meet certain criteria to be valid)
The video part is tricky to implement in all honesty. Never will be in sync with the music and what’s available is limited. I am working on more sources for video but progress is slow due to implementation.