You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Access the webui at `http://<your-ip>:5299/home`, for more information check out
63
63
64
64
### Calibredb import
65
65
66
-
**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 uneccessarily bloated but should you require it, it is easily available.
66
+
**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.
67
67
This optional layer will be rebuilt automatically on our CI pipeline upon new Calibre releases so you can stay up to date.
68
68
To use this option add the optional environmental variable as detailed in the docker-mods section to pull an addition docker layer to enable ebook conversion and then in the LazyLibrarian config page (Processing:Calibredb import program:) set the path to converter tool to `/usr/bin/calibredb`
69
69
@@ -77,7 +77,7 @@ You can enable it in the Web UI under Settings > Processing > External Programs
77
77
78
78
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.
79
79
80
-
Use the optional path if you dont understand, or dont want hardlinks/atomic moves.
80
+
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
81
81
82
82
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.
- {external_port: "5299", internal_port: "5299", port_desc: "The port for the LazyLibrarian webinterface"}
23
-
param_usage_include_env: true
24
-
param_env_vars:
25
-
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use e.g. Europe/London"}
26
23
# optional container parameters
27
24
opt_param_usage_include_env: true
28
25
opt_param_env_vars:
@@ -34,7 +31,7 @@ app_setup_block: |
34
31
35
32
### Calibredb import
36
33
37
-
**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 uneccessarily bloated but should you require it, it is easily available.
34
+
**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.
38
35
This optional layer will be rebuilt automatically on our CI pipeline upon new Calibre releases so you can stay up to date.
39
36
To use this option add the optional environmental variable as detailed in the docker-mods section to pull an addition docker layer to enable ebook conversion and then in the LazyLibrarian config page (Processing:Calibredb import program:) set the path to converter tool to `/usr/bin/calibredb`
40
37
@@ -48,11 +45,12 @@ app_setup_block: |
48
45
49
46
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.
50
47
51
-
Use the optional path if you dont understand, or dont want hardlinks/atomic moves.
48
+
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
52
49
53
50
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.
54
51
# changelog
55
52
changelogs:
53
+
- {date: "14.08.24:", desc: "Rebase to Ubuntu Noble."}
56
54
- {date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment. Add Levenshtein."}
57
55
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
58
56
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
0 commit comments