From 513283b3df6e3fca3616006121b0a87ce402ec68 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 24 Mar 2020 00:38:30 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-radarr.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/docker-radarr.md b/images/docker-radarr.md index 91f38f55d..054382b15 100644 --- a/images/docker-radarr.md +++ b/images/docker-radarr.md @@ -132,8 +132,10 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup Access the webui at `:7878`, for more information check out [Radarr](https://github.com/Radarr/Radarr). + Special Note: Following our current folder structure will result in an inability to hardlink from your downloads to your movies folder because they are on seperate volumes. To support hardlinking, simply ensure that the movies and downloads data are on a single volume. For example, if you have /mnt/storage/Movies and /mnt/storage/downloads/completed/Movies, you would want something like /mnt/storage:/media for your volume. Then you can hardlink from /media/downloads/completed to /media/Movies. -Another item to keep in mind, is that within radarr itself, you should then map your torrent client folder to your radarr folder: Settings -> Download Client -> advanded -> remote path mappings. I input the host of my download client (matches the download client defined) remote path is /downloads/Movies (relative to the internal container path) and local path is /media/downloads/completed/Movies, assuming you have folders to seperate your downloaded data types. + +Another item to keep in mind, is that within radarr itself, you should then map your torrent client folder to your radarr folder: Settings -> Download Client -> advanced -> remote path mappings. I input the host of my download client (matches the download client defined) remote path is /downloads/Movies (relative to the internal container path) and local path is /media/downloads/completed/Movies, assuming you have folders to seperate your downloaded data types.