-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Add a plugin that can parse comics downloaded by h@h #1066
Comments
Tag rules in the intended method for auto-replacing incoming tags. In the meantime, all I can recommend would be a script-type plugin that goes through the entire DB and replaces according to your translation DB. |
I wrote a plugin ChineseTagTranslator.pm using ChatGPT that translates the stored English tags into Chinese and adds them to the metadata. However, this plugin does not implement the feature to delete English tags because LRR does not currently support sorting for non-English tags (issue #946). If you need to delete English tags, you can consider using the Tag Rule feature. The following rule can be used to remove all English tags except for
By the way, The reason for excluding the date_added tag is that after changing the namespace to Chinese, the timestamp is no longer able to display in the year/month/day format. I suspect this might be related to HTML, but unfortunately, I am not familiar with HTML. I hope someone can work on this adaptation. |
Admin Settings -> Tag Rules: Implementing automatic replacement when adding files Translation data is automatically updated every week, but I am not sure how to automatically update Tag Rules another solution: https://github.com/zhy201810576/ETagConverter You need manually triger this script, only applicable to existing files |
The document downloaded through h@h will contain a galleryinfo.txt file, which contains gallery-related tags.
Here is a project that maps original english to Chinese, which contains a json dataset : EhTagTranslation
Can an option or plugin be added to automate the translation?
I tried to write a function to achieve it.
The text was updated successfully, but these errors were encountered: