pinkdot wrote: > I have this wish also, already asked about this in another > 'context/thread' > (http://forums.slimdevices.com/showthread.php?105461-Please-read-software-players-amp-mysqueezebox-com&p=853560&viewfull=1#post853560), > but I rather don't want to implement new stuff outside the source code. > If someone could make a plugin for it to trigger the '--nomysb flag' > (https://github.com/Logitech/slimserver/blob/public/7.9/slimserver.pl#L48), > that would be a good solution IMO.
I fear that is not possible as --nomysqueezebox is simply used to define the value of a Perl constant main:NOMYSB. I have not written Perl code in quite a while, but according to the documentation, constants are handled at compile time. What is your argument against adding something to the startup script? IMHO that is exactly the place for such options. Why not make them usable for experienced users? SSODS even hat a GUI for this, IIRC. ------------------------------------------------------------------------ pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842 View this thread: http://forums.slimdevices.com/showthread.php?t=103636 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
