2016-06-07, 12:55
2016-06-07, 16:45
(2016-06-07, 12:55)smallclone Wrote: [ -> ]Many thanks Joe. Top work.
No problem, added to https://github.com/jester-xbmc/skin.amber/pull/61 for Jarvis and my Krypton3 beta branch
2016-06-07, 20:08
2016-06-07, 20:54
(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.
Hi, do you have the same issues with other views in Amber and can you reproduce it in Confluence for example?
2016-06-08, 00:26
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.
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, 10:17
(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.
OK, I've tracked it down and it is fixed in here: https://github.com/jester-xbmc/skin.amber/pull/61
Hopefully this will make it to the next release
2016-06-08, 14:07
2016-06-08, 14:45
(2016-06-08, 14:07)ray.lp Wrote: [ -> ]Hello
Thank you for your quick response
But unfortunately the problem is not resolved.
Hi, for it to work you will either need to manually copy the updated files over to the appropriate location on your machine (only if you know exactly what you are doing) or you will need to wait for Jester to release v2.2.8 which should update automatically when available.
2016-06-08, 16:21
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
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-06-08, 17:13
(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
Excellent spot, I'll try and add those to the pull request too. Thanks.
2016-09-11, 20:40
@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.

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, 04:56
Hey should the Nextup notification plugin work with Amber?
2016-09-15, 12:34
(2016-09-15, 04:56)horstepipe Wrote: [ -> ]Hey should the Nextup notification plugin work with Amber?
Not yet, I'm hoping to have it available for Krypton.
2016-09-15, 12:36
(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,
2016-09-16, 18:58
(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,
Hello again,
I dont have View_50_List.xml
Only View_50.xml
However i modify the lines 202, 213, 224,239 and 302 and no effect.
If you can, look at the xml i modify
http://pastebin.com/3AsaAjbh