Kodi Community Forum
Transparency! v5.0.0 for XBMC Frodo 12.0 - 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: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: Transparency! v5.0.0 for XBMC Frodo 12.0 (/showthread.php?tid=146556)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-05-29

hi, i found an error, "bug" in live tv, when you open a channel if u press "C" (channel list) there is no more highlight in each channel in channel list, so is almost impossible to select channel with accuracy since you can't see what you are picking.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-05-29

(2013-05-29, 07:50)hfmls Wrote: hi, i found an error, "bug" in live tv, when you open a channel if u press "C" (channel list) there is no more highlight in each channel in channel list, so is almost impossible to select channel with accuracy since you can't see what you are picking.

i can't reproduce this.

when the list initially shows, no item is selected indeed (xbmc bug), but as soon as you press 'down' the first item in the list gets highlighted.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-05-30

yes you're right, after a reboot all is ok. strange Smile

btw could you tell me when we press "C" channel list if it would be possible to make that list bigger? Not more rows, but bigger in size. Square bigger,font bigger.
I want to use channel list almost full screen.
Thank you very much.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-05-30

(2013-05-30, 20:44)hfmls Wrote: yes you're right, after a reboot all is ok. strange Smile

btw could you tell me when we press "C" channel list if it would be possible to make that list bigger? Not more rows, but bigger in size. Square bigger,font bigger.
I want to use channel list almost full screen.
Thank you very much.

not unless you know a thing or two about skinning.
you'd have to modify this part of the skin yourself.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-05-30

i see, could you tell me what file it is? for "C" channel list?


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-05-31

(2013-05-30, 22:02)hfmls Wrote: i see, could you tell me what file it is? for "C" channel list?

sure, it's DialogPVRChannelsOSD.xml


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - kmfdm515 - 2013-05-31

Quick question regarding banners/posters for tv shows.

Based on this in the initial post:

Important Change since Eden:
2) for tv shows, posters are enabled by default now. if you prefer banners,
disable: skin settings > tv shows - use posters"


I disabled it. Works fine in the TV show...when scrolling through seasons, you get the season DVD Poster, and then the show Banner next to it. However, if you Choose 'TV Show Information' for a Season of the Show, the screen that comes up has the banner squished into the DVD case.

Is this due to the new Frodo naming convention for banners vs. folders? Any way to fix it?

Thanks.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-05-31

(2013-05-31, 00:32)kmfdm515 Wrote: However, if you Choose 'TV Show Information' for a Season of the Show, the screen that comes up has the banner squished into the DVD case.

thanx for mentioning this!

it's obviously a bug in the skin.
i'll fix that :-)


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-05-31

Hi mate, when we're watching a tv channel if we press E (i figure it's EPG? ) info is all messed. Could you check it out please?
Thank you in advance.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-05-31

ok i gotta say this was kinda tricky, but since i am webdesigner i tried to figured it out Smile

CHANGES:
- Bigger (Height)
- Bigger (Width)
- Changed EPG info colour
- Changed Current Channel ON colour
- More channels in LIST

here is my mod for channel list (DialogPVRChannelsOSD.xml) :

