So here's what I did, and this seems to have solved the problem. In
system settings>system administration>systemd, I looked up
logitechmediaserver in the tab called units and added
Code:
--------------------
    --httpaddr 192.168.178.21
--------------------
to the unit file. The unit file now looks like this:
Code:
--------------------
    [Unit]
  Description=Logitech Media Server Daemon
  After=network.target
  
  [Service]
  User=logitechms
  Group=logitechms
  PIDFile=/var/run/lms.pid
  WorkingDirectory=/opt/logitechmediaserver
  ExecStart=/opt/logitechmediaserver/slimserver.pl \
        --prefsdir /opt/logitechmediaserver/prefs \
        --cachedir /opt/logitechmediaserver/cache \
        --logdir /opt/logitechmediaserver/Logs \
        --noimage --novideo --httpaddr 192.168.178.21
  
  [Install]
  WantedBy=multi-user.target
  
--------------------
I'll reboot and let you know if this solution works for me.


------------------------------------------------------------------------
Wim De Winter's Profile: http://forums.slimdevices.com/member.php?userid=71606
View this thread: http://forums.slimdevices.com/showthread.php?t=108599

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to