codectype transcoding

This commit is contained in:
Ron Pedde
2005-11-11 23:52:42 +00:00
parent 2402c35fb3
commit dee22896a8
9 changed files with 98 additions and 123 deletions

View File

@@ -128,16 +128,28 @@ playlist /etc/mt-daapd.playlist
extensions .mp3,.m4a,.m4p,.ogg
#
# ssc_extensions (optional)
# ssc_codectypes (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'
# List of codectypes for files that the daap server should
# perform internal format conversion and present to clients
# as WAV files. The file extensions that these codectypes correspond
# to must also be present in 'extensions'
# configuration value, or files are not probed in the first
# place.
#
# Valid codectypes:
#
# mp4a - for AAC (.aac, .mp4, .m4a, .m4p)
# mpeg - for mp3
# wav - for wav
# wma - for wma
# ogg - for ogg
# flac - for flac (.flac, .fla)
# mpc for musepack (.mpc, .mpp, .mp+)
# alac for alac (.m4a)
#
ssc_extensions .ogg
ssc_codectypes ogg,flac,alac
#
# ssc_prog (optional)