RssFeeds.xml: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Jmarshall
No edit summary
No edit summary
 
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{GoToParent|Parent=The UserData Folder}}
{{mininav| [[RSS ticker]] }}
__NOEDITSECTION__
The RssFeeds.xml file within the [[userdata]] folder contains the RSS feeds which are displayed by Kodi.
__NOTOC__
The RSSFeeds.xml file within the XBMC\[[The UserData Folder|UserData]] folder contains the RSS feeds which are displayed by XBMC.


Feeds are contained within sets and to have multiple feeds you can just add the feed to the relevent set, you can also have multiple sets...
Feeds are contained within sets and to have multiple feeds you can just add the feed to the relevent set.


To use different sets in your skins each must be called from a skin with a unique id.
You can also have multiple sets, but note that most skins use by default only the first set. So, if you want to display the other sets as well, you will need to edit the skin XML. See details in the [[RSS ticker]] page for more information on adding these feeds to a skin.
 
[[RSS feed Control|Look here for more information on adding the feeds to your skin.]]


This is an example of a feed set:
This is an example of a feed set:


<xml>
<xml>
<set id="1" rtl="false">
<set id="1" rtl="false">
  <feed updateinterval="30">http://feeds.feedburner.com/XboxScene</feed>
  <feed updateinterval="30">http://feeds.feedburner.com/Tacos</feed>
</set>
</set>
</xml>
</xml>


==Examples==
== Examples ==
Here is an example of a full file with mutiple sets and feeds:
Here is an example of a full file with mutiple sets and feeds:
<xml>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
  <set id="1">
    <!-- RSS feeds from feedburner.com !-->
    <!-- XBOX Scene !-->
    <feed updateinterval="30">http://feeds.feedburner.com/XboxScene</feed>
  </set>
  <set id="2">


<syntaxhighlight lang="xml" enclose="div">
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
  <set id="1">
     <!-- RSS feeds from skynews.com !-->
     <!-- RSS feeds from skynews.com !-->
     <!-- World News !-->
     <!-- World News !-->
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30200-1-100,00.xml</feed>
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30200-1-100,00.xml</feed>
     <!-- UK News !-->
     <!-- UK News !-->
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30100-1-100,00.xml</feed>
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30100-1-100,00.xml</feed>
     <!-- Sci-Tech !-->
     <!-- Sci-Tech !-->
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,31500-1-100,00.xml</feed>
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,31500-1-100,00.xml</feed>
     <!-- Business !-->
     <!-- Business !-->
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30400-1-100,00.xml</feed>
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30400-1-100,00.xml</feed>
     <!-- Offbeat !-->
     <!-- Offbeat !-->
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,91059-1-100,00.xml</feed>
     <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,91059-1-100,00.xml</feed>
   </set>
   </set>
 
   <set id="3">
   <set id="2">
 
    <!-- RSS feeds from cnn.com !-->
    <!-- RSS feeds from cnn.com !-->
    <!-- Top Stories !-->
 
    <!-- Top Stories !-->
     <feed updateinterval="30">http://rss.cnn.com/rss/cnn_topstories.rss</feed>
     <feed updateinterval="30">http://rss.cnn.com/rss/cnn_topstories.rss</feed>
 
    <!-- World !-->
    <!-- World !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_world.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_world.rss</feed>
 
    <!-- US !-->
    <!-- US !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_us.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_us.rss</feed>
 
    <!-- Politics !-->
    <!-- Politics !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_allpolitics.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_allpolitics.rss</feed>
   
     <!-- Law !-->
     <!-- Law !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_law.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_law.rss</feed>
     <!-- Technology !-->
     <!-- Technology !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_tech.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_tech.rss</feed>
     <!-- Space and Science !-->
     <!-- Space and Science !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_space.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_space.rss</feed>
     <!-- Health !-->
     <!-- Health !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_health.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_health.rss</feed>
     <!-- Entertainment !-->
     <!-- Entertainment !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_showbiz.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_showbiz.rss</feed>
     <!-- Travel !-->
     <!-- Travel !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_travel.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_travel.rss</feed>
     <!-- Education !-->
     <!-- Education !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_education.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_education.rss</feed>
     <!-- Video !-->
     <!-- Video !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_freevideo.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_freevideo.rss</feed>
     <!-- Offbeat !-->
     <!-- Offbeat !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_offbeat.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_offbeat.rss</feed>
     <!-- Most Popular !-->
     <!-- Most Popular !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_mostpopular.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_mostpopular.rss</feed>
     <!-- Most Recent !-->
     <!-- Most Recent !-->
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_latest.rss</feed>
     <feed updateinternal="30">http://rss.cnn.com/rss/cnn_latest.rss</feed>
   </set>
   </set>
 
   <set id="4">
   <set id="3">
 
     <!-- RSS feeds from cbsnews.com !-->
     <!-- RSS feeds from cbsnews.com !-->
     <!-- Top Stories !-->
     <!-- Top Stories !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/main.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/main.rss</feed>
     <!-- US !-->
     <!-- US !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/national.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/national.rss</feed>
     <!-- World !-->
     <!-- World !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/world.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/world.rss</feed>
     <!-- Public Eye !-->
     <!-- Public Eye !-->
     <feed updateinternal="30">http://www.cbsnews.com/rss/public_eye.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/rss/public_eye.rss</feed>
     <!-- Politics !-->
     <!-- Politics !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/politics.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/politics.rss</feed>
     <!-- Sci-Tech !-->
     <!-- Sci-Tech !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/scitech.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/scitech.rss</feed>
     <!-- Health Watch !-->
     <!-- Health Watch !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/health.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/health.rss</feed>
     <!-- Entertainment !-->
     <!-- Entertainment !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/entertainment.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/entertainment.rss</feed>
     <!-- Business !-->
     <!-- Business !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/business.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/business.rss</feed>
     <!-- Opinion !-->
     <!-- Opinion !-->
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/opinion.rss</feed>
     <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/opinion.rss</feed>
   </set>
   </set>
