• 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9
Release Amber now updated for Jarvis\v16
Many thanks Joe. Top work.
OSMC Vero 4K, Intel NUC Celeron 847, ODroid N2+, Raspberry Pi3 LibreELEC. Amazon Fire TV
Vizio  Atmos 7.1
LG 65" OLED
Reply
(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
Reply
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.
Image
Reply
(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.
Image

Hi, do you have the same issues with other views in Amber and can you reproduce it in Confluence for example?
Reply
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.
Reply
(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
Reply
Hello
Thank you for your quick reativity

Everything works, the icons are back

I had a suggection to you at the movies info fanart view
if it was possible to have the black background transparency for an optimal

screenshot: Image

thank you again for your great work
Reply
(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.
Reply
Wink 
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
Reply
(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.
Reply
Bug 
@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.

Image Image
Reply
Hey should the Nextup notification plugin work with Amber?
Reply
(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.
Reply
(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,
Reply
(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
Reply
  • 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9

Logout Mark Read Team Forum Stats Members Help
Amber now updated for Jarvis\v165