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

Make tags import from TMDB configurable #6765

Merged
merged 1 commit into from Nov 2, 2021
Merged

Conversation

zehnerGIT
Copy link
Contributor

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.

@cvium cvium merged commit 77634d3 into jellyfin:master Nov 2, 2021
@zehnerGIT zehnerGIT deleted the tmdbtags branch November 3, 2021 09:15
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

3 participants