• 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 51
Confluence Modified
The subtitles download dont work, it gives me this error.

12:13:11 T:3057840128 ERROR: unable to load:/storage/.xbmc/addons/skin.confluence.modified/720p/DialogSubtitles.xml, Line 0
Failed to open file
Reply
space monkey ,can customize this skin, this is the only one skin doing a good job on raspberry pi
Reply
(2014-04-24, 20:58)SpaceMonkey Wrote: There are plenty of guides how to add (by hardcoding) your own menu items.

It will be ready when it's finished. I have a lot on my plate in personal life and no time nor interest to spend much time coding. But i do plan to finish Gotham version. It's pretty much done, but i'm trying to replace service.skin.widgets with service.library.data.provider and the change is not small code wise, so it'll take some time.

Looking forward to your Gotham release. I will hold off updating to Gotham until you are finished with this. You have no idea how much of a lifesaver you have been since Jezz changed Confluence to be compatible with lower end hardware. The static background and the horrid change to the blue text on the homescreen. It bugged me to all hell then here you came with this great modded Confluence. Just want to thank you again for the great work you have put into this skin. I would not be a very happy XBMC user anymore if it wasn't for you. Smile
Reply
Has anyone of you broke up with your first love? I have. Not huge interest towards skinning, still.

If if want to get it out quicker i would probably have to drop support for playlist based recent/recommended widget, and it would be English only. Most other parts should be done already.
Reply
(2014-05-05, 21:23)SpaceMonkey Wrote: Has anyone of you broke up with your first love? I have. Not huge interest towards skinning, still.

If if want to get it out quicker i would probably have to drop support for playlist based recent/recommended widget, and it would be English only. Most other parts should be done already.

Oh yes. Love is definitely the hardest thing in the world to deal with. A broken heart can be the worst kind of pain. Hang in there, you will get through it.
As for dropping playlist support and being English only.... I only speak english and I never use playlists so no loss for me. :-)
Reply
I'm running the Frodo version of this skin on Gotham fine - 'Recommended' working great on my three boxes as well as all my menu customizations!

But I'm not using playlists (except via 'Favorites').

To get to Advanced Settings I need to switch to Confluence; but otherwise all is working fine my side.

Spacemonkey: don't pressure yourself. Thanks for a legendary skin.

Edit: Subtitles were the only thing I care about that weren't working. I've hacked in support in the meantime; see next post.
Reply
(2014-05-03, 11:13)masinad Wrote: The subtitles download dont work, it gives me this error.

12:13:11 T:3057840128 ERROR: unable to load:/storage/.xbmc/addons/skin.confluence.modified/720p/DialogSubtitles.xml, Line 0
Failed to open file

I've worked around this error under Gotham by copying subtitle functionality from stock Confluence.

To get subtitles working under Gotham, do the following under the addon folder (ie, [XBMC UserData Folder]/addons/skin.confluence.modified/720p ) - making a backup first, of course:


1) In VideoOSD.xml, replace the lines

Code:
                <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
                <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick>
                <altclick>Close</altclick>
                <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick>

(lines 315 to 318; inclusive), with just the following single line:

Code:
                <onclick>ActivateWindow(SubtitleSearch)</onclick>


2) Then: Create the file "DialogSubtitles.xml" in the same folder; with the following file contents:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
    <coordinates>
        <system>1</system>
        <left>380</left>
        <top>0</top>
    </coordinates>
    <controls>
        <control type="group" id="250">
            <animation effect="slide" start="0,0" end="900,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
            <animation type="Conditional" condition="Control.HasFocus(150) | Control.HasFocus(160)" reversible="true">
                <effect type="slide" end="-250,0" time="400"/>
            </animation>
            <control type="button" id="8999">
                <description>Fake button for mouse control</description>
                <left>880</left>
                <top>0</top>
                <width>80</width>
                <height>720</height>
                <label>-</label>
                <font>-</font>
                <texturenofocus>-</texturenofocus>
                <texturefocus>-</texturefocus>
                <visible>true</visible>
                <onfocus>SetFocus(150)</onfocus>
            </control>
            <control type="image">
                <description>media info background image</description>
                <left>0</left>
                <top>0</top>
                <width>1150</width>
                <height>720</height>
                <colordiffuse>BBFFFFFF</colordiffuse>
                <texture border="20,0,0,0" flipx="true">MediaBladeSub.png</texture>
            </control>
            <control type="button">
                <description>Close Window button</description>
                <left>20</left>
                <top>0</top>
                <width>64</width>
                <height>32</height>
                <label>-</label>
                <font>-</font>
                <onclick>PreviousMenu</onclick>
                <texturefocus>DialogCloseButton-focus.png</texturefocus>
                <texturenofocus>DialogCloseButton.png</texturenofocus>
                <onleft>101</onleft>
                <onright>101</onright>
                <onup>101</onup>
                <ondown>101</ondown>
                <visible>system.getbool(input.enablemouse)</visible>
            </control>
            <control type="group">
                <control type="label" id="100">
                    <description>header label</description>
                    <left>330</left>
                    <top>80</top>
                    <width>550</width>
                    <height>30</height>
                    <font>font30_title</font>
                    <align>right</align>
                    <aligny>center</aligny>
                    <textcolor>white</textcolor>
                    <shadowcolor>black</shadowcolor>
                </control>
                <control type="label">
                    <description>Video label</description>
                    <left>330</left>
                    <top>110</top>
                    <width>550</width>
                    <height>30</height>
                    <font>font13_title</font>
                    <label>$INFO[Player.Filename]</label>
                    <align>right</align>
                    <aligny>center</aligny>
                    <textcolor>grey</textcolor>
                    <shadowcolor>black</shadowcolor>
                </control>
                <control type="image">
                    <left>30</left>
                    <top>140</top>
                    <width>820</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
                <control type="image" id="110">
                    <description>Service Logo</description>
                    <left>0</left>
                    <top>80</top>
                    <width>250</width>
                    <height>40</height>
                    <aspectratio>keep</aspectratio>
                </control>
                <control type="label" id="140">
                    <description>textarea</description>
                    <left>50</left>
                    <top>140</top>
                    <width>780</width>
                    <height>40</height>
                    <font>font13</font>
                    <textcolor>white</textcolor>
                    <align>center</align>
                    <aligny>center</aligny>
                    <wrapmultiline>true</wrapmultiline>
                </control>
                <control type="image">
                    <left>30</left>
                    <top>176</top>
                    <width>820</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
            </control>
            <control type="group">
                <control type="list" id="120">
                    <left>50</left>
                    <top>206</top>
                    <width>800</width>
                    <height>434</height>
                    <onleft>121</onleft>
                    <onright>150</onright>
                    <onup>120</onup>
                    <ondown>120</ondown>
                    <viewtype label="535">list</viewtype>
                    <pagecontrol>121</pagecontrol>
                    <scrolltime>200</scrolltime>
                    <itemlayout width="800" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>5</left>
                            <top>5</top>
                            <width>26</width>
                            <height>26</height>
                            <texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>90</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <left>135</left>
                            <top>13</top>
                            <width>20</width>
                            <height>12</height>
                            <texture>Subtitles/icon_close_caption.png</texture>
                            <visible>ListItem.property(hearing_imp)</visible>
                        </control>
                        <control type="image">
                            <left>160</left>
                            <top>13</top>
                            <width>40</width>
                            <height>12</height>
                            <texture>Subtitles/icon_sync.png</texture>
                            <visible>ListItem.property(sync)</visible>
                        </control>
                        <control type="label">
                            <left>205</left>
                            <top>0</top>
                            <width>495</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label2</info>
                        </control>
                        <control type="image">
                            <left>710</left>
                            <top>11</top>
                            <width>90</width>
                            <height>17</height>
                            <texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
                        </control>
                    </itemlayout>
                    <focusedlayout width="800" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemFO.png</texture>
                            <visible>Control.HasFocus(120)</visible>
                        </control>
                        <control type="image">
                            <left>5</left>
                            <top>5</top>
                            <width>26</width>
                            <height>26</height>
                            <texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>90</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <left>135</left>
                            <top>13</top>
                            <width>20</width>
                            <height>12</height>
                            <texture>Subtitles/icon_close_caption.png</texture>
                            <visible>ListItem.property(hearing_imp)</visible>
                        </control>
                        <control type="image">
                            <left>160</left>
                            <top>13</top>
                            <width>40</width>
                            <height>12</height>
                            <texture>Subtitles/icon_sync.png</texture>
                            <visible>ListItem.property(sync)</visible>
                        </control>
                        <control type="label">
                            <left>205</left>
                            <top>0</top>
                            <width>495</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label2</info>
                        </control>
                        <control type="image">
                            <left>710</left>
                            <top>11</top>
                            <width>90</width>
                            <height>17</height>
                            <texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
                        </control>
                    </focusedlayout>
                </control>
                <control type="spincontrol" id="121">
                    <description>Next page button</description>
                    <left>808</left>
                    <top>664</top>
                    <width>20</width>
                    <height>20</height>
                    <font>font13</font>
                    <align>right</align>
                    <aligny>center</aligny>
                    <subtype>page</subtype>
                    <textcolor>white</textcolor>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <ondown>120</ondown>
                    <onup>120</onup>
                    <textoffsetx>10</textoffsetx>
                    <textureup>scroll-up.png</textureup>
                    <texturedown>scroll-down.png</texturedown>
                    <textureupfocus>scroll-up-focus.png</textureupfocus>
                    <texturedownfocus>scroll-down-focus.png</texturedownfocus>
                    <showonepage>false</showonepage>
                    <visible>Control.IsVisible(120)</visible>
                </control>
                <control type="group" id="130">
                    <control type="grouplist">
                        <left>50</left>
                        <top>659</top>
                        <width>605</width>
                        <height>30</height>
                        <orientation>horizontal</orientation>
                        <itemgap>5</itemgap>
                        <control type="image">
                            <width>30</width>
                            <height>30</height>
                            <texture>DefaultIconInfo.png</texture>
                        </control>
                        <control type="label">
                            <description>notification</description>
                            <width min="10" max="560">auto</width>
                            <height>30</height>
                            <font>font13</font>
                            <textcolor>white</textcolor>
                            <label>$LOCALIZE[31413]</label>
                            <aligny>center</aligny>
                        </control>
                    </control>
                </control>
                <control type="image">
                    <left>866</left>
                    <top>348</top>
                    <width>24</width>
                    <height>24</height>
                    <texture>scroll-right-focus.png</texture>
                </control>
            </control>
            <control type="group">
                <control type="image">
                    <description>separator</description>
                    <left>542</left>
                    <top>360</top>
                    <width>720</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                    <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="true">Conditional</animation>        
                </control>
                <control type="label">
                    <left>905</left>
                    <top>150</top>
                    <width>240</width>
                    <height>26</height>
                    <label>[B]$LOCALIZE[24018][/B]</label>
                    <font>font13</font>
                    <align>center</align>
                    <aligny>top</aligny>
                    <textcolor>blue</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <wrapmultiline>true</wrapmultiline>
                </control>
                <control type="image">
                    <description>separator</description>
                    <left>900</left>
                    <top>176</top>
                    <width>240</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
                <control type="list" id="150">
                    <left>900</left>
                    <top>206</top>
                    <width>250</width>
                    <height>399</height>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <onup>160</onup>
                    <ondown>160</ondown>
                    <viewtype label="535">list</viewtype>
                    <scrolltime>200</scrolltime>
                    <itemlayout width="400" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                    </itemlayout>
                    <focusedlayout width="400" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>10</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemFO.png</texture>
                            <visible>Control.HasFocus(150)</visible>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                    </focusedlayout>
                </control>
                <control type="button" id="160">
                    <description>Manual search button</description>
                    <left>925</left>
                    <top>640</top>
                    <width>200</width>
                    <height>40</height>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <onup>150</onup>
                    <ondown>150</ondown>
                    <label>$LOCALIZE[24120]</label>
                    <font>font12_title</font>
                    <textcolor>white</textcolor>
                    <focusedcolor>white</focusedcolor>
                    <align>center</align>
                </control>
            </control>
        </control>
    </controls>
</window>


That's it!

This yields standard Subtitles-search functionality (just remember to set up your subtitle plugins in Settings first under Gotham, of course).

With everything else in this awesome skin working for me (since I don't use playlists) and Subtitles sorted with the above, I'll happily use this skin under Gotham until SpaceMonkey has the time to do an official Gotham release. (Thanks once again, SpaceMonkey!)
Reply
(2014-05-05, 21:23)SpaceMonkey Wrote: Has anyone of you broke up with your first love? I have. Not huge interest towards skinning, still.

Sure it's okay to be sad now, that's normal, because breaking up with your first love is hard.

But....
I'm happy that I broke up with my first love, because now I'm with my last love. And she's the best.

So see this as the first step in finding your last and best love mate!

Cheers.
Reply
(2014-05-05, 21:23)SpaceMonkey Wrote: Has anyone of you broke up with your first love? I have. Not huge interest towards skinning, still.

If if want to get it out quicker i would probably have to drop support for playlist based recent/recommended widget, and it would be English only. Most other parts should be done already.


yes I also I was sick of months I know what you're going through
Reply
(2014-05-05, 23:18)kreeturez Wrote: I'm running the Frodo version of this skin on Gotham fine
How can you get it working? Is there a way to force install the skin?

EDIT: Ah, you change <import addon="xbmc.gui" version... in addon.xml from 4 to 5. Working good so far.
Reply
SpaceMonkey, if you plan to drop support of this skin, please share your unfinished Gotham version and maybe somebody will pick it up...?
Reply
(2014-05-06, 00:48)kreeturez Wrote:
(2014-05-03, 11:13)masinad Wrote: The subtitles download dont work, it gives me this error.

12:13:11 T:3057840128 ERROR: unable to load:/storage/.xbmc/addons/skin.confluence.modified/720p/DialogSubtitles.xml, Line 0
Failed to open file

I've worked around this error under Gotham by copying subtitle functionality from stock Confluence.

To get subtitles working under Gotham, do the following under the addon folder (ie, [XBMC UserData Folder]/addons/skin.confluence.modified/720p ) - making a backup first, of course:


1) In VideoOSD.xml, replace the lines

