jellyfin / jellyfin-plugin-anilist

GNU General Public License v2.0
36 stars 22 forks source link

"Filter People by Title Preference" does not account for different Original Title-Title configurations and changes to the Anilist API #58

Open mmshivesh opened 4 months ago

mmshivesh commented 4 months ago

There's currently two issues, with the "Filter by Title Preference"

  1. Currently, there's no way to only show Japanese VA's as a part of People list if using English titles. This behavior flip flopped between Romaji and Japanese over different releases (most recently changed with #40). For instance, the following configuration will filter out JP VA's which could be different from user intention:
Screen Shot 2024-04-28 at 12 19 38 AM@2x image
  1. When using Japanese titles, Anilist has updated their API to include additional languages: Chinese, Arabic, Filipino, Catalan, Finnish, Turkish, Dutch, Swedish, Thai, Tagalog, Malaysian, Indonesian, Vietnamese, Nepali, Hindi, Urdu. The old Language API returns "JAPANESE" for all of these cases, which means that additional non-Japanese VA's get included in the list:
image image

This is an issue created as instructed by the Contribution Guidelines, I'll attach this to the corresponding PR soon.