Kodi Community Forum

Full Version: RSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I love this skin!

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


Thanks!
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>