26 lines
864 B
Django/Jinja
26 lines
864 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
# This is the built-in pa-dlna configuration written as text. It can be
|
|
# parsed by a Python Configuration parser and consists of sections, each led
|
|
# by a [section] header, followed by option/value entries separated by
|
|
# '='. See https://docs.python.org/3/library/configparser.html.
|
|
#
|
|
# The 'selection' option is written as a multi-line in which case all the
|
|
# lines after the first line start with a white space.
|
|
#
|
|
# The default value of 'selection' lists the encoders in this order:
|
|
# - mp3 encoders first as mp3 is the most common encoding
|
|
# - lossless encoders
|
|
# - then lossy encoders
|
|
# See https://trac.ffmpeg.org/wiki/Encode/HighQualityAudio.
|
|
|
|
[DEFAULT]
|
|
selection =
|
|
FFMpegFlacEncoder,
|
|
FFMpegOpusEncoder,
|
|
sample_format = s24be
|
|
rate = 96000
|
|
channels = 2
|
|
track_metadata = yes
|
|
soap_minimum_interval = 5
|
|
args = None
|