Bionus / imgbrd-grabber

Very customizable imageboard/booru downloader with powerful filenaming features.
https://www.bionus.org/imgbrd-grabber/
Apache License 2.0
2.41k stars 212 forks source link

Highlight already viewed / downloaded images #1964

Open GreenGummie opened 4 years ago

GreenGummie commented 4 years ago

When browsing you'll often times see images you've already viewed or downloaded. It would be nice if there was a border around images to signify if you've clicked or downloaded the image, or even just omit them from the result.

Bionus commented 4 years ago

Indeed, adding an information on the image if it has already been downloaded, such as a border can be a good idea. Same thing for already viewed images I guess. However, that would require storing the list of all opened images, something Grabber currently does not do.

or even just omit them from the result

There actually already is a feature to do that. I just added some documentation about it: https://bionus.github.io/imgbrd-grabber/docs/search.html (see the "Special “grabber” token" part)

If you just add -grabber:downloaded to your post-filters, you won't see already downloaded images in the results anymore.