Flarne wrote: 
> Sorry for my lack of knowledge but is that a specific file I can get
> into?
I wrote the The path & folder right on top of the settings

That file should be called in your startup/service script.

If you use the one thats deliveres with lms you might notice that part:



Code:
--------------------
    ## if you want to add additional options
  ## use /usr/sbin/squeezeboxserver --help
  ## for the supported options and place them
  ## into the configfile  */etc/default/logitechmediaserver
  *
  
  # Read config file if it is present.
  if [ -r /etc/default/$NEWNAME ]; then
  . /etc/default/$NEWNAME
  elif [ -r /etc/default/$NAME ]; then
  . /etc/default/$NAME
  fi
  
--------------------


------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=106127

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

Reply via email to