Hey , I was wondering how to add more than one RSS feed onto XBMC,
I was playing about with my xboxmediacenter.xml and changed it to this:
Code:
<!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !-->
<!-- To use different sets in your skin, each must be called from skin
with a unique id. !-->
<rss>
<set id="1">
<feed
updateinterval="30">http://www.xbox-scene.com/xbox1data/xbox-scene.xml</feed
>
</set>
<set id="2">
<feed
updateinterval="30">http://www.nforce.nl/rss/rss_11.xml</feed>
</set>
</rss>
And thats not working , Im not sure how to set it up but i think thats right
<!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. !-->
<!-- To use different sets in your skin, each must be called from skin with a unique id. !-->
<rss>
<set id="1">
<feed updateinterval="30">http://www.xbox-scene.com/xbox1data/xbox-scene.xml</feed>
<feed updateinterval="30">http://www.nforce.nl/rss/rss_11.xml</feed>
</set>
</rss>
Signature/Avatar nuking: none (can be changed in your profile)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum