Hello all.
Is there a way to have the nice "Rss feed Ticker" show only the first 5 (or what ever number you want) entries from a feed?
would become say
Some of the Feeds I use have like 40 or 50 entries. And it can take a long time to scroll pass them all. Would be nice of I could limit the amount before the next site feed comes onto the screen.
Thanks for reading
Oddsodz
Is there a way to have the nice "Rss feed Ticker" show only the first 5 (or what ever number you want) entries from a feed?
Code:
<feed updateinterval="30">http://xbmc.org/feed</feed>
would become say
Code:
<feed updateinterval="30" amount="5">http://xbmc.org/feed</feed>
Some of the Feeds I use have like 40 or 50 entries. And it can take a long time to scroll pass them all. Would be nice of I could limit the amount before the next site feed comes onto the screen.
Thanks for reading
Oddsodz