Updated Common Problems (markdown)

Donald Webster 2017-03-07 19:24:34 -08:00
parent aaeeed26f2
commit 8c4429ade5
1 changed files with 3 additions and 0 deletions

@ -4,6 +4,9 @@
## Mapped Network Drives vs UNC Paths
* Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`.
## Web Interface Only Loads at localhost on Windows
* If you can only reach your web interface at <http://localhost:7878/> or <http://127.0.0.1:7878>, you need to run Radarr as administrator at least once, maybe even always.
## Permissions
* Radarr will need to move files away from where the downloader puts them into the final location, so this means that Radarr will need to read/write to both the source and the destination directory and files.
* On Linux, where best practices have services running as their own user, this will probably mean using a shared group and setting folder permissions to `775` and files to `664` both in your downloader and Radarr. In umask notation, that would be `002`.