Kodi Community Forum
RSS - 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: Quartz (https://forum.kodi.tv/forumdisplay.php?fid=141)
+---- Thread: RSS (/showthread.php?tid=131446)



RSS - bluedevil229 - 2012-05-13

I love this skin!

Is there a way I can get the RSS crawl on all shelves, and not just Settings (XBMC)?


Thanks!


RE: RSS - pecinko - 2012-05-14

In home.xml find

Code:
     <control type="rss" description="RSS Feed">
     <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
     <visible>ControlGroup(9000).HasFocus(306)</visible>

and delete

Code:
<visible>ControlGroup(9000).HasFocus(306)</visible>