12-04-2023, 12:13 PM
I see the entries below in upmpdcli.conf that reference Music Services.
It's relatively easy to add input fields for these services to UPNP Config but I would need requirements for example the validation formats and ranges for the items, and any additional packages that need to be installed to support or enable the services.
And most importantly a way to test and verify that each of them actually works before any code is written. I don't have subscriptions to any of these services so this part would need to be done by others.
Code:
# IP port for the tidal/qobuz local HTTP service.
#plgmicrohttpport = 49149
Code:
# Highresaudio streaming service parameters
# Hra user name.
#hrauser = your hra user name
# Hra password.
#hrapass = your Hra password
# Hra language setting (en/de).
#hralang = en
# Qobuz streaming service parameters
# Qobuz user name.
#qobuzuser = me@some.place
# Qobuz password.
#qobuzpass = agoodpassword
# Qobuz stream quality.
#qobuzformatid = 6
# Deezer streaming service parameters
# Deezer user name.
#deezeruser = me@some.place
# Deezer password.
#deezerpass = agoodpassword
It's relatively easy to add input fields for these services to UPNP Config but I would need requirements for example the validation formats and ranges for the items, and any additional packages that need to be installed to support or enable the services.
And most importantly a way to test and verify that each of them actually works before any code is written. I don't have subscriptions to any of these services so this part would need to be done by others.