From 9bbdbfa28162aae845e682c5ad88df8c64a24403 Mon Sep 17 00:00:00 2001 From: GioF_71 Date: Mon, 26 Sep 2022 09:09:00 +0200 Subject: [PATCH] fix issue #5, placeholders restored --- README.md | 1 + app/conf/upmpdcli.conf | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f04004..e42cc6e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Just be careful to use the tag you have built. Release Date|Major Changes ---|--- +2022-09-26|Restored Qobuz and Tidal placeholders ([issue #5](https://github.com/GioF71/upmpdcli-docker/issues/5)) 2022-09-25|New environment variables & cleanup 2022-03-12|Ubuntu version bump, fixed build-arg for base-image 2022-02-11|Reduced docker image sizes (installation process is now in one line). Add README.md to the image in the directory `/app/doc`. diff --git a/app/conf/upmpdcli.conf b/app/conf/upmpdcli.conf index faf442c..62023e0 100644 --- a/app/conf/upmpdcli.conf +++ b/app/conf/upmpdcli.conf @@ -166,22 +166,22 @@ radiolist = /usr/share/upmpdcli/radio_scripts/radiolist.conf # Tidal streaming service parameters # Tidal user name. -#tidaluser = your tidal user name +#tidaluser = TIDAL_USERNAME # Tidal password. -#tidalpass = your Tidal password +#tidalpass = TIDAL_PASSWORD # Tidal API token. -#tidalapitoken = thetoken +#tidalapitoken = TIDAL_API_TOKEN # Tidal stream quality. -#tidalquality = low +#tidalquality = TIDAL_QUALITY # Qobuz streaming service parameters # Qobuz user name. -#qobuzuser = me@some.place +#qobuzuser = QOBUZ_USERNAME # Qobuz password. -#qobuzpass = agoodpassword +#qobuzpass = QOBUZ_PASSWORD # Qobuz stream quality. -#qobuzformatid = 6 +#qobuzformatid = QOBUZ_FORMAT_ID # Deezer streaming service parameters