-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Season poster art is ignored #342
Comments
Do you have different season artwork in the Jellyfin server? Season images work fine here on a fresh sync. It's worth noting that season text won't work, as upstream Kodi doesn't have that ability at this time. But provided your Jellyfin server has different season images, they should be getting synced down |
Hey sorry this might be an issue with my skin. I will review and close this if its the case. |
Things seem to be fine, I'm going to go ahead and close this. If it's still an issue feel free to reopen |
Sorry to be re-opening this issue... As you can see in the image below, when viewing the series in Jellyfin-web all is good. System
|
@mcarlton00 do you think this issue should be re-opened? |
We can re-open it, but if I can't replicate it, I can't fix it. And for all of my series and testing across different devices and versions (and multiple servers) it's working fine here. At this point, I can only assume that this is related to #505 and that the way we handle images could use some revamping, but that's a non-insignificant amount of work if I'm not sure it's the problem (again, can't replicate/confirm that it's an issue here). The bulk of the work is that we have to do a database migration and effectively change every single synced item. As you can imagine, that's not exactly a quick process and needs some thought put into the code behind it. |
Thanks for the thoughtful response. |
Unfortunately not. The image loading is currently handled by Kodi's internal renderers. And for some reason it seems to work for some images but not others. If my guess is correct, then it's something in Kodi's internal systems that doesn't like certain servers/URLs, which doesn't make any sense at all. In most cases you can take those URLs directly from the database and stick them in your browser and they load fine, so it's a rather infuriating issue overall. |
@mcarlton00 are you running Jellyfin and Kodi on same/separate machine/s? My setup:
Checking the
So it seems to me like the problem is with Jellyfin not reporting the season poster to Kodi. |
I have this same issue. Running Kodi 19.4 on an Android TV and Jellyfin 10.8.8 on a Mac Mini via Docker. The issue seems to be on/off. On most series on Kodi, I see all the season posters reflected from Jellyfin. However, there are a few series (especially those with many seasons) where maybe 8/20 of the Jellyfin season posters will show. The other 12/20 are just the main poster for the series. On Kodi I've tried to select Manage > Choose Art > Poster > Browse > Item Folder > it leads me to folders of each season, and when I select the season I want (which is displaying the poster I want to choose, btw), thinking I can select that poster, it leads me instead into a folder of all the thumbnails from that season's episodes. If there's a workaround, I'd love to know. Thanks! |
I have noticed that this only seems to happen for shows in which I have the episodes in season folders, and only the seasons that have their own folders do not get season posters on Kodi. For example, I have Survivor S01-S44, but I only have S01-S43 in season folders because S44 is still airing. Example: On Kodi, S44 has the correct season poster and its custom name, reflected from Jellyfin Web UI. However, S01-S43 just have the main series poster. This same pattern happens for another show, Australian Survivor, in which S03-S09 are in season folders but S10 is not because it is still airing. S10 has the correct season poster and its custom name while S03-S09 do not. There may be a connection to #433 here. Lastly, for another show, The Amazing Race, S01-S34 are all in season folders because they're all complete. None of these seasons have a season poster on Kodi; they just have the main series poster. |
I was able to solve this problem by doing two things, though I don't know if you have to do both:
I then selected "Repair Libraries" on Kodi and the seasons now show with their custom names and the correct season posters. I got this solution from #433. |
Describe the bug
TV shows that have different artwork for each season are shown with just the main artwork, rather than the different posters for different seasons.
To Reproduce
Expected behavior
The poster artwork for each season should be displayed when viewing the seasons for that show.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: