From f18e312702ca9bfaa1a9acd782e9ac9a36dc54d4 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 14 Aug 2016 01:14:00 +0300 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ee7855..c3b0fe1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Booru Augmentation Project A userscript that improves usability of basic *.booru.org hosted sites. -It's no secret that free accounts on booru.org offer very little convenience compared to well-developed boorus like Danbooru. - My goal is to do what is possible on client-side to compensate for the lack of functionality on the server side. +It's no secret that free accounts on booru.org offer very little convenience compared to well-developed sites like Danbooru. + My goal is to do what is possible on client-side to compensate for the lack of functionality of the server side. ## List of features: @@ -10,7 +10,7 @@ It's no secret that free accounts on booru.org offer very little convenience com ![screen](http://puu.sh/lD5FK/c90fd506d8.png) -Like on Danbooru, but so far only works for the first tag entered. +Like on Danbooru, but so far only works for the first tag entered. The data for autocompletion is being collected as you navigate the booru, so its accuracy depends on your booru usage. * AJAX tag editor @@ -30,9 +30,31 @@ Improve readability, add user links and image title, remove unnecessary info. By default booru only shows 10 next links, which makes jumping several pages back impossible. -Aside from these, I added some minor tweaks such as fitting the post image into screen width, fixing links to user accounts, highlighting potential mistakes in tags input, showing complete tag list in account options and some other. +* The scripts adds its settings section to your account options. -Note, that tags information such as the list of them for autocompletion and amount of posts for every tag is being collected and accumulated as your navigate the booru. Which means that it will be inaccurate right after installing of the userscript, but will get better with more usage. +![screen](http://puu.sh/qAgtv/15a2dac554.png) + +From here you can see the full list of tags the script collected so far, paired with their amount of posts (this data is used for search autocompletion). Another option is to enable the advanced booru tools: + +* Booru scanner + +![screen](http://puu.sh/qAgNc/3b2b832a0a.png) + +This utility allows you to scan the entire booru or just the posts with selected tags. Scanning builds up the tag database for autocompletion and also allows you to download it in JSON format, as well as data for every post (id, rating, score, tags and image cluster) and a list of links to both image thumbnails and full-sizes. The latter can be fed to any mass-downloader to obtain a booru dump. Having both a collection of image thumbnails and a post database allows you to + +* Search posts by images + +![screen](http://puu.sh/qAiKm/b5d6d120fb.jpg) + +You can find what post a saved thumbnail corresponds to by using this tool. It's useful when you're running duplicate checks on your booru and end up with a list of image doubles to delete. + +* Remove tagme tags + +![screen](http://puu.sh/qAiR9/811148b73e.png) + +Made to overcome the needless "minimum of 5 tags" requirement that spams your uploads with the tagme tag, making it impossible to find posts that actually need to be tagged. Do note that this tool is only useful for admins, because it will attempt to edit any post it encounters and if you don't have right for it it'll fail and stop the progress. It is also advised to avoid editing other tags manually until the process finishes since booru limits the amount of consecutive edit queries and they're all used up by the script. + +Aside from these, I added some minor tweaks such as fitting the post image into screen width, fixing links to user accounts, linkifying users and links in comments as well as tags in the alias list, highlighting potential mistakes in tags input, fixing incorrect handling of _ in tags and some other. You feedback is required, please go to the [Issues](https://github.com/Seedmanc/Booru-Augmentation-Project/issues) section and make suggestions which features I should add, and what would you like to see.