You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,13 @@ Current version is `1.9.17`.
23
23
24
24
## News (newest first)
25
25
26
+
### Support for the updated qobuz authentication method
27
+
28
+
The former authentication method, based on username and password, doesn't work anymore.
29
+
So the variables `QOBUZ_USERNAME` and `QOBUZ_PASSWORD` have been removed.
30
+
By setting `QOBUZ_ENABLE` to `yes`, the initialization script will set the `qobuzuser` configuration key to `qobuz` just to enable the mediaserver.
31
+
You will need to run the `qobuz-init-auth.py` script from inside the container, as mentioned in the [Qobuz example configuration](./doc/example-configurations.md#qobuz).
32
+
26
33
### Download variables deprecated
27
34
28
35
We can now avoid to download plugin at runtime. Just use updated master/edge images (see below).
@@ -281,8 +288,6 @@ TIDAL_ALLOW_STATISTICS_ACTIONS|Allow the creation of entries that can remove ent
281
288
TIDAL_ENABLE_USER_AGENT_WHITELIST|Enables the agent whitelist for hi-res support, default is `yes`
282
289
QOBUZ_ENABLE|Set to `yes` to enable Qobuz support, defaults to `no`
283
290
QOBUZ_TITLE|Set the title for Qobuz plugin, defaults to `Qobuz`
284
-
QOBUZ_USERNAME|Your Qobuz account username
285
-
QOBUZ_PASSWORD|Your Qobuz account password
286
291
QOBUZ_FORMAT_ID|Qobuz format id: 5 for mp3/320, 6 for FLAC, 7 for FLAC 24/96, 27 for hi-res, defaults to `5`
287
292
QOBUZ_RENUM_TRACKS|Renum tracks in albums and playlists, mostly for kodi compatibility, defaults to `1`
288
293
QOBUZ_EXPLICIT_ITEM_NUMBERS|Adds numbers in square brackets in list items, mostly for kodi compatibility, defaults to `0`
@@ -323,11 +328,10 @@ FILE|DESCRIPTION
323
328
:---|:---
324
329
additional-radio-list.txt|Additional Radios
325
330
recoll.conf.user|Recoll configuration (used by upcrl)
326
-
qobuz.txt|Qobuz Credentials
327
331
hra.txt|HRA Credentials, format is like a .env file. Make sure you include all the settings related the streaming service.
328
332
upmpdcli-additional.txt|Configuration snippet, will be appended to upmpdcli.conf.
329
333
330
-
For `qobuz.txt` and `hra.txt`, the format of the file must be like a `.env` file, where all the settings which are related to the service must be listed. Mixed configurations (so part in variables, part in these files) are not supported.
334
+
For `hra.txt`, the format of the file must be like a `.env` file, where all the settings which are related to the service must be listed. Mixed configurations (so part in variables, part in these files) are not supported.
331
335
The upmpdcli-additional.txt is a simple list of lines with a `key = value` synthax.
0 commit comments