# 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: /music/collection) SLIM_MUSIC_DIR="/music/collection" # 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: /music/playlists) SLIM_PLAYLISTS_DIR="/music/playlists" # Directory for SlimServer to save cached music and web data. On first run, the # service script will take care of creating this dir. # (default: /music/cache) SLIM_CACHE_DIR="/music/cache" # Path to the file where are stored preferences set with the web interface. # Note that this file will be written by the slimserver, but if you change # security options. # (default: /etc/slimserver.conf) SLIM_CONFIG_FILE="/etc/slimserver.conf" # Path to the logfile. Set to /dev/null to disable logging. # (default: /var/log/slimserver.log) SLIM_LOG_FILE="/var/log/slimserver.log" ############################################################################### # Security ############################################################################### # Specify the user that server should run as. # (default: slimserver) SLIM_USER="slimserver" # Specify the group that server should run as. # (default: slimserver) SLIM_GROUP="slimserver" # Completly disable the web setup interface. # (default: no) SLIM_DISABLE_SETUP="no" # Disable web access to server settings, but leave player settings accessible. # Settings changes will not be preserved. # (default: no) SLIM_DISABLE_SERVER_SETUP="no" ############################################################################### # Network ############################################################################### # Activate the web interface on the specified port. Set to 0 in order disable # the web server. # (default: 9000) #SLIM_HTTP_PORT=9000 # 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=9090 # 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="yes" # Minimize the amount of text output. # (default: yes) SLIM_QUIET="no" # Set process priority from -20 (high) to 20 (low). # (default: 0) SLIM_PRIORITY=-10