Skip to content

Commit

Permalink
Merge pull request #7 from GioF71/5-qobuz-and-probably-tidal-login-br…
Browse files Browse the repository at this point in the history
…oken

fix issue #5, placeholders restored
  • Loading branch information
GioF71 authored Sep 26, 2022
2 parents b3f1257 + 9bbdbfa commit 03ceb79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
14 changes: 7 additions & 7 deletions app/conf/upmpdcli.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 03ceb79

Please sign in to comment.