mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10737] [MERGED] Make TMDb api key configurable, fix missing/wrong image urls #12414
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12414
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/10737
Author: @1337joe
Created: 12/17/2023
Status: ✅ Merged
Merged: 12/28/2023
Merged by: @Bond-009
Base:
master← Head:tmdb-plugin-fix📝 Commits (3)
c8da8eeAdd api key to configurationf7479bcFix missing posters in collection identifye91de65Stop saving Jellyfin API key in settings xml📊 Changes
5 files changed (+36 additions, -6 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/BoxSets/TmdbBoxSetProvider.cs(+5 -3)📝
MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs(+6 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html(+19 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs(+5 -1)📄 Description
The API key is added to the config file but not the user-facing plugin page. Most users should not mess with the key, but as discussed in #10529 some users like tracking their own API usage or dislike that using the Jellyfin key includes their statistics where someone else could possibly see.
To change the key open the TMDb plugin settings and hit save, then open
Jellyfin.Plugin.Tmdb.xml(at~/.local/share/jellyfin/plugins/configurations/Jellyfin.Plugin.Tmdb.xmlin my dev environment), set theTmdbApiKeyvalue, and restart Jellyfin to pick up changes.An empty or missing
TmdbApiKeyvalue will cause Jellyfin to use the Jellyfin key, which will not be saved to the xml file.Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.