1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
# An example of Ample config file
#
# Port number to use
port = 1234
# Should files be ordered when playing a mixed stream?
order = false
# Amount of simaltaneous client allowed
clients = 5
# Path to logile if syslog isn't used
#logfile /var/log/ample.log
# Path(s) to MP3 dir/files or M3U file
#Add your MP3 path here
#mp3path = /usr/share/mp3
#mp3path = /home/moremp3
#mp3path = /home/favourites.m3u
# Path to the HTML file to use as a template
#htmlfile = /home/ample.html
# Should the MP3 dir(s) be recursively scanned?
recursive = true
# Name of the server
# (displayed to clients here and there)
#serveraddress = 192.168.0.1
# Username and password, if these are specified, Ample
# will automatically ask for username/password
#username = MusicLover
#password = Pekaboo
# Filter to pass each music file through
# (before they are sent to the client)
# filter = /usr/bin/lame -b64 --quiet "@FPATH@" -
|