SQUEEZEBOX_OPTIONS="--localfile"
   # SQUEEZEBOX_OPTIONS="--noimage --novideo --noupnp --nosb1slimp3sync 
--localfile"

The commented out version would disable picture and video support (only used if using LMS as a UPnP server), syncing of the old SliMP3 and SB1 players (not to be confused with the SB Classic), and enable the local file support (which I'm not exactly sure what it does - Triode?).

Looking at the LMS Perl source code in /usr/libexec/squeezeboxserver for
the Community Squeeze version of LMS 7.9.0, I see the following:

Scroll a bit further down to around line 730, sub showUsage:

    --help           => Show this usage information.
--nosb1slimp3sync=> Disable support for SliMP3s, SB1s and associated synchronization
    --noimage        => Disable scanning for images.
    --novideo        => Disable scanning for videos.
    --noupnp         => Disable UPnP subsystem
--localfile => Enable LocalFile protocol handling for locally connected squeezelite service

There are many more options described there. Just run "slimserver.pl --help" to get them all.

--

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

Reply via email to