zoriya / Kyoo

A portable and vast media library solution.
https://kyoo.zoriya.dev
GNU General Public License v3.0
1.66k stars 38 forks source link

Handle missing translations in scanner #493

Closed zoriya closed 4 months ago

zoriya commented 4 months ago

If the scanner could not find the requested translation, it would raise an error. Up until now this was not an issue since TMDB always return us translations data, even if they don't have the data they return another language or placeholder data (ex Episode 18 instead of a title).

This will prove problematic in the future, since TVDB and other providers will/migth not have the same behavior.

This issue was revealed in #491 since anilist only has english data and this issue also appears on the feat/tvdb branch.