Kodi Community Forum

Full Version: RSS Control Feed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok i have edited RssFeeds.xml in the folder userdata :

Code:
<rssfeeds>
  <set id="1">
    <feed updateinterval="30">http://feeds.cbsnews.com/CBSNewsMain</feed>
  </set>
</rssfeeds>

yet it is not changing in xbmc, its stays on default. Can anyone help me out Smile

Thanks in advance
adriank99 Wrote:Ok i have edited RssFeeds.xml in the folder userdata :

Code:
<rssfeeds>
  <set id="1">
    <feed updateinterval="30">http://feeds.cbsnews.com/CBSNewsMain</feed>
  </set>
</rssfeeds>

yet it is not changing in xbmc, its stays on default. Can anyone help me out Smile

Thanks in advance
1) You need to restart XBMC for changes to take effect. 2)If you're on Windows make sure you're changing the one in %appdata%\xbmc\userdata and not the one in Program Files.

Also, you're in luck... I just commited a script to xbmc-addons to make it easy to change the RSS Feeds. You can install it using the SVN Repo Installer. It requires r21930.
rwparris2 Wrote:1) You need to restart XBMC for changes to take effect. 2)If you're on Windows make sure you're changing the one in %appdata%\xbmc\userdata and not the one in Program Files.

Also, you're in luck... I just commited a script to xbmc-addons to make it easy to change the RSS Feeds. You can install it using the SVN Repo Installer. It requires r21930.

worked!

your are a saint sir. Smile
Does anyone know if it is possible to add a tag to the RssFeeds.xml to manually set the title of the RSS source? Some are unnecessarily long (like BBC blah blah blah, when it could be just BBC). Looked in the Wiki but didn't see anything.