docker-lidarr-extended
docker-lidarr-extended copied to clipboard
[Bug]: find: /downloads-lidarr-extended/incomplete/: No such file or directory
Describe the bug Each time Audio.sh starts, after the first download is consolidated the following error is logged:
find: /downloads-lidarr-extended/incomplete/: No such file or directory
After the first time it is run, freyr seems to create an empty /downloads-lidarr-extended directory.
The offending line in the script seems to be;
DownloadClientFreyr () {
freyr --no-bar -d /downloads-lidarr-extended/incomplete deezer:album:$1
}
which I assume should be updated something like:
DownloadClientFreyr () {
freyr --no-bar -d "$downloadPath"/incomplete deezer:album:$1
}
To Reproduce Steps to reproduce the behavior:
- Restart lidar-extended container
- Wait for first download to complete
- Error pops
Expected behavior Freyr is run in the configured download directory
Log Data See above.
Docker Info:
- Docker Version: 20.10.23, build 876964a
- Extended Script Version: 1.0.11
Additional context
Audio :: 1.0.11 :: Download Location: /downloads