LoliSnatcher_Droid icon indicating copy to clipboard operation
LoliSnatcher_Droid copied to clipboard

[Feature Request] Changes to the way tags are displayed?

Open ZutgKcjA opened this issue 4 years ago • 4 comments

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). e621 gelbooru

ZutgKcjA avatar Mar 24 '21 16:03 ZutgKcjA

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

NO-ob avatar Mar 26 '21 08:03 NO-ob

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.

ZutgKcjA avatar Jul 14 '21 21:07 ZutgKcjA

Not all booru engines return tags as types so I don't think using what the apis provide is a good solution

NO-ob avatar Jul 15 '21 07:07 NO-ob

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

NANI-SORE avatar Jul 15 '21 14:07 NANI-SORE

Added in 2.3 for some boorus

NANI-SORE avatar Nov 20 '22 19:11 NANI-SORE