mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Cover art is being cut off #6072
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 @nlxdodge on GitHub (Jun 28, 2024).
Please describe your bug
See screenshots, this is the problem I am facing, but I am not sure if this is due to Jellyfin itself or any of the plugins retrieving the image.
What I have tried to fix:
This is the browser inspector link:
https://jellyfin.somewebsitethatithoughtof.com/Items/0c41907140d802bb58430fed7e2cd79e/Images/Primary?fillHeight=266&fillWidth=474&quality=96&tag=6d303ec0c946f722e1bdca7f1d089641Sizes look good just like the others, it's just that the bottom part is black.
Reproduction Steps
Jellyfin Version
10.9.0
if other:
10.9.2
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
Going to the browser and inspecting element also shows this as the raw image:
https://jellyfin.somewebsitethatithoughtof.com/Items/0c41907140d802bb58430fed7e2cd79e/Images/Primary?fillHeight=266&fillWidth=474&quality=96&tag=6d303ec0c946f722e1bdca7f1d089641
Code of Conduct
@Ashpan commented on GitHub (Jul 16, 2024):
+1
I get the same issue with my Anime library only
@sjorge commented on GitHub (Jul 16, 2024):
I'm guessing because the anilist plugin downloads banners as backdrops. So they are super wide and short.
I though there was an issue open for that om the plugin issue tracker, but I can't find it.
@nielsvanvelzen commented on GitHub (Jul 16, 2024):
Those banners/backdrops work fine on the details page and other places they are used. I think we should change the library thumbnail generator instead to filter out the images with non-16:9 aspect ratios or scale & fit the image instead.
@sjorge commented on GitHub (Jul 16, 2024):
The
Next Upsections seems to handle this differently, it seems to cut out the middle in the correct aspect it wants. Maybe something similar can be done. (Although Next Up might be done in -web instead of server I'm not sure.)@jellyfin-bot commented on GitHub (Nov 14, 2024):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@nlxdodge commented on GitHub (Nov 15, 2024):
My server disk went out of space so I had to reset my Jellyfin, but when I created the new Anime repository it now seems to be fixed. Was a fix already made in another commit?
@nlxdodge commented on GitHub (Nov 19, 2024):
For me the issue is resolved with the latest Jellyfin version