mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
codectype transcoding
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user