From db1705df5aefa5d1cfd5a450b35b38c844361d7b Mon Sep 17 00:00:00 2001 From: resucutie Date: Sat, 11 Jan 2025 21:19:22 -0300 Subject: [PATCH] readme: link the faq to another place and remove the todo --- README.md | 60 +------------------------------------------------------ 1 file changed, 1 insertion(+), 59 deletions(-) diff --git a/README.md b/README.md index f555a0e..e909bb7 100644 --- a/README.md +++ b/README.md @@ -49,62 +49,4 @@ You can use [Obtanium](https://github.com/ImranR98/Obtainium) if you want an upd ## 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: -- Good or outstanding art style (always try to be better) -- Makes inovating and constructive art -- Does not interact with drama on a frequent basis (everyone hates drama lets be real) -- Great person overall - -### 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](https://autotagger.donmai.us/). 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? -- Danbooru 2 -- Danbooru 1 (Moebooru) -- e621/e926 -- Gelbooru 0.2.0 to 0.2.5 -- Twitter (using [fxtwitter](https://fxtwitter.com) to gather data) -- Fur Affinity (using [fxraffinity](https://fxraffinity.net) to gather data) -- Deviantart -- Any URL that returns an image or video - -We still have to add: -- Pixiv (we cant obtain the data using its API without log in information and we cant webscrap it because of it blocking NSFW content) -- Instagram -- Gelbooru 0.1 (not a necessity, the reason that it is considered is because rule34.us is the only popular website that uses 0.1) - -## To-do -- [ ] Packaging stuff - - [x] RPM - - [x] DEB - - [ ] Flatpak support - - [ ] Change iOS and macOS icons - - [ ] F-droid - - [ ] AltStore (maybe) -- [x] Organize alphabetically the tag list -- [x] Auto tag generation -- [x] Update checker for the app -- [x] Tag classification (separate by author, character...) -- [x] Auto-import from other booru websites (and Twitter) -- [ ] Mass import from local image collections -- [x] Tag suggestion -- [x] Material You -- [x] Support for multiple file formats -- [ ] Multi booru support +You can check the [FAQ](https://github.com/resucutie/localbooru/wiki/FAQ) over here