mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Actors pictures missing when using only local metadata #2039
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#2039
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?
Originally created by @1024mb on GitHub (Aug 13, 2020).
Describe the bug
All the actors images are missing when only local metadata is used.
System (please complete the following information):
To Reproduce
Expected behavior
To see the actor images.
Screenshots
Additional context
I didn't know if this is a bug or a feature request.
The actor pictures are stored on folders named
.actors, one for each movie/TV show. Kodi is able to show the images so I guess the naming/storing conventions are respected.@Orthos79 commented on GitHub (Aug 22, 2020):
I copied all actor picture files as described below. It works, but at the moment an actorimage in Jellyfin will only be shown if I at least click it once in Jellyfin Cast&Crew. (But of course I don´t want to click every actor image... I try to find a solution for that)
https://www.reddit.com/r/jellyfin/comments/b7huxv/actor_thumbnails_where_does_jellyfin_look_for_them/
//metadata/People/C/Chiwetel Ejiofor/poster.jpg
I would prefer it when files in the movie directory (.actors) could be used.
Regards,
Marc
@stale[bot] commented on GitHub (Dec 21, 2020):
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or nightlies, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
@1024mb commented on GitHub (Dec 24, 2020):
Still happening.
@4ndreasH commented on GitHub (Jan 3, 2021):
same for me (jellyfin_10.7.0~rc2)
@natrius commented on GitHub (Jan 5, 2021):
i created a custom folder for testing
export\mediafiles\family\metadata\name name\poster.jpgand added in the nfo<thumb>/export/mediafiles/family/metadata/name name/poster.jpg</thumb>as well. But it does not get filled this way, is it possible Jellyfin can not handle if these pictures are somewhere else?@jfranki commented on GitHub (Sep 23, 2021):
I believe #4989 did not solve this issue as the problem is still happening (10.7.6), therefore I think this should be reopened.
@crobibero commented on GitHub (Sep 23, 2021):
The PR that you've linked was not in the 10.7.x release.
@wyq977 commented on GitHub (Nov 6, 2021):
Can confirm that this is still happening in 10.7.7 so I hope this issue could be reopened. I only use local metadata downloaded from tmm or Sonarr, photos of the actors only shows up when I clicked on it at least once.
And actor image location/url are specified in
tvshow.nfo:e.g.
@cvium commented on GitHub (Nov 6, 2021):
I can confirm that the fix is still not in 10.7.x. It is, however, in 10.8-alpha/master/unstable. So no, it will not be reopened.
@wyq977 commented on GitHub (Nov 7, 2021):
ty for the update and the fix!