XBMCG33K Wrote:As you can see in the below image you have some stretching going on on the corners. This IS something a lot of skins have if the images are stretched. What fixed it in xperience was images the proper size of the coding.
As you can see you have stretching on the border AND the poster diffuse. Would be really easy to make images in the proper size to fix it.
The tricky part there in files mode is that the thumbs are set to keep the aspectratio. So they are going to be stretched more in certain situations. The thumbs can be 4:3, 16:9, and everything in between. So because of that the diffuse and bordertexture are going to get stretched. In the library you can more or less know in advance what kind of thumb there's going to be in the viewtype (posters, banners, episode thumbs, landscape, potrait, etc) so you can make a diffuse and bordertexture specifically for that.
I don't know any coding solution for the issue in filemode, but if there is, I'll be glad to see it
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
The ideal solution would be if we could set border coordinates for diffuse textures but I don't think you can.
Quote:Another thing which is probably something only really anal people care about is the aspect ratio of the posters. It seems to me your diffuse cuts some posters off a little. Only in a handful of my posters does it do this but like I said maybe it's just my picky-ness lol
I consider myself pretty anal
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
So that one bugs me a bit too, but it all comes down to a compromise. I want all the posters to have the same dimensions, and because there is no real dimensions standard as far as the scrapers are concerned then some cutting is inevitable. Unless I set it to stretch, but given the choice I would rather have some cutting than distorted images. The cutting isn't cause by the diffuse in any case.
Quote:I'll let you know if I see much else.
Thanks