53add730e5
Formerly known as SlimServer, this is a streaming audio server for use with the SlimDevices/Logitech network music players - Squeezebox, Transporter and SLiMP3. * Web browser UI to control the player and manage playlists * MP3 & WMA Internet radio * Alarm clock * Automatically imports metadata tags * Browse and search by title, artist, album or genre * Shuffle and repeat albums or songs * Create, save, and import .pls, .cue and .m3u playlist files * Displays current date and time when not playing * Open protocol and command line API * Expandable through 3rd party plug-ins and skins * Supports multiple synchronized players * Listen from any computer using an MP3 software player
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
You may start SqueezeCenter automatically at startup by adding
|
|
the following lines to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/bin/slimserver.pl ]; then
|
|
${PREFIX}/bin/slimserver.pl --daemon 2>&1 \
|
|
> /var/log/squeezecenter/startup.log
|
|
fi
|
|
|
|
To stream via HTTP, connect to http://yourhost:9000/stream.mp3
|
|
and control the player from SqueezeCenter's usual web interface.
|
|
|
|
** SQUEEZECENTER IS BY DEFAULT OPEN TO ANYONE ABLE TO CONNECT **
|
|
|
|
To restrict access, connect to http://localhost:9000/ and go to
|
|
Settings/Advanced/Security, where you can restrict by IP address
|
|
or password.
|