![]() |
[MOD] Customizable Confluence - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: [MOD] Customizable Confluence (/showthread.php?tid=82065) |
- homerjs - 2011-11-18 Sorry to ask again but is it possible to fix the script.favourites for this skin, I cannot add menu item...'cannot find favourites.xml' with this skin only, works with others. Thanks - Colin14 - 2011-11-25 how do I install this? - mad-max - 2011-11-25 Colin14 Wrote:how do I install this? http://wiki.xbmc.org/index.php?title=HOW-TO:Install_and_switch_between_skins_in_XBMC - zpanderson - 2011-12-07 Any idea why this isn't compatible with the Weather Plus addon ![]() Weather Plus Addon - sjobbels - 2011-12-08 Try convergence - xaro - 2011-12-27 In the new version of xbmc 11.0 beta1 for ATv2 are not displayed in the series recently added. Is there a solution I would like to keep skin. - mad-max - 2011-12-27 xaro Wrote:In the new version of xbmc 11.0 beta1 for ATv2 are not displayed in the series recently added. You have to edit the xml of the viewtype...recently added in 10 was done via script, now it's built in... You have to change the infolabels cheers, mm - xaro - 2011-12-28 Quote:You have to edit the xml of the viewtype...recently added in 10 was done via script, now it's built in... can you please tell me where and what I need to change - mad-max - 2011-12-28 You need to change the $InfoLabels to the new built-in (see here: http://wiki.xbmc.org/index.php?title=InfoLabels ) e.g. Window(Home).LatestMovie(1) and so on... The Code for recently added in home is AFAIK in the appropriate include (vertical or horizontal), depending on what layout your using... mad-max - mad-max - 2011-12-28 For those who are interested in displaying the recently added widget, I have taken a look in the code and there is an error in the <visible> find line 168: Code: <visible>[Container(9000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)] | Container(9000).Hasfocus(11)] + !Skin.HasSetting(HorizontalMenu) | [Container(19000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)] | Container(19000).Hasfocus(11) + Skin.HasSetting(HorizontalMenu)]</visible> and change to: Code: <visible>[Container(9000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)] | Container(19000).Hasfocus(11)] + !Skin.HasSetting(HorizontalMenu) | [Container(19000).Hasfocus(2) + !Skin.HasSetting(HomeMenuNoTVShowsButton)] | Container(19000).Hasfocus(11) + Skin.HasSetting(HorizontalMenu)]</visible> This helps... cheers, Max - moviebuff - 2012-02-29 Does anyone know if this wonderful skin is compatible with new Eden RC1 release? I really like this skin mod and always seem to come back for this one. Love the half wall view - mad-max - 2012-03-01 No, this MOD is not Eden compatible... You might try install it...you will have some minor UI bugs that should not be so hard... But you need to change the video library parts in home and myvideonav Or you might try Horizontal Confluence-MOD as it's compatible with Eden RC1... cheers, mad-max RE: [MOD] Customizable Confluence - breezytm - 2013-11-05 i know this is old but is there a way to keep submenu from hiding? RE: [MOD] Customizable Confluence - rkerstet - 2016-02-16 When I install the zip there is no link to click to download? |