ShokoAnime / MyAnime3

Repository for My Anime 3, a MediaPortal plugin.
http://shokoanime.com/mediaportal/
15 stars 10 forks source link

Not consistently using proper series / group title #60

Closed RickDB closed 7 years ago

RickDB commented 7 years ago

Issue

It doesn't always use the series / group name consistently (see below example), we need to make sure it always bases it off the user preference.

http://i.imgur.com/h6roTXE.jpg

We should use *.PreferredTitle instead of groupname / seriesname.

To reproduce

Display series with romanji name (override if needed) and you will notice the naming in list is different than the one from the overview.

RickDB commented 7 years ago

Added workaround in commit 3dd87ab440bef466a2a522269b6149f7ce89851c

For further improvement we need to look at JMMServer as the only other way of doing this properly is very slow depending on group count, for the time being this is the best solution.