From d13eb23e6dee14e50ee1e0a65466db02902247ed Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 7 Apr 2025 21:03:08 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-lazylibrarian.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/images/docker-lazylibrarian.md b/docs/images/docker-lazylibrarian.md index b12707ec0..d53b8760e 100644 --- a/docs/images/docker-lazylibrarian.md +++ b/docs/images/docker-lazylibrarian.md @@ -41,6 +41,8 @@ The architectures supported by this image are: Access the webui at `http://:5299/home`, for more information check out [Lazylibrarian](https://lazylibrarian.gitlab.io/). +We have set `/books` as optional path, this is because it is the easiest way to get started. + ### Calibredb import **64bit only** We have implemented the optional ability to pull in the dependencies to enable the Calibredb import program:, this means if you don't require this feature the container isn't unnecessarily bloated but should you require it, it is easily available. @@ -53,14 +55,6 @@ By adding `linuxserver/mods:lazylibrarian-ffmpeg` to your `DOCKER_MODS` environm This allows you to use the audiobook conversion features of LazyLibrarian. You can enable it in the Web UI under Settings > Processing > External Programs by setting the ffmpeg path to `ffmpeg`. -### Media folders - -We have set `/books` as ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content. - -Use the optional path if you don't understand, or don't want hardlinks/atomic moves. - -The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this. - ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli.