Is there an existing issue for this?
Current Behavior
The dockerfile for LazyLibrarian includes unrar from docker image built from docker-unrar on this line:
|
FROM ghcr.io/linuxserver/unrar:latest AS unrar |
However, since Feb 29, 2024 the latest tag has pointed to unrar v7.x. This version of unrar causes LazyLibrarian to throw errors similar to the following:
Failed to read rar file /books/_Comics/{title}/{file}.cbr, UnpackerNotInstalled b'Unsupported RAR version, expected 4.x, 5.x or 6.x, found: UNRAR 7.11 freeware Copyright (c) 1993-2025 Alexander Roshal'
Expected Behavior
No errors should occur when LazyLibrarian is processing .cbr files.
Steps To Reproduce
- Enable comics by enabling the
Show Comics flag in settings/interface
- Add a
.cbr comic file to /books/_Comics/{title}/{file}
- Run
Library Scan from Comics tab
Environment
OS: TrueNas 25.04.2.4
Installed via Apps
CPU architecture
x86-64
Docker creation
Container logs
Is there an existing issue for this?
Current Behavior
The dockerfile for LazyLibrarian includes unrar from docker image built from docker-unrar on this line:
docker-lazylibrarian/Dockerfile
Line 3 in c22b2a3
However, since Feb 29, 2024 the
latesttag has pointed to unrarv7.x. This version of unrar causes LazyLibrarian to throw errors similar to the following:Expected Behavior
No errors should occur when LazyLibrarian is processing
.cbrfiles.Steps To Reproduce
Show Comicsflag insettings/interface.cbrcomic file to/books/_Comics/{title}/{file}Library ScanfromComicstabEnvironment
CPU architecture
x86-64
Docker creation
Container logs