Recently Added Epsisodes no longer show Episode images... - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: XeeBo (https://forum.kodi.tv/forumdisplay.php?fid=140) +----- Thread: Recently Added Epsisodes no longer show Episode images... (/showthread.php?tid=154185) |
Recently Added Epsisodes no longer show Episode images... - bonelifer - 2013-01-31 Recently Added Epsisodes are now shown with the ALL Season Poster instead of their Episode image on the home page. Is there a way to change it back to the using Episode images on the homescreen like it did in Eden? Now it shows like this despite having images for the Episode: RE: Recently Added Epsisodes no longer show Episode images... - Hitcher - 2013-01-31 This is how I wanted it for Eden but posters weren't available so thumbs had to do. RE: Recently Added Epsisodes no longer show Episode images... - bbarou - 2013-02-08 I also prefer the episode images in the Recently Added Episode on the home page. It's quite easy to change, though I guess I'll have to change it again on the next update (A setting would be nice) To change it you need to edit the file %xbmc_profile%\addons\skin.xeebo\720p\includes_home_default.xml. change all the lines containing: "<thumb>$INFO[Window.Property(LatestEpisode.9.ShowThumb)]</thumb>" to <thumb>$INFO[Window.Property(LatestEpisode.9.Thumb)]</thumb> The first of those line is at line 1588 (version 5.02) @Hitcher: Thanks for your skin , my main criteria for a skin was "wife friendliness", and this is definitly it. Cheers. |