Thanks Mark for your very useful Docker-image! I run it as headless MusicMagicServer on an Odroid-N2 with Armbian-Debian Buster together with LMS 8.2.x. Here is may way what I did to run MusicIP with LMS successfully, maybe it will help some others:
I analyzed (created the MusicIP FINGERPRINT-tags) my huge music library (85000 tracks) on my Win10-PC, because it is a lot faster than the Odroid. Then I created in a Ubuntu-VM on my PC with MusicMagicMixer v1.8 the suitable defaults.m3lib file, so the paths of the music tracks are Unix-like (/music/...) and nit Windows-style (F:\music\...) and LMS on Odroid can handle them. The path to the default.m3lib is defined in the mmm.ini (cache=...), which must exist in the config-directory. So MusicMagicServer can recognize the music library after rebooting the N2 automatically. Lastly I delayed the start of LMS with inserting following line in /usr/lib/systemd/system/logitechmediaserver.service after [Service]: ExecStartPre=/bin/sleep 60. That's it and it works wunderful! Just for reference: I created the Docker image also on my N2 with Debian Buster successfully with docker buildx build --platform=armhf -t musicip-arm . All I had to do was changing the 2 lines with "ubuntu:20.04" to "debian:10" in the file Dockerfile. Peter ------------------------------------------------------------------------ pepeq's Profile: http://forums.slimdevices.com/member.php?userid=71854 View this thread: http://forums.slimdevices.com/showthread.php?t=114235 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
