XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > xTV

xTV Subforum for the xTV take one skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-11-27, 19:02   #1
king bongmaster
Junior Member
 
Join Date: Aug 2008
Posts: 11
king bongmaster is on a distinguished road
Default XTV Multiple RSS feeds

OK I'm having a slight problem with RSS feeds in XTV

I really want multiple feeds on my home screen one on top and one on bottem.

This should be easy and simple

So I make two sets of feeds

<rssfeeds>
<set id="1">
<feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
</set>
<set id="2">
<feed updateinterval="30">http://www.prisonplanet.com/feed</feed>
</set>
</rssfeeds>

and I point to them in my Includes.xml

<include name="page-info">
<control type="rss">
<description>rss feed</description>
<posx>0</posx>
<posy>545</posy>
<width>720</width>
<font>font14</font>
<urlset>1</urlset>
<textcolor>info-text</textcolor>
<titlecolor>rss-title-text</titlecolor>
<headlinecolor>rss-headline-text</headlinecolor>
</control>
<control type="rss">
<description>rss feed</description>
<posx>0</posx>
<posy>10</posy>
<width>720</width>
<font>font12</font>
<urlset>2</urlset>
<textcolor>info-text</textcolor>
<titlecolor>rss-title-text</titlecolor>
<headlinecolor>rss-headline-text</headlinecolor>
</control>

But no matter what I try I get the same result. It runs two RSS feeds just like I want, one on top and one on Bottom but no matter how I do it I get the same feed on both. I want each feed to be a different set but it won't work lol ANy ideas?

king bongmaster is offline   Reply With Quote
Old 2008-12-20, 00:25   #2
azido
Fan
 
azido's Avatar
 
Join Date: Nov 2008
Location: Stuttgart, Germany
Posts: 1,810
azido is on a distinguished road
Send a message via Skype™ to azido
Default

Quote:
Originally Posted by king bongmaster View Post
OK I'm having a slight problem with RSS feeds in XTV

I really want multiple feeds on my home screen one on top and one on bottem.

This should be easy and simple

So I make two sets of feeds

<rssfeeds>
<set id="1">
<feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
</set>
<set id="2">
<feed updateinterval="30">http://www.prisonplanet.com/feed</feed>
</set>
</rssfeeds>

and I point to them in my Includes.xml

<include name="page-info">
<control type="rss">
<description>rss feed</description>
<posx>0</posx>
<posy>545</posy>
<width>720</width>
<font>font14</font>
<urlset>1</urlset>
<textcolor>info-text</textcolor>
<titlecolor>rss-title-text</titlecolor>
<headlinecolor>rss-headline-text</headlinecolor>
</control>
<control type="rss">
<description>rss feed</description>
<posx>0</posx>
<posy>10</posy>
<width>720</width>
<font>font12</font>
<urlset>2</urlset>
<textcolor>info-text</textcolor>
<titlecolor>rss-title-text</titlecolor>
<headlinecolor>rss-headline-text</headlinecolor>
</control>

But no matter what I try I get the same result. It runs two RSS feeds just like I want, one on top and one on Bottom but no matter how I do it I get the same feed on both. I want each feed to be a different set but it won't work lol ANy ideas?
don't know if it makes sense, but i would try different descriptions for those feeds. like i.e.

<description>xbmc feed</description>
and
<description>prisonplanet feed</description>
__________________
cheers,azido

THE AEON SHOWMIX WIKI AT ASSEMBLA

Visit The ShowMix Project

azido is offline   Reply With Quote
Old 2008-12-22, 23:20   #3
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

only thing i can think of is that you have edited the wrong rssfeeds xml file (no mention of platform and no log so hard to tell)
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
spiff is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:57.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project