mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8916] Augment Tmdb tags to include original language #11903
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8916
State: closed
Merged: No
Changes
When generating tag metadata from TMDB, include the original language as a tag (e.g.
lang-enorlang-fr).The intent here is to piggyback on SqliteItemRepository's use of tags to determine item similarity to also consider a movie's original (primary) language. The result being that Jellyfin's "More Like This" would give some relevance to a movie's language.
Furthermore, in concert with https://github.com/jellyfin/jellyfin/pull/8842 this change would allow searching for content by language.
Issues
Partially addresses https://features.jellyfin.org/posts/39/filter-videos-by-audio-stream-language