summaryrefslogtreecommitdiff
path: root/audio/SlimServer/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:42 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-11 20:30:42 +0200
commit9326029b63c523839d0b7de004e5b34d6fdd7e36 (patch)
tree419dae8cbd9490eb38236f21e6ca9b8ec310b347 /audio/SlimServer/README
parent884e8a19ff309fe8ccf1f7914909ba80a0e65202 (diff)
downloadslackbuilds-9326029b63c523839d0b7de004e5b34d6fdd7e36.tar.gz
audio/SlimServer: Moved from multimedia
Diffstat (limited to 'audio/SlimServer/README')
-rw-r--r--audio/SlimServer/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/SlimServer/README b/audio/SlimServer/README
new file mode 100644
index 0000000000..eee38865db
--- /dev/null
+++ b/audio/SlimServer/README
@@ -0,0 +1,33 @@
+SlimServer (network music player)
+
+Slim Devices is a powerful and free Open Source application that will
+power any Squeezebox or Transporter but also any software MP3 player
+on your network.
+
+You will need to create a "slimserver" user on the system prior to
+installing this package - if the user is not present, then the
+post-install script will print and error and exit.
+
+If you want SlimServer to start at boot, you will need to make the
+/etc/rc.d/rc.slimserver file executable and add the following to
+/etc/rc.d/rc.local:
+ if [ -x /etc/rc.d/rc.slimserver ]; then
+ /etc/rc.d/rc.slimserver start
+ fi
+
+To setup your SlimServer, open your web browser on the system you installed
+SlimServer on and go to http://localhost:9000 to access the web interface.
+To tell SlimServer where your music is stored, click the "Server Settings"
+link on the left. You will find a "Music Folder" section to enter the path.
+
+By default, SlimServer will let anyone connect and stream music. You may
+want to check out the Security section and setup a username and password.
+
+You have to register your player with SlimServer before you can start
+playing music. To do that, open the URL http://localhost:9000/stream.mp3
+in your music player. After that you can control everything via the web
+interface. You can down sample the bit rate in the player specific audio
+settings.
+
+For more setup info check out the Help section at the bottom of the left
+hand panel. I'll leave the rest for you to explore on your own. Enjoy!