rss on VideoFullScreen.xml
#1
Hi. I copy rss control from home.xml to VideoFullScreen.xml and rss not showing. In other places it working fine.

Code:
<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>
Reply
#2
correct, you can't add stuff to the fullscreen video window.
it's just not supported.

a workaround to this limitation would be to add it to the seekbar dialog instead iirc.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Actually you can but you have to give each control an ID. Wink
Reply

Logout Mark Read Team Forum Stats Members Help
rss on VideoFullScreen.xml0