Multiple rss showing same data. Plz help me to fix
#1
I tried everything that posted on these forum. But all having same

Image

Code:
                <control type="rss" id="1">
                    <description>RSS feed</description>
                    <left>140</left>
                    <top>0</top>
                    <height>30</height>
                    <width>1730</width>
                    <font>font13</font>
                    <textcolor>themecolor</textcolor>
                    <titlecolor>themecolor</titlecolor>
                    <headlinecolor>grey</headlinecolor>
                    <shadowcolor>shadow</shadowcolor>
                </control>

Code:
                <control type="rss" id="2">
                    <description>RSS feed</description>
                    <left>140</left>
                    <top>44</top>
                    <height>30</height>
                    <width>1730</width>
                    <font>font13</font>
                    <textcolor>themecolor</textcolor>
                    <titlecolor>themecolor</titlecolor>
                    <headlinecolor>grey</headlinecolor>
                    <shadowcolor>shadow</shadowcolor>
                </control>


Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
   <set id="1">
     <feed updateinterval="30">http://feeds.feedburner.com/XboxScene</feed>
     <feed updateinterval="30">http://feeds.wired.com/wired/topheadlines</feed>
   </set>
   <set id="2">
     <feed updateinterval="30">http://www.cnet.com/rss/news/</feed>
   </set>
</rssfeeds>

But both showing same rss
Reply
#2
you could try to add a < urlset > element to the rss control.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#3
(2016-09-21, 13:47)phil65 Wrote: you could try to add a < urlset > element to the rss control.

It worked. Yeah thanks!!!!!!!
Reply

Logout Mark Read Team Forum Stats Members Help
Multiple rss showing same data. Plz help me to fix0