Code:
                <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
                <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick>
                <altclick>Close</altclick>
                <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick>

(lines 315 to 318; inclusive), with just the following single line:

Code:
                <onclick>ActivateWindow(SubtitleSearch)</onclick>


2) Then: Create the file "DialogSubtitles.xml" in the same folder; with the following file contents:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
    <coordinates>
        <system>1</system>
        <left>380</left>
        <top>0</top>
    </coordinates>
    <controls>
        <control type="group" id="250">
            <animation effect="slide" start="0,0" end="900,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
            <animation type="Conditional" condition="Control.HasFocus(150) | Control.HasFocus(160)" reversible="true">
                <effect type="slide" end="-250,0" time="400"/>
            </animation>
            <control type="button" id="8999">
                <description>Fake button for mouse control</description>
                <left>880</left>
                <top>0</top>
                <width>80</width>
                <height>720</height>
                <label>-</label>
                <font>-</font>
                <texturenofocus>-</texturenofocus>
                <texturefocus>-</texturefocus>
                <visible>true</visible>
                <onfocus>SetFocus(150)</onfocus>
            </control>
            <control type="image">
                <description>media info background image</description>
                <left>0</left>
                <top>0</top>
                <width>1150</width>
                <height>720</height>
                <colordiffuse>BBFFFFFF</colordiffuse>
                <texture border="20,0,0,0" flipx="true">MediaBladeSub.png</texture>
            </control>
            <control type="button">
                <description>Close Window button</description>
                <left>20</left>
                <top>0</top>
                <width>64</width>
                <height>32</height>
                <label>-</label>
                <font>-</font>
                <onclick>PreviousMenu</onclick>
                <texturefocus>DialogCloseButton-focus.png</texturefocus>
                <texturenofocus>DialogCloseButton.png</texturenofocus>
                <onleft>101</onleft>
                <onright>101</onright>
                <onup>101</onup>
                <ondown>101</ondown>
                <visible>system.getbool(input.enablemouse)</visible>
            </control>
            <control type="group">
                <control type="label" id="100">
                    <description>header label</description>
                    <left>330</left>
                    <top>80</top>
                    <width>550</width>
                    <height>30</height>
                    <font>font30_title</font>
                    <align>right</align>
                    <aligny>center</aligny>
                    <textcolor>white</textcolor>
                    <shadowcolor>black</shadowcolor>
                </control>
                <control type="label">
                    <description>Video label</description>
                    <left>330</left>
                    <top>110</top>
                    <width>550</width>
                    <height>30</height>
                    <font>font13_title</font>
                    <label>$INFO[Player.Filename]</label>
                    <align>right</align>
                    <aligny>center</aligny>
                    <textcolor>grey</textcolor>
                    <shadowcolor>black</shadowcolor>
                </control>
                <control type="image">
                    <left>30</left>
                    <top>140</top>
                    <width>820</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
                <control type="image" id="110">
                    <description>Service Logo</description>
                    <left>0</left>
                    <top>80</top>
                    <width>250</width>
                    <height>40</height>
                    <aspectratio>keep</aspectratio>
                </control>
                <control type="label" id="140">
                    <description>textarea</description>
                    <left>50</left>
                    <top>140</top>
                    <width>780</width>
                    <height>40</height>
                    <font>font13</font>
                    <textcolor>white</textcolor>
                    <align>center</align>
                    <aligny>center</aligny>
                    <wrapmultiline>true</wrapmultiline>
                </control>
                <control type="image">
                    <left>30</left>
                    <top>176</top>
                    <width>820</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
            </control>
            <control type="group">
                <control type="list" id="120">
                    <left>50</left>
                    <top>206</top>
                    <width>800</width>
                    <height>434</height>
                    <onleft>121</onleft>
                    <onright>150</onright>
                    <onup>120</onup>
                    <ondown>120</ondown>
                    <viewtype label="535">list</viewtype>
                    <pagecontrol>121</pagecontrol>
                    <scrolltime>200</scrolltime>
                    <itemlayout width="800" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>5</left>
                            <top>5</top>
                            <width>26</width>
                            <height>26</height>
                            <texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>90</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <left>135</left>
                            <top>13</top>
                            <width>20</width>
                            <height>12</height>
                            <texture>Subtitles/icon_close_caption.png</texture>
                            <visible>ListItem.property(hearing_imp)</visible>
                        </control>
                        <control type="image">
                            <left>160</left>
                            <top>13</top>
                            <width>40</width>
                            <height>12</height>
                            <texture>Subtitles/icon_sync.png</texture>
                            <visible>ListItem.property(sync)</visible>
                        </control>
                        <control type="label">
                            <left>205</left>
                            <top>0</top>
                            <width>495</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label2</info>
                        </control>
                        <control type="image">
                            <left>710</left>
                            <top>11</top>
                            <width>90</width>
                            <height>17</height>
                            <texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
                        </control>
                    </itemlayout>
                    <focusedlayout width="800" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>780</width>
                            <height>38</height>
                            <texture>MenuItemFO.png</texture>
                            <visible>Control.HasFocus(120)</visible>
                        </control>
                        <control type="image">
                            <left>5</left>
                            <top>5</top>
                            <width>26</width>
                            <height>26</height>
                            <texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>90</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                        <control type="image">
                            <left>135</left>
                            <top>13</top>
                            <width>20</width>
                            <height>12</height>
                            <texture>Subtitles/icon_close_caption.png</texture>
                            <visible>ListItem.property(hearing_imp)</visible>
                        </control>
                        <control type="image">
                            <left>160</left>
                            <top>13</top>
                            <width>40</width>
                            <height>12</height>
                            <texture>Subtitles/icon_sync.png</texture>
                            <visible>ListItem.property(sync)</visible>
                        </control>
                        <control type="label">
                            <left>205</left>
                            <top>0</top>
                            <width>495</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label2</info>
                        </control>
                        <control type="image">
                            <left>710</left>
                            <top>11</top>
                            <width>90</width>
                            <height>17</height>
                            <texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
                        </control>
                    </focusedlayout>
                </control>
                <control type="spincontrol" id="121">
                    <description>Next page button</description>
                    <left>808</left>
                    <top>664</top>
                    <width>20</width>
                    <height>20</height>
                    <font>font13</font>
                    <align>right</align>
                    <aligny>center</aligny>
                    <subtype>page</subtype>
                    <textcolor>white</textcolor>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <ondown>120</ondown>
                    <onup>120</onup>
                    <textoffsetx>10</textoffsetx>
                    <textureup>scroll-up.png</textureup>
                    <texturedown>scroll-down.png</texturedown>
                    <textureupfocus>scroll-up-focus.png</textureupfocus>
                    <texturedownfocus>scroll-down-focus.png</texturedownfocus>
                    <showonepage>false</showonepage>
                    <visible>Control.IsVisible(120)</visible>
                </control>
                <control type="group" id="130">
                    <control type="grouplist">
                        <left>50</left>
                        <top>659</top>
                        <width>605</width>
                        <height>30</height>
                        <orientation>horizontal</orientation>
                        <itemgap>5</itemgap>
                        <control type="image">
                            <width>30</width>
                            <height>30</height>
                            <texture>DefaultIconInfo.png</texture>
                        </control>
                        <control type="label">
                            <description>notification</description>
                            <width min="10" max="560">auto</width>
                            <height>30</height>
                            <font>font13</font>
                            <textcolor>white</textcolor>
                            <label>$LOCALIZE[31413]</label>
                            <aligny>center</aligny>
                        </control>
                    </control>
                </control>
                <control type="image">
                    <left>866</left>
                    <top>348</top>
                    <width>24</width>
                    <height>24</height>
                    <texture>scroll-right-focus.png</texture>
                </control>
            </control>
            <control type="group">
                <control type="image">
                    <description>separator</description>
                    <left>542</left>
                    <top>360</top>
                    <width>720</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                    <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="true">Conditional</animation>        
                </control>
                <control type="label">
                    <left>905</left>
                    <top>150</top>
                    <width>240</width>
                    <height>26</height>
                    <label>[B]$LOCALIZE[24018][/B]</label>
                    <font>font13</font>
                    <align>center</align>
                    <aligny>top</aligny>
                    <textcolor>blue</textcolor>
                    <shadowcolor>black</shadowcolor>
                    <wrapmultiline>true</wrapmultiline>
                </control>
                <control type="image">
                    <description>separator</description>
                    <left>900</left>
                    <top>176</top>
                    <width>240</width>
                    <height>4</height>
                    <texture>separator.png</texture>
                </control>
                <control type="list" id="150">
                    <left>900</left>
                    <top>206</top>
                    <width>250</width>
                    <height>399</height>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <onup>160</onup>
                    <ondown>160</ondown>
                    <viewtype label="535">list</viewtype>
                    <scrolltime>200</scrolltime>
                    <itemlayout width="400" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                    </itemlayout>
                    <focusedlayout width="400" height="36">
                        <control type="image">
                            <left>0</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemNF.png</texture>
                        </control>
                        <control type="image">
                            <left>10</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <texture>MenuItemFO.png</texture>
                            <visible>Control.HasFocus(150)</visible>
                        </control>
                        <control type="label">
                            <left>40</left>
                            <top>0</top>
                            <width>230</width>
                            <height>38</height>
                            <font>font18</font>
                            <aligny>center</aligny>
                            <textcolor>white</textcolor>
                            <selectedcolor>selected</selectedcolor>
                            <align>left</align>
                            <info>ListItem.Label</info>
                        </control>
                    </focusedlayout>
                </control>
                <control type="button" id="160">
                    <description>Manual search button</description>
                    <left>925</left>
                    <top>640</top>
                    <width>200</width>
                    <height>40</height>
                    <onleft>120</onleft>
                    <onright>120</onright>
                    <onup>150</onup>
                    <ondown>150</ondown>
                    <label>$LOCALIZE[24120]</label>
                    <font>font12_title</font>
                    <textcolor>white</textcolor>
                    <focusedcolor>white</focusedcolor>
                    <align>center</align>
                </control>
            </control>
        </control>
    </controls>
