Req Permanent RSS ticker
#1
Hello,

Before diving into the XBMC code, i was wondering if you have a solution/ideas/pointers for a feature that currently isn't present in XBMC.

In a nutshell: we have a requirement for having an 'Always on top' RSS ticker at the bottom of the screen. This is for our soccer club where,
in the weekends, live footbal is displayed on various TV screens. What we want is the ability to show live results of our own teams preferably
displaying them using a RSS feed.

All suggestions are welcome Big Grin
Reply
#2
Sounds like changing the skin would be enough for doing this...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#3
is the rss data available from guiinfomanager already?
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#4
Just put something like https://github.com/Black09/Xperience1080...om_RSS.xml to your skin .xml files (important, filename must start with "Custom"!). You will have te edit out "!Window.IsVisible(fullscreenvideo)" condition from it so it is visible in video playback.
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#5
(2013-02-18, 09:29)pieh Wrote: Just put something like https://github.com/Black09/Xperience1080...om_RSS.xml to your skin .xml files (important, filename must start with "Custom"!). You will have te edit out "!Window.IsVisible(fullscreenvideo)" condition from it so it is visible in video playback.

Thanks Pieh,

I will definitely give this a try Laugh
Reply
#6
(2013-02-18, 11:28)Teddos Wrote:
(2013-02-18, 09:29)pieh Wrote: Just put something like https://github.com/Black09/Xperience1080...om_RSS.xml to your skin .xml files (important, filename must start with "Custom"!). You will have te edit out "!Window.IsVisible(fullscreenvideo)" condition from it so it is visible in video playback.

Thanks Pieh,

I will definitely give this a try Laugh

Finally found some time to look at this... no luck so far Blush
I copied the Confluence skin and added a Custom_RSS.xml to the file system and made the modifications as suggested.
It shows the ticker in the Home screen only.

Any ideas?.
Reply
#7
it seems this needed more adjustments - try this one (working in confluence) http://pastebin.com/SL9krs9a
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply

Logout Mark Read Team Forum Stats Members Help
Permanent RSS ticker0