1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

Updated Common Problems (markdown)

Donald Webster 2017-03-06 15:39:51 -08:00
parent 19792264ab
commit c9c4a45cb7

@ -5,7 +5,7 @@
* 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\`.
### Permissions ###
* Radarr will need to movie files away from where the downloader puts them into the final location. This means that Radarr will need to be able to read and write from the source and to the destination.
* 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`.
### Movie Files Not in Folders ###