mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Updated Health Checks (markdown)
parent
a4191aea7a
commit
050c6197e8
1 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue