Problem using Deemix, can't find my downloaded files #215
-
I have setup lidarr-extended in docker using the following dockerfile:
It does add music I saved in deezer to lidarr, so I guess the arl is working.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like it's working as designed, see this line: Which relates to these settings/parameters:
For details on all the parameters, see here: https://github.com/RandomNinjaAtk/docker-lidarr-extended#parameters My suggestion is that you read it over carefully to understand how they interact but it looks like its doing what its supposed to based on your configuration.... EDIT: If you set |
Beta Was this translation helpful? Give feedback.
It looks like it's working as designed, see this line:
2023-03-15 10:27:10 :: Audio :: 1.0.309 :: 1 :: missing :: 2 of 2 :: IDLES :: Damaged Goods :: Single :: Unwanted files found!
Which relates to these settings/parameters:
For details on all the parameters, see here: https://github.com/RandomNinjaAtk/docker-lidarr-extended#parameters
My suggestion is that you read it over carefully to understand how they interact but it looks like its doing what its supposed to based on your configuration....
EDIT: If you set
- requireQuality=true
to false, your issue will magically go away... Again read the descriptions of the setting…