Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augment Tmdb tags to include original language #8916

Closed
wants to merge 1 commit into from

Conversation

bradbeattie
Copy link
Contributor

Changes
When generating tag metadata from TMDB, include the original language as a tag (e.g. lang-en or lang-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 #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

@Shadowghost
Copy link
Contributor

IMHO this is a workaround. Ideally current and original content language would be saved explicitly in the database.

@bradbeattie
Copy link
Contributor Author

Yep. Happy to close if less patchy way of doing this is in the works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants