Skip to content
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] replacing original tags with translated tags in .json and .xmp files #1216

Closed
3 tasks done
smol-loli opened this issue Dec 25, 2022 · 1 comment
Closed
3 tasks done

Comments

@smol-loli
Copy link

smol-loli commented Dec 25, 2022

Prerequisites

Description - Feature Request

Config option for:
replacing original tags with translated tags in .json and .xmp files. As far is I know it's only possible to enable translated tags for dir / file naming and not for .xmp metadata and .json output.

Current version:

Example image used: https://www.pixiv.net/en/artworks/99606887

.xmp (only the part that stores tags)

    <rdf:Seq>
     <rdf:li>女の子</rdf:li>
     <rdf:li>少女</rdf:li>
     <rdf:li>オリジナル</rdf:li>
     <rdf:li>ロリ</rdf:li>
     <rdf:li>オリキャラ</rdf:li>
     <rdf:li>幼女</rdf:li>
     <rdf:li>うちの子</rdf:li>
    </rdf:Seq>

.json (only the part that stores tags)

{
    "Artist ID": "65996290",
    "Artist Name": "ICHICA_332",
    "Image ID": 99606887,
    "Title": "にゃんこ",
    "Caption": "",
    "Tags": [
        "女の子",
        "少女",
        "オリジナル",
        "ロリ",
        "オリキャラ",
        "幼女",
        "うちの子"
    ],

My request:

.xmp (only the part that stores tags)

    <rdf:Seq>
     <rdf:li>girl</rdf:li>
     <rdf:li>young girl</rdf:li>
     <rdf:li>original character</rdf:li>
     <rdf:li>loli</rdf:li>
     <rdf:li>original character</rdf:li>
     <rdf:li>little girl</rdf:li>
     <rdf:li>OC</rdf:li>
    </rdf:Seq>

.json (only the part that stores tags)

{
    "Artist ID": "65996290",
    "Artist Name": "ICHICA_332",
    "Image ID": 99606887,
    "Title": "にゃんこ",
    "Caption": "",
    "Tags": [
        "girl",
        "young girl",
        "original character",
        "loli",
        "original character",
        "little girl",
        "OC"
    ],

I don't know if this is practical to implement, I'm sorry if this idea is stupid :)

Merry Christmas ❤️

@smol-loli smol-loli changed the title [Feature Request] [Feature Request] replacing original tags with translated tags in .json and .xmp files Dec 25, 2022
@smol-loli
Copy link
Author

Thank you very much ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants