cadfish wrote: 
> 
> LMS is listening on 192.168.1.3; I explicitely start LMS to use that
> adress:
> 
> > 
Code:
--------------------
  >   > 
  > start "LMS" "C:\Program Files\Squeezebox\server\squeezeSvr" --deamon 
--httpaddr 192.168.1.3 --cliaddr 192.168.1.3 --playeraddr 192.168.1.3 
--cachedir C:\ProgramData\Squeezebox\Cache --prefsdir 
C:\ProgramData\Squeezebox\Prefs --logdir C:\ProgramData\Squeezebox\Logs
  > 
--------------------
> > 
> 

You can use different IP address for the CLI interface than for LMS
itself:


Code:
--------------------
    
  --httpaddr 192.168.1.3 --cliaddr 127.0.0.1 --playeraddr 192.168.1.3
  
--------------------


This is how I got this plugin working without issues with multi LMS
setup.


------------------------------------------------------------------------
number6's Profile: http://forums.slimdevices.com/member.php?userid=63723
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to