Move of downloaded deezer file not working #149
-
Hello, I'm new to doker image, so it's highly probable that I have made some mistake on the configuration, Te problem present like this, I can see the file getting downloaded in the log file, if I monitor the directory I will see the file been created in \downloads-lidarr-extended\incomplete, but after a few second the track downloaded are not moved to /music and they disappear from all my drive. [album_8082924_9] Leonard Cohen - Ain't No Cure for Love :: Downloading track. Downloading 11579558 bytes. Let me know if need more information. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
You need to provide a bit more log data than that because the log will indicate what is happening and you need provide your docker configuration/parameter settings. |
Beta Was this translation helpful? Give feedback.
-
Ok I will add my Audio.log and provide the configuration. let me know if need other info. version: "2.1" |
Beta Was this translation helpful? Give feedback.
-
Without reading your log, but based on your original log and posted config. The issue is caused by your config... https://github.com/RandomNinjaAtk/docker-lidarr-extended#parameters What do you think "- requireQuality=true" does? Also hint from your log file...
|
Beta Was this translation helpful? Give feedback.
-
MMM ok, I misunderstood, does that mean in my case, it requires lossless format correct? if is not the file are deleted. So i can change the requirement quality to false to keep my mp3-320 or specify mp3 in the audioFormat. |
Beta Was this translation helpful? Give feedback.
Without reading your log, but based on your original log and posted config. The issue is caused by your config... https://github.com/RandomNinjaAtk/docker-lidarr-extended#parameters
What do you think "- requireQuality=true" does?
Also hint from your log file...