-
-
Notifications
You must be signed in to change notification settings - Fork 266
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 alternative titles metadata field for Series #878
Comments
That's not alternative titles, but titles in different languages. There shouldn't be any reason to have the English title for a Japanese Manga published in French for instance. |
That's not very clear. You want to be able to search by all those titles, is that it? |
Yes. For example, if I have set a manga with the name If possible these alternative names should be available from the |
And there is a reason to ask this feature, I want to be able to retrieve from my collection all missing informations on online manga databases like To search a manga or a book on these databases, I need to have all alternative titles. |
Can you expand on that? |
Depending on how you manage your collection, you should choose the title you set for a series. Personnally, I like to use the most appropriate name. When you want to search for metadatas or purchase link for a manga, you should search with different names to find the best matches. On MyAnimeList, when I search "L'attaque des titans", they return 4 pages of result, and no one have the translated title. So you have to choose which title to use according to the database you are using for your search. |
Not sure to understand, do you them have some scripts that would perform that search? If yes, searching with each of the titles will give you even more results.. |
Currently, I does'nt have scripts but I want to make an application to synchronize metadatas. For each mangas, I will search with the title that I set in komga, but if no result match the name, i want to compare with alternatives names to find the best match. |
For those who might not know, if you edit the metadata in ComicRack (ComicInfo.XML file within .CBZ archives), you can set an alternate series title and it will show in the "Read Lists" tab of Komga. Searching then works by either the main title or alternative title. For instance, within ComicInfo.XML:
This limits you to two titles but it should already be enough. You can use English Title as default and Japanese Title as alternate for example (this is what I do). |
The purpose of that field is not to store an alternative title of the series, but to reflect the fact that the book is part of 2 different series, usually for cross-overs. |
# [0.159.0](v0.158.0...v0.159.0) (2023-01-17) ### Bug Fixes * **api:** include Z in datetime formats ([bb7b7fd](bb7b7fd)) * **api:** some dates were not returned as UTC ([cdfb8e3](cdfb8e3)) * translated using Weblate ([6ad0188](6ad0188)) ### Features * add links field in series metadata ([f9f02a3](f9f02a3)), closes [#938](#938) * series metadata supports alternate titles ([8e0655f](8e0655f)), closes [#878](#878) * **webui:** display datetime when hovering date on item card ([4d97172](4d97172)) * **webui:** display number of pages left on book details view ([77424b1](77424b1)), closes [#1012](#1012) * **webui:** display read date on book details view ([c30c755](c30c755)), closes [#757](#757) * **webui:** increment/decrement numberSort in bulk ([e7fbe57](e7fbe57)), closes [#628](#628)
🎉 This issue has been resolved in version 0.159.0 🎉 The release is available on:
|
Describe your suggested feature
Many manga have one or more alternative titles depending on the publishing country, editor or edition name.
Example:
To properly manage my collection, I would like to have the ability to edit the metadata and so retrieve a manga from any of its titles in the search engine.
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: