mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Issue]: Logos are not available #3418
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 @Sledgehamma on GitHub (Dec 5, 2021).
Please describe your bug
Setup:
Running Jellyfin 10.7.7 on unRaid 6.9.2. via Docker (ich777)
Movies:
Metadata downloaders:
Fetcher Settings:
TV Shows:
Metadata downloaders:
Episode Metadata downloaders:
Series Fetcher Settings:
TheMovieDB
Season Fetcher Settings:
TheMovieDB
Issue:
Logos are not downloaded for either movies nor tv shows. Even manually going to a movie then "edit images" and going straight to "Logos" none are shown. Also enabling "all languages" doesn't load any logos.
See one example:
Spiderman: Far From Home (2019):
Logos are available on TMDB
https://www.themoviedb.org/movie/429617-spider-man-far-from-home/images/logos
However, none are shown in Jellyfin (please see attached screenshot)
Same behavior for TV shows. I couldn't find any example in which logos are available.
Please let me know if I should provide additional information. Thanks for your hard work!
Cheers!
Jellyfin Version
10.7.7
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
Code of Conduct
@1337joe commented on GitHub (Dec 5, 2021):
Logos are not available from TMDb because the library we use doesn't yet have a release to support them. Support for logos is merged into TMDbLib (LordMike/TMDbLib#389). As soon as that's released and we're updated to use the new version I can merge this to add support to jellyfin.
@Sledgehamma commented on GitHub (Dec 5, 2021):
Awesome! Thanks for your answer and the link :)