mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
integrate server-side conversion patches, -Wall cleanups, AMD64 fixes, and xml-rpc cleanups
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user