ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
483 stars 30 forks source link

Add option to download with tags #58

Closed ihavenoface closed 6 years ago

ihavenoface commented 6 years ago

https://github.com/hydrusnetwork/hydrus offers a way to scrape a given directory for images periodically. Optionally it can pick up a text file containing the image tags, alongside the image, and import those as well.

ie. if you have an image called myImage.png, you could also put a corresponding text file called myImage.png.txt which holds the image's tags.

I think it would be very convenient to have an option which also stores the tags as described above.

ahodesuka commented 6 years ago

Option's disabled by default.

ihavenoface commented 6 years ago

Thanks!