LANraragi
LANraragi copied to clipboard
Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.
I want to create an API based proxy for customizing reading lists based on tags and improving image quality. Because I want to deploy on the same host, calling the...
To reduce copy/paste between plugins, it might be prudent to prepare some some helper functions as an "internal API". `handle_tag_yaml` is IMO a great candidate, after a rename. Negatives can...
Heavy CPU load and very long runtime when task page_thumbnails for a *.7z with many (>1000) images
**LRR Version and OS** v0.9.21 Docker **Bug Details** Put a 7z file with 1000 images into content directory, and open that file in the website to start the page_thumbnails task,...
Now the `/api/search` API seems to search in the `title` and `tags` field. Can you support search by the `filename` field (or add a new parameters `fields` to control which...
This is an initial implementation of some basic filtering for batch operations, as previously discussed in e.g. https://github.com/Difegue/LANraragi/issues/893 and https://github.com/Difegue/LANraragi/issues/570. This basically just copies the search UI from the index...
**LRR Version and OS** v0.9.21, Linux, installed from source **Bug Details** I notice that the SIGINT handler is called multiple times when a SIGINT is received. This seems to be...
Version: 0.9.21 I've enabled "Resize Images in Reader" in the settings, which is very useful when reading large images. But I noticed that when "View full-size image" link is clicked...
**LRR Version and OS** 0.9.21 docker **Bug Details** https://github.com/Difegue/LANraragi/issues/1006#issuecomment-2198808208, Sorting for other languages has been fixed,But "Pin this Category" is still wrong, and seems to have nothing to do with...
[$thumbname](https://github.com/Difegue/LANraragi/blob/dev/lib/LANraragi/Utils/Archive.pm#L165)'s existence could be checked to save time, an extract, an image gen, and a write. ~~For those who reset their DB for fun.~~
This is my proposal for #1084. I tried to do some permutations on the file name, but it would be better to have some real and more complex names to...