Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: Seedmanc/Booru-mass-uploader

v1.4.3

24 Mar 16:56
Compare
Choose a tag to compare

In addition to the CORS elimination from the previous beta release, this one adds the ability to use sidecar text files with tags for every image, as requested in #17, fixes the danbooru source field and corrects the https usage for Gelbooru and Booru.org.

CORS begone

05 Jul 14:47
Compare
Choose a tag to compare
CORS begone Pre-release
Pre-release

This intermediate release introduces the most important fix - complete removal of dependence on CORS-bypassing proxies of any kind. The page code is now injected by wrapping it into a js script file which can be loaded without CORS limitations. This eliminates the instability that plagued the uploader since its creation.

New features include logging only errors to keep the log clean when uploading large amount of pictures as well as producing a batch command file to sort images that caused errors into separate folders by error type. This will help localizing and fixing mistakes when mass-uploading. Scripts should work both on Windows and Unix (although the latter is untested).

ss 2016-07-05 at 05 38 45

Danbooru engine support

27 Feb 13:41
Compare
Choose a tag to compare

Major update.
As title says, the script now supports Danbooru API of both versions (Moebooru and Danbooru), greatly increasing the sites coverage. Current booru engine is automatically detected, but manual override is also possible, choosing among Gelbooru, Moebooru and Danbooru.

Other improvements include:

  • Ability to upload whole folders of files (Chrome only)
  • Indication of current booru engine and login status
  • More informative error messages when uploading (especially on Gelbooru)
  • A couple of bugfixes

You're welcome to test the new release on Danbooru-running sites, especially on Firefox.

Better integration

18 Nov 22:54
Compare
Choose a tag to compare
  • Login status indication
  • Potential support for Gelbooru, Safebooru and other custom boorus
  • Use preset tags from your account's settings on the booru
  • Fix a problem with tagless images

Public release ready

14 Nov 23:59
Compare
Choose a tag to compare

Well this was easy.
Install the user.js and it'll take care of the rest, adding the link to mass uploader to your booru's menu on top.