mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
No director displayed on newly added movies since 10.11.6 #8051
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?
Originally created by @kandykarter on GitHub (Jan 19, 2026).
Description of the bug
After upgrading to 10.11.6, newly added movies don't show director info. This is likely related to https://github.com/jellyfin/jellyfin/pull/15872
Reproduction steps
Add a new movie and look at the details page (alternately Replace All Metadata for an existing movie)
What is the current bug behavior?
The item details page shows no Director
What is the expected correct behavior?
Should show a director
Jellyfin Server version
10.11.6
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.11.6
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@ZeusCraft10 commented on GitHub (Jan 21, 2026):
Looks like this is fixed by #16066 - the Director mapping was checking for the wrong TMDB department (production instead of directing).