Where can I set the bottomline RSS feed?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #11
The current one on is 217x25, but the only part the really matters visually is the height of 25, width can be whatever you wish.
find quote
MWRecords Offline
Junior Member
Posts: 19
Joined: Aug 2011
Reputation: 0
Location: Iowa
Post: #12
Sorry if this is a stupid question, I am new to xbmc. Where would I go to edit this file? I am using XBMC live on an acer aspire revo.


stoli Wrote:You have to edit the /userdata/rssfeeds.xml file - I've posted mine below as an example. The items in set id="2" will display on the bottom feed.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
  <!--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.-->
  <set id="1">
    <feed updateinterval="30">http://rss.cnn.com/rss/cnn_topstories.rss</feed>
    <feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
  </set>
  <set id="2">
    <feed updateinterval="30">http://www.mpiii.com/scores/mlb.php</feed>
    <feed updateinterval="30">http://www.mpiii.com/scores/nfl.php</feed>
    <feed updateinterval="30">http://www.mpiii.com/scores/ncaa.php</feed>
  </set>
</rssfeeds>

Hope that helps.
find quote
bertybassett Offline
Senior Member
Posts: 131
Joined: Jun 2010
Reputation: 4
Post: #13
sorry just noticed by question as already been answered in this thread
(This post was last modified: 2012-08-06 16:59 by bertybassett.)
find quote
megaskywarp Offline
Junior Member
Posts: 13
Joined: Oct 2012
Reputation: 0
Post: #14
"I use the top for the the standard xbmc feed and another from bbc news while the bottom one is strictly sports scores. That one is also available while watching videos with a simple press of a button..."


What button?
(This post was last modified: 2012-10-05 03:16 by megaskywarp.)
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #15
Would you believe I don't remember? I'll have to check it out this weekend as it's been a long time since I have used that feature. I believe I changed the key mapping.
find quote
megaskywarp Offline
Junior Member
Posts: 13
Joined: Oct 2012
Reputation: 0
Post: #16
No worries, thanks for the quick reply.
find quote
Post Reply