# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Config file for /etc/init.d/slimserver # Note that some of this options can be set with the web interface: # http://localhost:9000 # Preferences set with the web interface will be stored in $SLIM_CONFIG_FILE. # They override default preferences of the service script, but are overriden # by non-default values set in this configuration file. # # For most common usages, keeping the default settings of the service script # should be fine. ############################################################################### # Files and directories locations ############################################################################### # Path to your audio files repository. On first run, the service script will # take care of creating this dir. You can also set this option in the web # configuration interface. # Note that keeping the default value is a reasonable option: just add there # symlinks to your real music directories. If you want to give right to some # users to add music by themselves, add them to the group $SLIM_GROUP. # (default: /srv/music/library) SLIM_MUSIC_DIR="<>" # Path to where you want to store your playlist files. You can also set this # in the web configuration interface. On first run, the service script will take # care of creating this dir. # (default: /srv/music/playlists) SLIM_PLAYLISTS_DIR="<>" # The root path to your iTunes music folder, if it exists. For any files # referenced in an iTunes XML library, the SlimServer will look inside this # directory for the files # (default: /srv/music/itunes) SLIM_ITUNES_DIR="<>" # The root path to your album artwork folder, if you use it. The slim server # will look inside here for album art. # (default: /srv/music/artwork) SLIM_ART_DIR="<>" ############################################################################### # File format support lists ############################################################################### # The list of input formats that the slimserver should use in its convert.conf # If you update these, you can use the slimserver-formats-update command to # refresh the values in your convert.conf. You can place custom format lines # in /etc/slimserver/convert.conf. To add format types to this line, see # the file /etc/slimserver/formats. To list valid format names, execute # "slimserver-formats-update list" from a command line as root. # (default: aif wav mp3 ogg flc shn mpc mov wma) SLIM_INPUT_FORMATS="<>" # These are the output formats that you can stream to your slimserver. # Chances are you will never need to modify this value, unless your # Squeezebox can stream a format not already listed here. Valid values # are those as listed by the output of "slimserver-formats-update list" # (default: aif wav mp3 flc) SLIM_OUTPUT_FORMATS="<>" ############################################################################### # Security ############################################################################### # Specify the user that server should run as. # (default: slimserver) SLIM_USER="<>" # Specify the group that server should run as. # (default: slimserver) SLIM_GROUP="<>" # Completly disable the web setup interface. # (default: no) SLIM_DISABLE_SETUP="<>" # Disable web access to server settings, but leave player settings accessible. # Settings changes will not be preserved. # (default: no) SLIM_DISABLE_SERVER_SETUP="<>" ############################################################################### # Network ############################################################################### # Activate the web interface on the specified port. Set to 0 in order disable # the web server. # (default: 9000) SLIM_HTTP_PORT=<> # Activate the web interface on the specified IP address. # (default: depends on your system settings) SLIM_HTTP_ADDR=<> # Activate the command line interface TCP/IP interface on the specified port. # (default: 9090) SLIM_CLI_PORT=<> # Activate the command line interface interface on the specified address. # (default: depends on your system settings) SLIM_CLI_ADDR=<> # Specify the _server's_ IP address to use to connect to Slim players. # (default: depends on your system settings) SLIM_PLAYER_ADDR=<> # Specify the _server's_ IP address to use to connect to streaming audio # sources. # (default: depends on your system settings) SLIM_STREAM_ADDR=<> ############################################################################### # Miscellaneous ############################################################################### # Use diagnostics, shows more verbose errors. Also slows down library # processing considerably. # (default: no) SLIM_DEBUG="<>" # Minimize the amount of text output. # (default: yes) SLIM_QUIET="<>" # Set process priority from -20 (high) to 20 (low). # (default: 0) SLIM_PRIORITY=<> # Any additional options you would like to pass to the SlimServer # (default: none) SLIM_OPTIONS="<>"