</rssfeeds>
</xml>
</syntaxhighlight>


</rssfeeds>
== XML Tags ==
</xml>
 
==XML Tags==
;set
;set
*Identifies the set that the feeds belong to. Using multiple sets allows you to display multiple feeds onscreen simultaneously.
* Identifies the set that the feeds belong to. Using multiple sets allows you to display multiple feeds onscreen simultaneously.
;id
;id
*Id of the set
* Id of the set. This attribute is used in the skin to reference which content should be displayed in the [[RSS_ticker]]
;rtl
;rtl
*if rtl="true" is set, then XBMC displays the text right to left rather than left to right. Useful for Hebrew and Arabic.
* if rtl="true" is set, then Kodi displays the text right to left rather than left to right. Useful for Hebrew and Arabic.
;feed
;feed
*Identifies the individual RSS feeds within a set. In the example pictured above, set 1 would show one feed, while set 2 would only several different feeds, one after the other,  
* Identifies the individual RSS feeds within a set. In the example pictured above, set 1 would show one feed, while set 2 would only several different feeds, one after the other,  
:updateinterval: The amount of time (in mins) allowed to lapse between updating the feeds
;updateinterval
* The amount of time (in mins) allowed to lapse between updating the feeds


==Other Questions==
== File locations ==
* On Windows, appstore version : "C:\Users\%username%\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCac​he\Roaming\Kodi\userdata\RssFeeds.xml"
Don't use the C:\Program Files\WindowsApps path as you may encounter access denied problems for viewing and editing the xml file.
* On Windows, non appstore version : "C:\Users\%username%\AppData\Roaming\Kodi\userdata\RssFeeds.xml".
 
== Other Questions ==
;Q. What is RSS \ what is a RSS feed
;Q. What is RSS \ what is a RSS feed
:A. RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But it's not just for news. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the “recent changes” page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way. <br>[http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html See the full article on xml.com]
:A. RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But it's not just for news. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the “recent changes” page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way. <br />[http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html See the full article on xml.com]


;Q. Is RSS 2.0 supported?<br>
;Q. Is RSS 2.0 supported?<br />
:A. RSS 2.0 is supported<br>
:A. RSS 2.0 is supported<br />


;Q. Can you change the scroll speed<br>
;Q. Can you change the scroll speed<br />
:A. No you can't change the scroll speed<br>
:A. You cannot modify it directly in the RssFeeds.xml file, however you can do this in the skin itself with the <scrollspeed> attribute. See [[RSS_ticker]] for details.<br />


;Q. Can you have more than one feed (in the same place)<br>
;Q. Can you have more than one feed (in the same place)<br />
:A. Yes, just add another feed in the same set.<br>
:A. Yes, just add another feed in the same set.<br />


;Q. Can you make the RSS feed update faster<br>
;Q. Can you make the RSS feed update faster<br />
:A. Yes, change the value for updateinterval (minutes)<br>
:A. Yes, change the value for updateinterval (minutes)<br />


;Q. Are other formats supported.<br>
;Q. Are other formats supported.<br />
:A. No only .xml is currently supported<br>
:A. No only .xml is currently supported<br />


