From 64007230d31422a7891c7beb8565d60371b2934e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 16 Jun 2023 16:34:14 +0000 Subject: [PATCH] Updated arlToken description #102 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f0dfa1..ef98894 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-e requireQuality=true` | true = enabled :: Downloads will be checked for quality and require to have the requested file format & quality | | `-e enableReplaygainTags=true` | true = enabled :: Downloads will be tagged with Replaygain Metadata | | `-e audioLyricType=both` | both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching | -| `-e dlClientSource=both` | deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output [(Authing information)](https://github.com/RandomNinjaAtk/docker-lidarr-extended/issues/96#issuecomment-1280672421)| -| `-e arlToken=` | OPTIONAL - User ARL token for deemix client, see wiki: [Wiki URL](https://github.com/RandomNinjaAtk/docker-lidarr-extended/wiki/Extended-Audio-Script-Information#q-how-do-i-get-my-arl-token)| +| `-e dlClientSource=deezer` | deezer, tidal or both :: set to both, to use both clients, tidal requires extra steps, view logging output [(Authing information)](https://github.com/RandomNinjaAtk/docker-lidarr-extended/issues/96#issuecomment-1280672421)| +| `-e arlToken=` | OPTIONAL (fallback using Freyr) - User ARL token for deemix client, see wiki: [Wiki URL](https://github.com/RandomNinjaAtk/docker-lidarr-extended/wiki/Extended-Audio-Script-Information#q-how-do-i-get-my-arl-token)| | `-e tidalCountryCode=US` | Country Code required for tidal | | `-e addDeezerTopArtists=false` | true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Artist Chart to your existing Lidarr instance | | `-e addDeezerTopAlbumArtists=false` | true = enabled :: Enabling this will enable the extended script to automatically add artists that are on the Deezer Top Album Chart to your existing Lidarr instance |