resucutie / localbooru

Cross platform local booru collection that exclusively works on local storage, without selfhosting
GNU General Public License v3.0
23 stars 1 forks source link

Your personal booru collection

This is a cross platform local booru collection that exclusively works on your local storage, without selfhosting.

Targetted platforms

Planned platforms

Install

Windows

You will need the Microsoft Visual C++ Redistributable installed for using this program.
After doing that, go and download the setup wizard file over at Releases

Linux

There are prebuilt .deb and .rpm packages over at Releases, but you can download the binaries if you want. Flatpak support is planned as of writing

Android

Download localbooru-android.apk over at Releases and install it by opening the file

You can use Obtanium if you want an update manager

FAQ

How does the versioning work?

For the number, the first number is fixed to "1" unless the whole program gets rewritten. The second number is the major version, reserved for when new features come out, and the third is the minor, reserved for bug fixes.

For the names, the versions are named based on any artist's name that we deem good enough to homenage. For bug fix versions, the name won't be updated
Some of the parameters that we choose to homenage are:

What is a booru?

A booru is a collection of images that are organized by multiple tags, so you can check specific artwork that you desire. It also has the benefit to preserve the image sources and as such increase discoverability.

On LocalBooru, we call a booru a folder made by LocalBooru that contains all the images and the tags stored.

How does the autotagging works?

Easy: it just fetches Danbooru's autotagger. Including the autotagger inside the application is a no-go because it will require installing depedencies such as python on the project, and will increase a lot the application's size. If you're wondering why is it that imprecise, blame them.

Can I import my previous image collection?

Not so easily. The main issue is with adding tags, and files do not come with tags built in. You have to manually add the images at the moment. Due to how unreliable autotagging is, it is for the best to not include at the moment a way to automate it

What are the avaiable search methods?

tag - Exclude every image without that tag
-tag - Exclude every image with that tag
+tag - Includes every image with that tag

Which services can it autoimport from?

We still have to add:

To-do