</window>


That's it!

This yields standard Subtitles-search functionality (just remember to set up your subtitle plugins in Settings first under Gotham, of course).

With everything else in this awesome skin working for me (since I don't use playlists) and Subtitles sorted with the above, I'll happily use this skin under Gotham until SpaceMonkey has the time to do an official Gotham release. (Thanks once again, SpaceMonkey!)

Nice work! Thank you for the contribution. Im sure this will be of some serious use. Smile
Reply
Thank you kreeturez Smile
Reply
Thanks for that kreeturez, very helpful.
Reply
Hello SpaceMonkey,

"Life looks bright ahead, just as it did before the storm"

Just a heads up regarding new DialogVideoInfo control statements for TvTunes and VideoExtras for Gotham (there are some changes in the arguments. For clarification read here). They both now support music videos, besides usual movies and TV shows:

TvTunes: http://wiki.xbmc.org/index.php?title=Add...eoInfo.xml
VideoExtras: http://wiki.xbmc.org/index.php?title=Add...ifications

Have a good one!
Best,

capfuturo


"The world must learn to work together, or finally it will not work at all" - General Eisenhower
Reply
  • 1
  • 41
  • 42
  • 43(current)
  • 44
  • 45
  • 51

Logout Mark Read Team Forum Stats Members Help
Confluence Modified4