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

Unexpected result when author name contains , character #70

Open
dark-person opened this issue Mar 23, 2024 · 1 comment
Open

Unexpected result when author name contains , character #70

dark-person opened this issue Mar 23, 2024 · 1 comment
Labels
admin/complicated Issue that is complicated to solve, request code/logic break change bug Something isn't working

Comments

@dark-person
Copy link
Owner

Describe the bug

When author name contains , character, e.g. [special(author1, author2)] , unexpected result appear as:

[special(author1, author2)

To Reproduce

Steps to reproduce the behavior:

  1. Enter author name as [special(author1, author2)]
  2. Generate .cbz folder and upload to komga

Expected behavior

Complete author name [special(author1, author2)], or any warning message.

Screenshots (If applicable)

N/A

OS Version (please complete the following information):

OS (With Version): Window 10

Notes

N/A

@dark-person dark-person added bug Something isn't working admin/complicated Issue that is complicated to solve, request code/logic break change labels Mar 23, 2024
@dark-person
Copy link
Owner Author

Consider this issue is hard to solve, due to komga use , strictly when load ComicInfo.xml.

There are some ways to manage:

  1. Replace all , character in author to & when parse folder name
  2. Show warning message before export to XML

Some research time is required to solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin/complicated Issue that is complicated to solve, request code/logic break change bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant