-
-
Notifications
You must be signed in to change notification settings - Fork 27
Allow specification of non-English languages for logo selection from TMDb #330
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestneeds-mergedIssue has been resolved on a development branchIssue has been resolved on a development branch
Description
See #329 for instigating issue. TCM should allow users to specify a non-English language as their preferred logo language.
Theoretically, users could want an arbitrary number of languages for their logos, so this should permit any number of them with relative priorities (like image_source_priority).
This should be a TMDb option called logo_language_priority and should take a comma separated list of language codes, defaulting to en only.
For example:
tmdb:
# etc.
logo_language_priority: en, es, jaThis would look for English, then Spanish, then Japanese logos - choosing the highest priority one that's available.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds-mergedIssue has been resolved on a development branchIssue has been resolved on a development branch