Difegue

Results 83 comments of Difegue

I think this is a search cache issue somehow -- I believe this button should help instead of the rescan directory one: ![image](https://user-images.githubusercontent.com/8237712/178161915-a8e32104-5945-4674-ad4d-a6f1a7946f88.png) The cache is normally busted whenever changes...

The current `FolderToCat` script uses [`find`](https://perldoc.perl.org/File::Find#find) to drill down into the directory tree, adding files as it finds them using their parent folder. Implementing this issue would probably require a...

Since you're both using Synology devices, I believe this is a duplicate of #656. See this Github discussion for more information: https://github.com/Difegue/LANraragi/discussions/670

I remember memeing mentioning JPEGXL in the release notes for [0.7.7](https://github.com/Difegue/LANraragi/releases/tag/v.0.7.7) back then -- At least now there's browser support even if it's gated behind flags like AVIF was back...

The jpeg-xl reference library, which is required by imagemagick, is only available starting from Alpine [3.16](https://pkgs.alpinelinux.org/packages?name=libjxl&branch=v3.16&repo=&arch=&maintainer=). This means thumbnail/resizing support for JXL won't be available to Windows users, as those...

Also libjxl-dev isn't out in any [stable](https://packages.debian.org/experimental/libjxl-dev) form of Debian yet, but I'll be preemptively adding it to the docs so that people know it's a thing. Otherwise, have fun...

Due to #350 I've made the filewatcher a bit more resilient, with all the work that's gone into Minion as well I think overloading issues shouldn't be happening anymore as...

I've rewritten the filemap in https://github.com/Difegue/LANraragi/commit/0214e5976329431a89774dde33e5faa7f82e85bd to entirely depend on Redis instead of the built-in data structures, which might alleviate the issue with large archive sets being halfway omitted. If...

From a design perspective this is actually pretty easy : Just don't start the background worker immediately for first-timers. Starting it after boot can be done using the existing API...

The downward arrow at the bottom of the page does that 👍 ![image](https://user-images.githubusercontent.com/8237712/134817669-cddbf74f-27cd-468f-8c0c-64a01201672a.png)