;Q. I can't play this feed ....<br>
;Q. I can't play this feed ....<br />
:A. There seems to be a problem with feeds with no extension (no “.xml” on the end) make sure you check this.<br>
:A. There seems to be a problem with feeds with no extension (no “.xml” on the end) make sure you check this.<br />


;Q. I don't have a RSS feed in XBMC<br>
;Q. The feeds I added to RssFeeds.xml don't show up in Kodi
:A. If the skin you're using does not display multiple sets, put every feed in set id="1"
 
;Q. I don't have a RSS feed in Kodi<br />
:A. Can you access IMDb? Yes, then home.xml is configured incorrectly. If not, then your network settings are wrong. Make sure you set the <defaultgateway>-</defaultgateway>correctly if you go through a router.
:A. Can you access IMDb? Yes, then home.xml is configured incorrectly. If not, then your network settings are wrong. Make sure you set the <defaultgateway>-</defaultgateway>correctly if you go through a router.
{{Isengard updated}}


==More Feeds==
[[Category:Settings]]
NB: These feeds have not been verified...
[[Category:Manual]]
===CBS News===
Top Stories: [http://www.cbsnews.com/feeds/rss/main.rss http://www.cbsnews.com/feeds/rss/main.rss]<br>
US: [http://www.cbsnews.com/feeds/rss/national.rss http://www.cbsnews.com/feeds/rss/national.rss]<br>
World: [http://www.cbsnews.com/feeds/rss/world.rss http://www.cbsnews.com/feeds/rss/world.rss]<br>
Public Eye: [http://www.cbsnews.com/rss/public_eye.rss http://www.cbsnews.com/rss/public_eye.rss]<br>
Politics: [http://www.cbsnews.com/feeds/rss/politics.rss http://www.cbsnews.com/feeds/rss/politics.rss]<br>
Sci-Tech: [http://www.cbsnews.com/feeds/rss/scitech.rss http://www.cbsnews.com/feeds/rss/scitech.rss]<br>
Health Watch: [http://www.cbsnews.com/feeds/rss/health.rss http://www.cbsnews.com/feeds/rss/health.rss]<br>
Entertainment: [http://www.cbsnews.com/feeds/rss/entertainment.rss http://www.cbsnews.com/feeds/rss/entertainment.rss]<br>
Business: [http://www.cbsnews.com/feeds/rss/business.rss http://www.cbsnews.com/feeds/rss/business.rss]<br>
Opinion: [http://www.cbsnews.com/feeds/rss/opinion.rss http://www.cbsnews.com/feeds/rss/opinion.rss]<br>
 
===BBC News===
UK Edition: [http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss091.xml http://news.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss091.xml]<br>
World Edition: [http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml http://news.bbc.co.uk/rss/newsonline_world_edition/front_page/rss091.xml]
 
===New York Times===
[http://partners.userland.com/nytRss/nytHomepage.xml http://partners.userland.com/nytRss/nytHomepage.xml]
===Daily Ramblings (Hilarious)===
[http://dailyramblings.com/index.xml http://dailyramblings.com/index.xml]
===Political Wire===
[http://politicalwire.com/headlines.xml http://politicalwire.com/headlines.xml]
 
===XBMC Icon RSS Feeds===
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=22918 Wide Icons - Anime]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=19487 Wide Icons - Apps, Drives, & General]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=16739 Wide Icons - Categories]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=18581 Wide Icons - Emulators]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=19002 Wide Icons - Movies]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=17097 Wide Icons - Seasons]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=16787 Wide Icons - Shows]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=18165 Wide Icons - Xbox Games]
 
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=28 Xbox Games Tilted]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=2556 Xbox Games Non-Tilted]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=19963 Xbox Games - Square Icons]
 
[http://xbmc.ckdvt.com/html/modules/gallery2/main.php?g2_view=rss.SimpleRender&g2_itemId=22803 XBMC Splash Screens]
 
[[category:Customization]]
[[category:Settings]]

Latest revision as of 10:30, 19 July 2020

Home icon grey.png   ▶ RSS ticker ▶ RssFeeds.xml

The RssFeeds.xml file within the userdata folder contains the RSS feeds which are displayed by Kodi.

Feeds are contained within sets and to have multiple feeds you can just add the feed to the relevent set.

You can also have multiple sets, but note that most skins use by default only the first set. So, if you want to display the other sets as well, you will need to edit the skin XML. See details in the RSS ticker page for more information on adding these feeds to a skin.

This is an example of a feed set:

<xml>
<set id="1" rtl="false">
  <feed updateinterval="30">http://feeds.feedburner.com/Tacos</feed>
</set>
</xml>

Examples

Here is an example of a full file with mutiple sets and feeds:

 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <rssfeeds>
 
   <set id="1">
    <!-- RSS feeds from skynews.com !-->
    <!-- World News !-->
    <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30200-1-100,00.xml</feed>
    <!-- UK News !-->
    <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30100-1-100,00.xml</feed>
    <!-- Sci-Tech !-->
    <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,31500-1-100,00.xml</feed>
    <!-- Business !-->
    <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,30400-1-100,00.xml</feed>
    <!-- Offbeat !-->
    <feed updateinterval="30">http://www.sky.com/skynews/rss/article/0,,91059-1-100,00.xml</feed>
  </set>
 
  <set id="2">
     <!-- RSS feeds from cnn.com !-->
     <!-- Top Stories !-->
    <feed updateinterval="30">http://rss.cnn.com/rss/cnn_topstories.rss</feed>
     <!-- World !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_world.rss</feed>
     <!-- US !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_us.rss</feed>
     <!-- Politics !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_allpolitics.rss</feed>
    <!-- Law !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_law.rss</feed>
    <!-- Technology !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_tech.rss</feed>
    <!-- Space and Science !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_space.rss</feed>
    <!-- Health !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_health.rss</feed>
    <!-- Entertainment !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_showbiz.rss</feed>
    <!-- Travel !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_travel.rss</feed>
    <!-- Education !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_education.rss</feed>
    <!-- Video !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_freevideo.rss</feed>
    <!-- Offbeat !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_offbeat.rss</feed>
    <!-- Most Popular !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_mostpopular.rss</feed>
    <!-- Most Recent !-->
    <feed updateinternal="30">http://rss.cnn.com/rss/cnn_latest.rss</feed>
  </set>
 
  <set id="3">
    <!-- RSS feeds from cbsnews.com !-->
    <!-- Top Stories !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/main.rss</feed>
    <!-- US !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/national.rss</feed>
    <!-- World !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/world.rss</feed>
    <!-- Public Eye !-->
    <feed updateinternal="30">http://www.cbsnews.com/rss/public_eye.rss</feed>
    <!-- Politics !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/politics.rss</feed>
    <!-- Sci-Tech !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/scitech.rss</feed>
    <!-- Health Watch !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/health.rss</feed>
    <!-- Entertainment !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/entertainment.rss</feed>
    <!-- Business !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/business.rss</feed>
    <!-- Opinion !-->
    <feed updateinternal="30">http://www.cbsnews.com/feeds/rss/opinion.rss</feed>
  </set>
 
 </rssfeeds>
 </xml>

XML Tags

set
  • Identifies the set that the feeds belong to. Using multiple sets allows you to display multiple feeds onscreen simultaneously.
id
  • Id of the set. This attribute is used in the skin to reference which content should be displayed in the RSS_ticker
rtl
  • if rtl="true" is set, then Kodi displays the text right to left rather than left to right. Useful for Hebrew and Arabic.
feed
  • Identifies the individual RSS feeds within a set. In the example pictured above, set 1 would show one feed, while set 2 would only several different feeds, one after the other,
updateinterval
  • The amount of time (in mins) allowed to lapse between updating the feeds

File locations

  • On Windows, appstore version : "C:\Users\%username%\AppData\Local\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCac​he\Roaming\Kodi\userdata\RssFeeds.xml"

Don't use the C:\Program Files\WindowsApps path as you may encounter access denied problems for viewing and editing the xml file.

  • On Windows, non appstore version : "C:\Users\%username%\AppData\Roaming\Kodi\userdata\RssFeeds.xml".

Other Questions

Q. What is RSS \ what is a RSS feed
A. RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs. But it's not just for news. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the “recent changes” page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.
See the full article on xml.com
Q. Is RSS 2.0 supported?
A. RSS 2.0 is supported
Q. Can you change the scroll speed
A. You cannot modify it directly in the RssFeeds.xml file, however you can do this in the skin itself with the <scrollspeed> attribute. See RSS_ticker for details.
Q. Can you have more than one feed (in the same place)
A. Yes, just add another feed in the same set.
Q. Can you make the RSS feed update faster
A. Yes, change the value for updateinterval (minutes)
Q. Are other formats supported.
A. No only .xml is currently supported
Q. I can't play this feed ....
A. There seems to be a problem with feeds with no extension (no “.xml” on the end) make sure you check this.
Q. The feeds I added to RssFeeds.xml don't show up in Kodi
A. If the skin you're using does not display multiple sets, put every feed in set id="1"
Q. I don't have a RSS feed in Kodi
A. Can you access IMDb? Yes, then home.xml is configured incorrectly. If not, then your network settings are wrong. Make sure you set the <defaultgateway>-</defaultgateway>correctly if you go through a router.