Add pa-dlna setup for xps

This commit is contained in:
Sonny Bakker 2025-04-06 21:16:57 +02:00
parent 6b2c70f5da
commit 20bf21baa2
5 changed files with 115 additions and 2 deletions

View file

@ -0,0 +1,26 @@
# {{ 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