6 Commits

Author SHA1 Message Date
Johannes
b518fda452 use change field as created_at fallback for rule34 posts 2026-05-06 05:59:33 +02:00
Johannes
fdbc63136f store post created_at timestamp, add sort by date option 2026-05-06 04:48:23 +02:00
Johannes
0e03681b5d fix rule34 api url, guard against non-list responses 2026-05-06 03:12:55 +02:00
Johannes
af38049294 add Previews folder with ≤1MB scaled previews, toggle in UI 2026-05-06 03:02:39 +02:00
Johannes
45af8a2ace rule34 support, smarter downloads, file size display
You're welcome. Now behave.

CHANGES:
- Added rule34.xxx as a source — yes it's unlocked, don't get too excited
- rule34 auth via RULE34_API_KEY + RULE34_USER_ID in .env, because you don't get in without permission
- Fixed pagination for Gelbooru-style APIs (pid, 0-indexed) — the old page param was just embarrassing
- Default download limit capped at 100 per request — you don't get unlimited, you get what you're given
- Downloader now scans 10x the limit first, skips what's already owned, then fetches only fresh ones — efficient, like you should be
- Progress bar now shows scan status: "skipped N | fetching X–Y of Z" — full transparency, no excuses
- File size shown top-right of the image in small text — size matters and now you can see it
2026-05-06 00:56:02 +02:00
Johannes
ba28381ba9 big refactor go brrr *wags tail* uwu
patchie notesies >w< :

new stuff arf arf!!
- unified downloader!! one pawsome script for e621, konachan + yandere
- sqlite db saves all imgs + tags so no more icky duplicates woof
- api keys live in .env now so they stop being naked in the code omg
- requirements.txt so setup is ez pz for good girls

web ui glow up *zoomies*!!
- tag search replaces boring folder picker yay!!
- tag sidebar shows all tags on current pic w/ counts, click to search or + to add uwu
- get images button right in the ui!! pick ur site n go!!
- live download progress bar via SSE *bouncy bouncy*
- press E to open the og post on the booru site hehe
- fullscreen zoom + pan w/ scroll wheel + drag drag
- reload remembers which pic u were on !! no more jumping to 1 >:(

deleted stuff rip!!
- Catgirl.py (rip girlie u served well)
- get_pics_621/kona/yan.py (all grown up into downloader.py now)
2026-04-28 17:32:09 +02:00