Release Amber now updated for Jarvis\v16 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203) +---- Thread: Release Amber now updated for Jarvis\v16 (/showthread.php?tid=251260) |
RE: Amber now updated for Jarvis\v16 - smallclone - 2016-06-07 Many thanks Joe. Top work. RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-06-07 (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 RE: Amber now updated for Jarvis\v16 - ray.lp - 2016-06-07 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. RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-06-07 (2016-06-07, 20:08)ray.lp Wrote: Hello Hi, do you have the same issues with other views in Amber and can you reproduce it in Confluence for example? RE: Amber now updated for Jarvis\v16 - ray.lp - 2016-06-08 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. RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-06-08 (2016-06-08, 00:26)ray.lp Wrote: Thank you for your reply 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 RE: Amber now updated for Jarvis\v16 - ray.lp - 2016-06-08 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: thank you again for your great work RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-06-08 (2016-06-08, 14:07)ray.lp Wrote: Hello 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. RE: Amber now updated for Jarvis\v16 - ray.lp - 2016-06-08 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 RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-06-08 (2016-06-08, 16:21)ray.lp Wrote: I also make the change Excellent spot, I'll try and add those to the pull request too. Thanks. RE: Amber now updated for Jarvis\v16 - Zpower - 2016-09-11 @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. RE: Amber now updated for Jarvis\v16 - horstepipe - 2016-09-15 Hey should the Nextup notification plugin work with Amber? RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-09-15 (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. RE: Amber now updated for Jarvis\v16 - joethepartylion - 2016-09-15 (2016-09-11, 20:40)Zpower Wrote: @joethepartylion 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, RE: Amber now updated for Jarvis\v16 - Zpower - 2016-09-16 (2016-09-15, 12:36)joethepartylion Wrote:(2016-09-11, 20:40)Zpower Wrote: @joethepartylion 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 |