[PR #6765] [MERGED] Make tags import from TMDB configurable #11110

Closed
opened 2026-02-07 06:32:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6765
Author: @zehnerGIT
Created: 11/2/2021
Status: Merged
Merged: 11/2/2021
Merged by: @cvium

Base: masterHead: tmdbtags


📝 Commits (1)

  • 3d85895 Make tags import from TMDB configurable

📊 Changes

3 files changed (+31 additions, -5 deletions)

View changed files

📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs (+10 -0)
📝 MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html (+7 -3)
📝 MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs (+14 -2)

📄 Description

Added new settings to disable tags import from TMDB for Movies and Series. Most tags are only available in English, so other languages should be able to disable the import. I don't like the naming of most tags, so I would disable them even with English as language.

Changes
Settings have "Exclude" in their name, so default behaviour without a configuration change is to import the tags (act as before)

Issues
https://github.com/jellyfin/jellyfin-plugin-tmdb/issues/10

Hint
Don't test the same movie/serie again after a configuration change. Providers use an IMemoryCache and if a movie/serie/person/... is in cache, the refresh doesn't trigger a new search, it uses the data from cache. A configuration change for some (all?) settings should clear the cache imho (only a language change is safe, the language is part of the key from cache), but that's a problem for all providers and not part of this PR.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6765 **Author:** [@zehnerGIT](https://github.com/zehnerGIT) **Created:** 11/2/2021 **Status:** ✅ Merged **Merged:** 11/2/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `tmdbtags` --- ### 📝 Commits (1) - [`3d85895`](https://github.com/jellyfin/jellyfin/commit/3d858955b6efe2f91cc77cfbf90a3679a29e1bbd) Make tags import from TMDB configurable ### 📊 Changes **3 files changed** (+31 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs` (+10 -0) 📝 `MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html` (+7 -3) 📝 `MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs` (+14 -2) </details> ### 📄 Description Added new settings to disable tags import from TMDB for Movies and Series. Most tags are only available in English, so other languages should be able to disable the import. I don't like the naming of most tags, so I would disable them even with English as language. **Changes** Settings have "Exclude" in their name, so default behaviour without a configuration change is to import the tags (act as before) **Issues** https://github.com/jellyfin/jellyfin-plugin-tmdb/issues/10 **Hint** Don't test the same movie/serie again after a configuration change. Providers use an IMemoryCache and if a movie/serie/person/... is in cache, the refresh doesn't trigger a new search, it uses the data from cache. A configuration change for some (all?) settings should clear the cache imho (only a language change is safe, the language is part of the key from cache), but that's a problem for all providers and not part of this PR. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:32:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11110