From e9d905bb6e52eb1b69bbbdb46cdb54627c2573b8 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Wed, 8 Mar 2017 09:45:44 -0800 Subject: [PATCH] Updated Common Problems (markdown) --- Common-Problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Problems.md b/Common-Problems.md index ad58bf3..2821d03 100644 --- a/Common-Problems.md +++ b/Common-Problems.md @@ -15,7 +15,7 @@ ``` ## 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\`. +* 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\`. A key point to remember is that Radarr (and Sonarr) get path information from the downloader, so you'll *also* need to setup NZBGet, SABNzbd or any other downloader to use UNC paths too. ## Web Interface Only Loads at localhost on Windows * If you can only reach your web interface at or , you need to run Radarr as administrator at least once, maybe even always.