From 5bbc4be0f43cb4d0e9ad5f78a7d5c243ea255f8e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 19 Oct 2022 10:33:36 +0000 Subject: [PATCH] Updated readme with authing info link #96 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c47fb9..264df04 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e requireQuality=true` | true = enabled :: Downloads will be required to have the requested file format | | `-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 | +| `-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=` | 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 |