integrate server-side conversion patches, -Wall cleanups, AMD64 fixes, and xml-rpc cleanups

This commit is contained in:
Ron Pedde
2005-02-21 08:10:37 +00:00
parent c33eade8ba
commit bdd5ba39da
13 changed files with 349 additions and 20 deletions

View File

@@ -122,7 +122,37 @@ playlist /etc/mt-daapd.playlist
#
#
extensions .mp3,.m4a,.m4p
extensions .mp3,.m4a,.m4p,.ogg
#
# ssc_extensions (optional)
#
# List of file extensions belonging to the files daap server
# performs internal format conversion and present to clients
# as WAV files. Extensions must also be present in 'extensions'
# configuration value, or files are not probed in the first
# place.
#
ssc_extensions .ogg
#
# ssc_prog (optional)
#
# Program that is used in server side format conversion.
# Program must accept following command line syntax:
# ssc_prog filename offset
# Parameter filename is the real name of the file that is
# to be converted and streamed, offset is number of bytes
# that are skipped from the beginning of the _output_ file
# before streaming is started. The resulting wav file (or
# rest of the file after initial seek) is written to the
# standard output by the ssc_prog program. This is typically
# a script that is a front end for different conversion tools
# handling different formats.
#
ssc_prog /etc/mt-daapd-ssc-script
#
# logfile (optional)