mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6765] [MERGED] Make tags import from TMDB configurable #11110
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?
📋 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:
master← Head:tmdbtags📝 Commits (1)
3d85895Make 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.