From f2b27a429ad8d450efd1282a2b8b03bbfefdd3b3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 8 Apr 2020 20:55:23 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-lidarr.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/images/docker-lidarr.md b/images/docker-lidarr.md index c998d802e..5acd4b9de 100644 --- a/images/docker-lidarr.md +++ b/images/docker-lidarr.md @@ -130,8 +130,10 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Application Setup Access the webui at `:8686`, for more information check out [Lidarr](https://github.com/lidarr/Lidarr). + Special Note: Following our current folder structure will result in an inability to hardlink from your downloads to your Music folder because they are on seperate volumes. To support hardlinking, simply ensure that the Music and downloads data are on a single volume. For example, if you have /mnt/storage/Music and /mnt/storage/downloads/completed/Music, you would want something like /mnt/storage:/media for your volume. Then you can hardlink from /media/downloads/completed to /media/Music. -Another item to keep in mind, is that within lidarr itself, you should then map your torrent client folder to your lidarr 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/Music (relative to the internal container path) and local path is /media/downloads/completed/Music, assuming you have folders to seperate your downloaded data types. + +Another item to keep in mind, is that within lidarr itself, you should then map your torrent client folder to your lidarr 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/Music (relative to the internal container path) and local path is /media/downloads/completed/Music, assuming you have folders to seperate your downloaded data types. ## Docker Mods