LoliSnatcher_Droid
LoliSnatcher_Droid copied to clipboard
[Feature Request] Changes to the way tags are displayed?
I would love to see some changes to the way an images tags are displayed when you press on the "info"-button.
Display the tag count (number of pictures with that tag), and color code them by category or even separate by category. Essentially, I'd like to see it look more like tags look on Gelbooru or e621 (examples attached).

The reason I haven't done this is that only danbooru returns tag types, to do it would require querying the booru apis for every single tag for every image and I think thatd be quite slow
If you look at your source code for e621, you're already loading (maybe that's the best word) tags by type. I don't know what it's like for other boorus.
Not all booru engines return tags as types so I don't think using what the apis provide is a good solution
Another way of doing this is creating separate files with tags data scraped from different sites which then users could download and merge with local db of the app. Grabber does something like this for their colored tags.
I already scraped a list of ~60k of tags which have at least 100 images. But I won't start implementing it until I complete rewriting the app's core logic and testing for 2.0
Added in 2.3 for some boorus