-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Multiple Artist and Character Tags #588
Comments
Why not, but isn't this a duplicate of issue #573 ? |
It is in relation to #573 as that requests the ability to have each tag on a separate line. However, this feature request is an enhancement to that idea as this would allow the artist, character and other namespaces a user can set be repeated if there are multiple artists, or characters in a image. Currently Grabber writes multiple artists/characters/etc as either: This feature request would have Grabber recognize the multiple characters/artists/etc on separate lines and add the correct namespace. If you would like more examples as to how Hydrus formats its tags (and what this request would be adding support for), take a look at the user script: BooruTagParser . If you enable the script and go to almost any booru (though I would suggest e621 due to the custom species namespace they use) and click copy tags, then paste those tags into any decent text editor (such as notepad++ or Sublime Text) you can see how the tag files are formatted and what this request and #573 are working toward. Additionally, that script may help with the addition of custom tokens/namespaces as it shows code for searching HTML. |
In that case, would the in-progress "token options" feature fix this issue? it would result in format such as:
With the two options for tags being:
And I checked Booru Tag Parser and it also just checks every possible namespace. I could do this but I'm trying to do (for version 4.8.0) something where you could add your own "namespace" (is that Hydrus terminology?). |
From your link on the token options feature it does sound like this would indeed fix this issue. If we could have an option to also exclude namespaces we don't want to see (such as the general namespace) and leave it just as the tags that would cover pretty much all the angles I could see for the feature. Namespaces are also Hydrus terminology, though there may be a better term for it. Thank you for investing the time to look into adding this feature to Grabber! |
%all% does not contain tags that are already in other places of the format. For example, if your filename is So in your case, a format would be:
Which would result in:
You can also of course change the separator of %general% if you want line breaks.
You're welcome. If you have any other suggestions, feel free to ask 😄 |
Seems like this issue was not fixed. Testing with e621's id:964758 With filename Using the 5.0.0 final version (that should come out this week-end), the format that should be used is:
Which gives the proper output:
|
Would it be possible for Grabber to support an option for writing multiple Artists, Characters, and other user specified namespaces as:
character:character1
character:character2
character:character3
etc
in the separate tag file?
Currently a user has the option of using a separator like the + symbol, however this prevents the tags from being properly imported into image managers like Hydrus as it expects each artist or character to be on a separate line.
Thanks in advance!
The text was updated successfully, but these errors were encountered: