Another volume V2021A for interval 12.2020-03.2021 in series of composite safebooru-based rips
09.2020 - 12.2020 volume V2020D - it’s boring description mostly replicated here
06.2020 - 09.2020 volume V2020C
02.2020 - 05.2020 volume V2020B
08.2019 - 01.2020 volume V2020A
11.2018 - 08.2019 volume V2019
and some earlier releases of BOORU-CHARS OPEN DATASET
This rips not intended to be “complete and maximum quality” but rather “representative the best of” to help users
not to loose interesting fandom, artist or even single prominent picture and get all stuff with several clicks
Sources used (priorities high to low when deduplicating):
134.773 images sorted and zipped according aspect ratio (dimensions 2 folders) priorities high to low :
and also for source and (sometimes) ID range, mentioned in folder/archive name.
You can browse pictures directly in archives with FastStone MaxView of something like it.
File names structure : %website% - %id% - %up_to_3_copyrights% ~ %up_to_5_characters% (%up_to_2_artists%).%ext% where
so you can extract subsets of interest with xcopy (from already unzipped images) or unzipping (from release on the fly) e.g.
for %%F in ("d:\Safebooru 2021a\*.zip") do 7z x -r -o"e:\sortarea\" "%%F" *sword*art*online*
xcopy /s d:\Safebooru 2021a\*sword*art*online* e:\sortarea
Transformations and filters:
Some meta-information included in tab delimited files :
Using some database you can play with SQL and xcopy (from already unzipped images, copypasting query result) anything you want, e.g.
select 'xcopy "d:\'||torr_path||'\'||file_name||'" e:\sortarea ' xc
from files f
join tags t on t.booru=f.booru and t.fid=f.fid
where t.tag='cameltoe' -- do not expect too much even with this tag
Comments - 4
sebern
Thank you for doing this ! Shall I know how you’re collecting all of these ?
AlexPUA (uploader)
When grabbing I use “bionus imgbrd grabber” for most sources (safebooru, yande-re, gelbooru, anime-pictures, konachan) with rich filenaming and verbose metadata logging.
For some sources I use hand-made (very simple - you can find it in my zerochan and e-shuushuu releases) python scripts also with lot of supporting info collectioning.
Grabbing sankaku was always a specific challenge. At the moment I lost.
Then I load logs into SQL database and use it (tags etc) for batch image conversion, file renaming and so on. It’s sophisticated workflow but it not requires much time when scripted.
A lot of time takes visual control, semi-manual cleanup and deduplicating (internal and along with past releases).
sebern
Thank you ! I’ll try later and contact you if I have some problem ^^
SomaHeir
Thanks!!