2016-06-07, 12:55
Many thanks Joe. Top work.
(2016-06-07, 12:55)smallclone Wrote: Many thanks Joe. Top work.
(2016-06-07, 20:08)ray.lp Wrote: Hello
A big thank you for your work
Amber is my favorite skin, which is why I wanted you back an error on the thumbnails will not be displayed. a screenshot to understand. Here it is with the freplay addon but it also does with others. thanks again.
(2016-06-08, 00:26)ray.lp Wrote: Thank you for your reply
no problem with confluence or other skin
it does with all views in amber (list, fanard, icon ...)
and also with the parent folder thumbnail.
(2016-06-08, 14:07)ray.lp Wrote: Hello
Thank you for your quick response
But unfortunately the problem is not resolved.
(2016-06-08, 16:21)ray.lp Wrote: I also make the change
to the small list view ( view_54 ) line 40
- <texture background="true">$INFO[ListItem.Art(thumb)]</texture>
+ <texture background="true">$VAR[Thumbs]</texture>
and also for the list view ( view_50 ) line 202, 213 , 224, 239, 302
- <texture background="true">$INFO[ListItem.Art(thumb)]</texture>
+ <texture background="true">$VAR[Thumbs]</texture>
thank you very much again
ray.lp
(2016-09-11, 20:40)Zpower Wrote: @joethepartylion
Hi
For some reason i need to back to Jarvis and abandon for now Kodi 17.
So, i found a bug on how amber display covers on movies menu.
Instead covers fanart appears in almost all my films. In other cases the cover appears correctly.
This just happened with Amber.
(2016-09-15, 12:36)joethepartylion Wrote:(2016-09-11, 20:40)Zpower Wrote: @joethepartylion
Hi
For some reason i need to back to Jarvis and abandon for now Kodi 17.
So, i found a bug on how amber display covers on movies menu.
Instead covers fanart appears in almost all my films. In other cases the cover appears correctly.
This just happened with Amber.
I think it is related to the post above yours, can you try modifying View_50_List.xml line 202, 213 , 224, 239, 302 as per below
- <texture background="true">$INFO[ListItem.Art(thumb)]</texture>
+ <texture background="true">$VAR[Thumbs]</texture>
If it works I'll send a pull request to Jester,