You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you've compiled your own version, please use the last commit you compiled.
The Issue
AniDB currently stores VA/character mappings per anime. We on the other hand store it globally. So, when we have a character that appears in multiple anime, but with different VA for each, then we will currently store the last known VA/character mappings for a character from the last anime that was refreshed and contained the character.
Example
An example explaining it using the following character; Roronoa Zoro
Start storing VA/character mappings per anime, and also add a database/startup migration to regenerate all mappings from scratch again using the locally available xml files.
The text was updated successfully, but these errors were encountered:
storing those per series is the most sane way. I can imagine (as not so long ago) many original VA will pass away, and will be replace with new ones. then it would wipe mapping of are original VA.
VERSION INFORMATION
Server Version:
4.2.2.190
Desktop Version: N/A
If you've compiled your own version, please use the last commit you compiled.
The Issue
AniDB currently stores VA/character mappings per anime. We on the other hand store it globally. So, when we have a character that appears in multiple anime, but with different VA for each, then we will currently store the last known VA/character mappings for a character from the last anime that was refreshed and contained the character.
Example
An example explaining it using the following character; Roronoa Zoro
If we refresh One Piece, then we will have two mappings for the character, one to Nakai Kazuya and one to Urawa Megumi. If we instead refresh One Piece (2000), then we will only have a mapping to Nakai Kazuya. And last, if we refresh One Piece: Taose! Kaizoku Ganzack, then we will only have a mapping to Takagi Wataru stored.
Proposed solution
Start storing VA/character mappings per anime, and also add a database/startup migration to regenerate all mappings from scratch again using the locally available xml files.
The text was updated successfully, but these errors were encountered: