Posts: 1,471
Joined: Mar 2018
Reputation:
30
On the SxEx topic again. Kodi UI does it with different ways of displaying this (like the current App version does). Kodi UI uses 1x01 in the library view and S1E1 in the playing screen. As said, we can use it for while and then decide how to configure it finally for a next release.
Posts: 582
Joined: Apr 2014
Reputation:
10
I had wiped the app entirely when we were testing the long load times for artwork. I just cleared the cache but the images exhibit the same issue. I can tell the cache was cleaned as there was a slight delay before showing the poster art. The same images that worked fine before are the ones that still look fine. The rest remain with an incorrect rounding.
Be curious if I’m the only one exhibiting it. Interesting that it’s a problem on both my iPad and iPhone.
Posts: 1,471
Joined: Mar 2018
Reputation:
30
Ah, I guess my last comment on picture aspect ratios might be the problem. I see similar problems, if I just resize my images (reducing the width). The non-working rounded corners can in this case be easily fixed (using ScaleAspectToFill instead of ScaleAspectToFit), but I need to review this and check for other possible glitches.
Posts: 582
Joined: Apr 2014
Reputation:
10
I assume you are onto something but for me it’s just the normal grid layout view for movies or tv shows. Everywhere else rounded corners works fine.
iPad gen 8, iPhone mini 12 both on 16.4.x
I never bothered to look hard before but could this be related to one of the earliest bugs I reported to you here? The massive stuttering I reported when rounded corners were enabled? That was over two years ago I suspect. I’m pretty sure I disabled rounded corners after we tested your fix and never paid any attention to it until now.
Posts: 1,471
Joined: Mar 2018
Reputation:
30
The code change that I currently suspect is two years old (related to introduction of station logos for recordings). As it only happens when the cover images do not have the expected aspect ratio, and mine seem to be ok, I did not pay attention to it yet.
What finally made me look into the right direction was your latest screenshot which shows signs of frames with seemingly correct rounded edges, but the covers not filling the frame, combined with the freshly synced images. We will see with one of the next builds.
Posts: 582
Joined: Apr 2014
Reputation:
10
Thanks Buschel,
Rounded corners working fine here.