I'm trying to add an RSS ticker to Confluence. I've edited VideoFullscreen.xml, and the ticker starts going across, but there is no background behind the ticker. The RSS feeds do work, I am grabbing them from a local server on my network http://rss/feed.
Can anyone help me?
This is what I've added
<control type="image">
<description>RSS background</description>
<posx>0</posx>
<posy>0</posy>
<width>860</width>
<height>35</height>
<texture border="32,0,0,0">Rss_Back.png</texture>
<visible>true</visible>
</control>
<control type="image">
<description>RSS background</description>
<posx>0</posx>
<posy>0</posy>
<width>100</width>
<height>35</height>
<texture border="32,0,0,0">Rss_Back_Overlay.png</texture>
<visible>true</visible>
</control>
<control type="rss" id="1">
<description>Video overlay rss feeds</description>
<posx>0</posx>
<posy>30r</posy>
<width>1280</width>
<visible>true</visible>
<font>font14</font>
<textcolor>FFB2D4F5</textcolor>
<headlinecolor>FFFFFFFF</headlinecolor>
<titlecolor>FF655656</titlecolor>
<urlset>1</urlset>
</control>
<rssfeeds>
<set id="1">
<feed updateinterval="30">http://rss/feed</feed>
</set>
</rssfeeds>
RSS feeds on VideoFullscreen.xml mod
smolnar
Junior Member Posts: 4 Joined: Jul 2010 Reputation: 0 |
2010-07-14 00:57
Post: #1
|
| find quote |
smolnar
Junior Member Posts: 4 Joined: Jul 2010 Reputation: 0 |
2010-07-19 19:42
Post: #2
Bump!
Can anyone help? |
| find quote |
Ozpicious
Junior Member Posts: 6 Joined: Sep 2010 Reputation: 0 |
Hey smolnar, I've been trying to "hack" this into every skin I've used pretty much but been unsuccessful and nor have I really had the time to sit down and nut it out as I'm no xbmc skinning. After reading this post though and having few days spare I've managed to get it working with it's background and pulling from the rssfeeds.xml file however it is only displaying during the overlay when changing the screen resolution or popping up the overlay with the tech details about the playing file as shown in the below image.
![]() If you or anyone else out there can solve this to show during the fullscreen correctly and not just the overlays your a legend ![]() ![]() Here's the code for my rss modified VideoFullScreen.xml file from the latest Confulence skin at the svn repository. Code: <window id="2005">I'm sure there's probably some useless code in there too but like I said I'm no skinner.
(This post was last modified: 2010-10-04 22:19 by Ozpicious.)
|
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 31 Location: Florida |
2010-10-05 02:43
Post: #4
Here's how I did it:
Create a separate xml for your rss feed and name it custom_bottomline_1199.xml and save it in the 720p folder. Make sure it begins with "custom_" and ends with "_####" where #### is a new unique WindowID - 1199 is probably a safe bet. Then edit your keymaps\keyboard.xml file and find the section beginning: Code: <FullscreenVideo>That's it -- hope it helps For reference, here's my custom_bottomline_1199.xml Code: <window type="dialog" id="1199">
(This post was last modified: 2010-10-05 02:50 by stoli.)
|
| find quote |
Ozpicious
Junior Member Posts: 6 Joined: Sep 2010 Reputation: 0 |
2010-10-06 04:11
Post: #5
Hey stoli thanks for the help I didn't want the lose the function of b so I realised from your post I could simply replace the controls with the rss controls at the loss of the visual overlay info when switching resolutions or checking the file tech info which I don't really need or use and the resolution can of course still be set through the video settings from the OSD overlay. So I now have rss feeds on full screen video thanks that I can turn on and off easily with the black button cheers for you help.
If anyone wants it heres the code from my VideoFullScreen.xml file which Ive set to have two feeds from diff sets, one scrolling across the top and one the bottom. You will probably have to play with the positioning a little for your screen as these have been set for my old crappy low def lol Code: <window id="2005">
(This post was last modified: 2010-10-06 04:20 by Ozpicious.)
|
| find quote |

![[Image: XBMC_RSS_VideoFullScreen.gif]](http://c.imagehost.org/0270/XBMC_RSS_VideoFullScreen.gif)


Search
Help