Code:
<window>
    <defaultcontrol always="true">11</defaultcontrol>
    <coordinates>
        <posx>150</posx>
        <posy>0</posy>
    </coordinates>
    <include>dialogeffect</include>
    <controls>
        <control type="group">
            <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(SliderDialog)">conditional</animation>
            <control type="image">
                <description>background image</description>
                <posx>0</posx>
                <posy>0</posy>
                <width>1000</width>
                <height>656</height>
                <texture border="30">panel.png</texture>
                <bordertexture border="45">panel-shadow.png</bordertexture>
                <bordersize>22</bordersize>
            </control>
            <control type="button">
                <posx>920</posx>
                <posy>32</posy>
                <width>20</width>
                <height>20</height>
                <texturefocus>close-window-focus.png</texturefocus>
                <texturenofocus>close-window-nofocus.png</texturenofocus>
                <onclick>Dialog.Close(pvrosdchannels)</onclick>
                <visible>Skin.HasSetting(TouchScreenMode)</visible>
            </control>
            <control type="label">
                <description>heading label</description>
                <posx>40</posx>
                <posy>40</posy>
                <width>920</width>
                <height>30</height>
                <align>center</align>
                <aligny>center</aligny>
                <font>font-32</font>
                <label>$LOCALIZE[19019]</label>
                <textcolor>blue</textcolor>
            </control>
            <control type="image">
                <posx>40</posx>
                <posy>78</posy>
                <width>920</width>
                <height>2</height>
                <texture>separator.png</texture>
            </control>
            <control type="list" id="11">
                <description>control area</description>
                <posx>45</posx>
                <posy>85</posy>
                <width>900</width>
                <height>535</height>
                <itemgap>0</itemgap>
                <pagecontrol>60</pagecontrol>
                <onleft>PreviousChannelGroup</onleft>
                <onright>60</onright>
                <ondown>11</ondown>
                <onup>11</onup>
                <itemlayout width="900" height="29">
                    <control type="progress">
                        <description>Progressbar</description>
                        <posx>40</posx>
                        <posy>-8</posy>
                        <width>870</width>
                        <height>46</height>
                        <colordiffuse>60FFFFFF</colordiffuse>
                        <texturebg border="10,0,10,0">Empty.png</texturebg>
                        <info>ListItem.Progress</info>
                    </control>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>920</width>
                        <height>30</height>
                        <texture border="7">list-nofocus.png</texture>
                    </control>
                    <control type="image">
                        <posx>10</posx>
                        <posy>3</posy>
                        <width>24</width>
                        <height>24</height>
                        <info>ListItem.Icon</info>
                    </control>
                    <control type="label">
                        <posx>80</posx>
                        <posy>0</posy>
                        <width>40</width>
                        <height>30</height>
                        <font>font-20</font>
                        <align>right</align>
                        <aligny>center</aligny>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.ChannelNumber</info>
                    </control>
                    <control type="label">
                        <posx>90</posx>
                        <posy>0</posy>
                        <width>920</width>
                        <height>30</height>
                        <font>font-20</font>
                        <align>left</align>
                        <aligny>center</aligny>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.ChannelName</info>
                    </control>
                    <control type="label">
                        <posx>900</posx>
                        <posy>0</posy>
                        <width>600</width>
                        <height>30</height>
                        <font>font-22</font>
                        <align>right</align>
                        <aligny>center</aligny>
                        <textcolor>orange</textcolor>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.Title</info>
                    </control>
                </itemlayout>
                <focusedlayout width="900" height="29">
                    <control type="progress">
                        <description>Progressbar</description>
                        <posx>40</posx>
                        <posy>-8</posy>
                        <width>870</width>
                        <height>46</height>
                        <colordiffuse>60FFFFFF</colordiffuse>
                        <texturebg border="10,0,10,0">Empty.png</texturebg>
                        <info>ListItem.Progress</info>
                    </control>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>920</width>
                        <height>30</height>
                        <texture border="7">list-nofocus.png</texture>
                    </control>
                    <control type="image">
                        <posx>0</posx>
                        <posy>0</posy>
                        <width>920</width>
                        <height>30</height>
                        <texture border="7">list-focus.png</texture>
                        <include>ListFocusScroll26</include>
                        <visible>Control.HasFocus(11)</visible>
                    </control>
                    <control type="image">
                        <posx>10</posx>
                        <posy>3</posy>
                        <width>24</width>
                        <height>24</height>
                        <info>ListItem.Icon</info>
                    </control>
                    <control type="label">
                        <posx>80</posx>
                        <posy>0</posy>
                        <width>40</width>
                        <height>30</height>
                        <font>font-20</font>
                        <align>right</align>
                        <aligny>center</aligny>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.ChannelNumber</info>
                    </control>
                    <control type="label">
                        <posx>90</posx>
                        <posy>0</posy>
                        <width>920</width>
                        <height>30</height>
                        <font>font-20</font>
                        <align>left</align>
                        <aligny>center</aligny>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.ChannelName</info>
                    </control>
                    <control type="label">
                        <posx>900</posx>
                        <posy>0</posy>
                        <width>600</width>
                        <height>30</height>
                        <font>font-22</font>
                        <align>right</align>
                        <aligny>center</aligny>
                        <textcolor>orange</textcolor>
                        <selectedcolor>red</selectedcolor>
                        <info>ListItem.Title</info>
                    </control>
                </focusedlayout>
            </control>
            <control type="scrollbar" id="60">
                <posx>950</posx>
                <posy>82</posy>
                <width>20</width>
                <height>540</height>
                <texturesliderbackground border="0,10,0,10">scrollbar-back.png</texturesliderbackground>
                <texturesliderbar border="0,10,0,10">scrollbar-front-nofocus.png</texturesliderbar>
                <texturesliderbarfocus border="0,10,0,10">scrollbar-front.png</texturesliderbarfocus>
                <textureslidernib>scrollbar-nib-nofocus.png</textureslidernib>
                <textureslidernibfocus>scrollbar-nib.png</textureslidernibfocus>
                <onleft>11</onleft>
                <onright>NextChannelGroup</onright>
                <ondown>60</ondown>
                <onup>60</onup>
                <showonepage>false</showonepage>
                <orientation>vertical</orientation>
            </control>
        </control>
    </controls>
</window>


MOD:


Image

PREVIOUS:

Image


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-05-31

(2013-05-31, 02:04)hfmls Wrote: Hi mate, when we're watching a tv channel if we press E (i figure it's EPG? ) info is all messed.

not on my end :-)

i assume you did restart xbmc this time just to make sure?

post a screenshot if the issue persists.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - hfmls - 2013-06-01

lol, yes Big Grin
here it is:

Image


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-06-03

(2013-06-01, 18:43)hfmls Wrote: lol, yes Big Grin
here it is:

Image

frankly, i have no idea how that can happen.


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - denywinarto - 2013-06-13

Hi, Ronie, i was wondering,
where can i get the no-focus version of this image?

Image

I need to put home button on myvideonav.xml but i couldn't find the no-focus version.

thanks


RE: Transparency! v5.0.0 for XBMC Frodo 12.0 - ronie - 2013-06-13

(2013-06-13, 12:24)denywinarto Wrote: Hi, Ronie, i was wondering,
where can i get the no-focus version of this image?

Image

I need to put home button on myvideonav.xml but i couldn't find the no-focus version.

thanks

there isn't a non-focussed version included in the skin, but i guess you can use this one:

Image