From 050c6197e8f41b7fb55254e11b232eb2cb56b668 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 1 Apr 2019 19:12:19 +0100 Subject: [PATCH] Updated Health Checks (markdown) --- Health-Checks.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Health-Checks.md b/Health-Checks.md index ffd1ccf..28bbdbe 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -71,7 +71,7 @@ If you no longer use this download client, disable it in Lidarr to prevent the e #### Permissions error -Lidarr needs access to your files to move/rename. Make sure the user running Lidarr has read/write permissions on your download and library directories. +Lidarr needs access to your files to move/rename. Make sure the user running Lidarr has read/write permissions on your download and library directories. This can be an issue on Windows too - make sure files are not marked read-only by your download client. #### Bad remote path mapping @@ -80,7 +80,7 @@ If your download client is on a different host then you will most likely need to Settings->Download Client->Remote Path Mapping is an option to configure Lidarr to translate the remote path to something locally accessible. For example: -If I configured a remote Sabznzbd instance with the Host `10.2.3.4` in Lidarr. And that Sabnzbd instance uses `/sda3/download/sabnzbd/completed` as root folder for completed downloads. And that path is available as `\\10.2.3.4\sabnzbd\completed` on my Windows machine. +Suppose I configured a remote Sabznzbd instance with the Host `10.2.3.4` in Lidarr and that Sabnzbd instance uses `/sda3/download/sabnzbd/completed` as root folder for completed downloads. Suppose that that path is available as `\\10.2.3.4\sabnzbd\completed` on the machine running Lidarr. Then you would add a Remote Path Mapping for: - Host=`10.2.3.4` - RemotePath=`/sda3/download/sabnzbd` @@ -92,6 +92,8 @@ A download client in a docker container is similar to the remote download client If you are unsure how to do this you should consider not using docker and running Lidarr natively. +See [here](https://old.reddit.com/r/usenet/wiki/docker) for more details on setting up path mappings and permissions in docker. + #### Enable Completed Download Handling #### Lidarr requires Completed Download Handling or a properly configured Drone Factory to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.