Kodi Community Forum
Eden: Help!! Always show RSS feeds in top of playing video - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Eden: Help!! Always show RSS feeds in top of playing video (/showthread.php?tid=125429)

Pages: 1 2


Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-13

Hello, i'm complete new to xbmc, linux etc. So i hope someone can help me out with this problem. I have a script that plays automaticly a video playlist when i start xbmc. Now i want to show the rss feeds as overlay over the video's. Can someone explain me how ik can do that?


AW: Always show RSS feeds in top of playing video - mad-max - 2012-03-13

You need to adjust VideoFullScreen.xml to show you the RSS...
The code for it can be found at the nearly end of Home.xml...
Just search for RSS in Home.xml...

If you have more questions, just ask...


RE: AW: Always show RSS feeds in top of playing video - invince - 2012-03-13

(2012-03-13, 14:17)mad-max Wrote: You need to adjust VideoFullScreen.xml to show you the RSS...
The code for it can be found at the nearly end of Home.xml...
Just search for RSS in Home.xml...

If you have more questions, just ask...

I found the following code for rss:

<control type="group">
<posx>0</posx>
<posy>33r</posy>
<visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
<include>Window_OpenClose_Animation</include>
<control type="rss">
<description>RSS feed</description>
<posx>100</posx>
<posy>0</posy>
<height>30</height>
<width>1145</width>
<font>font12</font>
<urlset>1</urlset>
<textcolor>blue</textcolor>
<titlecolor>blue</titlecolor>
<headlinecolor>white</headlinecolor>
</control>
<control type="image">
<description>RSS background</description>
<posx>1250</posx>
<posy>2</posy>
<width>24</width>
<height>24</height>
<texture>icon-rss.png</texture>
</control>
</control>

Where exactly do i need to place it? I tried different places in videofullscreen.xml document in the 720p folder of confluence. But nothing happends.


RE: Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-14

Nobody?


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2012-03-14

http://pastebin.com/BF4YnyrM


RE: Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-14

Nice, it works! I hope i dont ask to much but can you make it perfect:

- Rss feeds in the bottom of the page (like the original)
- ??.png with a height of 35 for the background of the rss (i make gradient.png later so it looks like a rss bar)
- Weather, date and time also on screen on same place as the original

That would be perfect!


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2012-03-14

http://pastebin.com/Rd7yuGRg

Rest is up to you Wink


RE: Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-14

I get a black screen when paste it over the existing file. Only when i hit esc i see the video in the background.


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2012-03-14

sorry, typo

http://pastebin.com/SAFLMjCd




RE: Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-15

I thrown Ubunty in the recycle bin, doesnt support my graphic card 100%

Does anything change by switch to windows? Little thing; there is a kind of gradient over de rss text, you know why?


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2012-03-15

(2012-03-15, 13:20)invince Wrote: Does anything change by switch to windows?
Doesn't matter...this change is not platform specific
(2012-03-15, 13:20)invince Wrote: Little thing; there is a kind of gradient over de rss text, you know why?
Ouh...you might change the rss control with the grphics control below to have it vice versa...

mad-max


RE: Eden: Help!! Always show RSS feeds in top of playing video - invince - 2012-03-15

Great, works.

Now i want to change that underlaying gradient into a more black bar. But how do i change skin.confluence/media/Textures.xbt
that gradient is located in this file?!


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2012-03-15

Yes gradient is in there...you can simply copy a new PNG into the media directory and your good to go...


RE: Eden: Help!! Always show RSS feeds in top of playing video - kahenya - 2013-02-22

Hi,

This was a lifesaver, but here is a tiny trick quesion. What if I want it to show during specific times? Or every x minutes?

Thanks


RE: Eden: Help!! Always show RSS feeds in top of playing video - mad-max - 2013-02-22

Need to check if you can set a visible condition based on playback time or system time