Well sadly this is closed souce and he is doing it in Windev24 i believe as mentioned in a past post.
Would really like if it was on a git in python with qt ui or something as it would be super easy to edit and help for everyone.
Even those that don't really know how to code can learn python pretty easily and help out with all kinds of features.
Too bad really, would be sad to see this project die for whatever reason and the sourcecode not being out there.
Debated quite a few times to make something like this in the past. Years ago before even F95 was a thing.
As for what features you wrote up.
Tags and general searching should be refined with a good search bar that accepts creators, versions, engines, titles and tags.
Tag siblings is also a must as there is already quite a few duplicates of tags. That also goes for creators as some threads have typos.
Doing Segments sounds liks a really shitty idea. Better searching options and a way to quickly search for the content you want specifically or not by excluding is the way to go.
All you really need for insperation is to look at
You must be registered to see the links
.
Most enteries can easily be typed in and auto-completed and added as a search param. Listing all the paramaters you have in your current search allows the users to remove any of them or even change one param to exclude.
Having an easy way to exclude from the query text box with something like - infront of it makes sense, like "-engine:rgpmaker".
Auto-completions should accept any form of metadata the user has in the system.
Owned state, ratings/favs, tags and all other metadata. With the addition to any other field that might be needed.
Having a full search system allows the UI to be much cleaner too. Instead of two chunky text boxes that cant even accept enteries of half values (like search "dude" for "the dude". Currently you need to start with "the" for it to show up as a result).
Interests and such can also be built on if needed with favorite tags.
All metadata fields could technically be tags and it makes sense that way.
TLDR; Copy the Hydrus search system and unify all searchable fields into a single query location with auto-completion.
Converting all metadata fields into namespaces as tags would make sense for this aswell for both searching and database location.
BTW: Try Hydrus, its great! (Shameless Discord Admin plug)
You must be registered to see the links
Notes on tags, searching and namespaces:
You must be registered to see the links