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

feat: alternative titles #928

Closed
wants to merge 4 commits into from
Closed

Conversation

Snd-R
Copy link
Contributor

@Snd-R Snd-R commented Jul 22, 2022

Adds alternative titles to series.
Not sure about edit dialog, it might be better to have a separate tab for it but having a whole tab just for alt. titles didn't feel right
Closes #878

@gotson
Copy link
Owner

gotson commented Jul 25, 2022

Appreciate the PR, however i'm not set on the design. I see you used a Set<String> to store the titles, but i think having some kind of key or hint for each title would be beneficial.

MyAnimeList would provide the language of the title:

Screenshot 2022-07-25 at 10 44 18

Nautiljon also:

Screenshot 2022-07-25 at 10 45 34

I see an interest to distinguish the different titles, even within a same language. For example you could store Japanese titles in Romaji, Kanjis, and Hiragana/Katakana.

There's a similar discussion about the comicinfo format.

@Snd-R Snd-R marked this pull request as draft July 25, 2022 17:32
@Snd-R Snd-R closed this Jul 26, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add alternative titles metadata field for Series
2 participants