# 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. ############################################################################### # Files and directories locations ############################################################################### # Path to your audio files repository. You can also set this in the web # configuration interface. Note that keeping the default value is a reasonable # option: just add there some symlinks to your real music directories. # (default: ) #SLIM_MUSIC_DIR="" # Path to where you want to store your playlist files. You can also set this # in the web configuration interface. # (default: ) #SLIM_PLAYLISTS_DIR="" # Directory for SlimServer to save cached music and web data. # (default: ) #SLIM_CACHE_DIR="" # Path to the file where are stored preferences set with the web interface. # This file will be written by the slimserver. # (default: ) #SLIM_CONFIG_FILE="" # Path to the logfile. Set to /dev/null to disable logging. # (default: ) #SLIM_LOG_FILE="" ############################################################################### # Security ############################################################################### # Specify the user that server should run as. # (default: ) #SLIM_USER="" # Specify the group that server should run as. # (default: ) #SLIM_GROUP="" # 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="no" # Minimize the amount of text output. # (default: yes) #SLIM_QUIET="yes" # Set process priority from -20 (high) to 20 (low). # (default: 0) #SLIM_PRIORITY=0