Zerochan.net is one of famous anime/game/CG imageboards with strong community and modest crossposting with other imageboards.
It has specific tagging system - close to e-shuushuu-net - but not to mainstream danbooru / safebooru / yande-re / konachan / sankaku.
That’s why Zerochan is a good distinct source for investigation of non-photographic images and their metadata.
This release covers dates between 01.01.2018 (ID=2241236) and 08.03.2020 (ID=2878994) - the beginning of series
of composite rips Safebooru+ (https://nyaa.iss.one/view/1265063 and next on) where Zerochan included as one of sources.
NOTE the zerochan-2017 rip on russian tracker (https://rutracker.org/forum/viewtopic.php?t=5478026) just before this one
To browse images inside zips use FastStone MaxView.
Because of huge torrent size I recommend to download it on per-zip basis not to stuck on uncomplete zips.
Also keep seeding PLEASE to help me to fulfill the globe.
Load it to database and you can play with SQL - e.g. find most productive artists for artbooks aspect ratio :
select artis, copyr, count(*) cnt
from (
select fid, ifile, iw, ih, ar, pix, d.tag artis, c.tag copyr
from zero_posts o
join zero_tags d on d.id=o.fid and d.tag_cat=1
join zero_tags c on c.id=o.fid and c.tag_cat=3
)
where ar between 0.6 and 0.8 -- artbook-like
group by artis, copyr
order by 3 desc
and then extract findings for examination - xcopy from already unzipped images or unzipping on the fly
for %%F in ("d:\zerochan_2020\*.zip") do 7z x -r -o"e:\sortarea\" "%%F" *Kantai*Pixiv*2156130*
xcopy /s d:\zerochan_2020\*Kantai*Pixiv*2156130* e:\sortarea
Also you can download only medatadata (TSV) and several zips for example, explore it with STUFF and then
get more zips of interest or grab images directly from zerochan by ID list (with script included or any other tool).
THERE ARE some rips on Sukebei tracker for Konachan and Yande-re. With nipples.
Comments - 0