-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Sankaku new tags system #7333
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
Comments
Enabling the |
yes i enabled it very long time ago, tags_artist tags[N] but new tags system is so good, hope it get updated soon |
For my part, I would prefer that if support for the new tag categories is implemented at least there's a config option to keep using the current ones because they are the same or very similar to the categories other boorus sites are already using and merging the tags from all sites based on file checksum (MD5) is easier that way than dealing with the large amount of new categories Sankaku introduced. |
Hope they add some sort of option to select which tags( I mean categories of them) download and which category to ignore while saving tags in file. For example save only tags from Anatomy, Pose, Action and Cloth and totally ignore other one. I know that there is --filter function, but can't figure out how to use it better to setup it. Also it will be very usefull if there will be option to add marker for each tag which category it's in, something like "[Pose] Sitting". |
These new categories are better organized, but many people may prefer the system used so far. For this reason, I suggest implementing an option in the configuration file like this: "enable-new-categories": false / true for those who wish to keep it unchanged, the value false provides the old tag system similarly shared by other booru sites; An other request related to the new tag system is the possibility to filter them during the export post-process. I think a |
Is those categories already implemented in fresh builds? I can't figure out how to enable it and write tags to file with categories enabled. |
No, you misunderstood my post. I was just suggesting a possible solution to implement, not a feature already present in Gallery-dl. However, I already asked mikf about it and he confirmed that the new tag system will eventually be implemented in future but not planned with this method. |
Sorry to reopen this thread, but something is wrong. "tags_fashion":
"bangs",
"bare_shoulders" All the other categorized tag (Anatomy, Pose, Action,...) are completely ignored from the exporting. "sankaku": {
"username": "****",
"password": "****",
"tags": "extended",
"cookies": ["firefox", null, null, null, ".sankakucomplex.com"], |
Any post ID on which you encountered this problem? Just as a reference for future tests. |
Found the issue. This line prevents cookies from being loaded and I somehow missed this.
|
I'm using the .exe version of Gallery-dl, so I'll just have to wait for the fix. |
to allow '"tags": "extended"' to work properly
Today I just ran chan.sankaku and found out it has a completely new tag system. Now it has organized tag groups, which are pretty damn good:
https://imgur.com/a/yYAh1KY
But it looks like gallery-dl doesn't support it yet.
The text was updated successfully, but these errors were encountered: