• 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9
Hybrid Development Versions
As an extra to the last post those variables typehackflagging, AudioCodecFlag ...(?) appear briefly on the startup screen.

Managed to stop by adding <visible>!IsEmpty(Player.title)</visible> to VideoFullScreen for <!-- Intro infos --> & <!-- media infos -->


Also when you stop a paused movie the 'movie name year' (VideoNowPlaying) flicks to the movie name briefly.
Stopped by changing the last statement for VideoNowPlaying to <value condition="!IsEmpty(VideoPlayer.Title)">$INFO[Player.Title]</value>
Did this for all of the video variables VideoPlayerAudioCodecFlag and others I added like resolution

But I am just playing around, so do not really know what I am doing Smile.
Reply
I don't really have any particular request as i found that hybrid is as close to perfect as a skin can be (at least for me and my family that is) i have it running on 4 different xbmc machines throughout the house in a mix of openelec and windows boxes i found it the perfect one for my mother to use (She lives in an attached apartment on the side of house) and it works well for her because of the custom menu items i can program all the shortcuts and favourites she needs so i don't have to keep going over there and showing her where each thing is they are all on the front main menu Smile


anyways haven't seen a update in a while and was curious if all is well and if there is any future updates going to be released i certainly hope so i really dont want to have to retrain a house full of non-techy's how to use a new skin Smile not even going to attempt to try kodi 14 till i know this is compatible.
Reply
For TV Series, when Hide Watched is toggled, the main header label may not show the correct total.

Episodes: 6 (1 Watched - 6 Unwatched)

Changed Includes line 319 $INFO[ListItem.Property(episode)] to $INFO[ListItem.Property(TotalEpisodes)]

there is also an extra space after the "-"
Reply
Love this skin.

Only thing i could not find. When i play music i get the CDWall function. Nice one but sometimes to much when you are having guests and play music. Every time you keep watching the TV.
Is there an option the disable it and have 1 nice background picture to use. Is do still want to see the artist and number info.

Also while playing music and go back to the home screen i get al kind of pictures of the artist. Is it also possible the get this in stet of the CDWall.
Reply
deleting my post
Reply
deleting my post
Reply
I have been playing with the Hybrid Dev skin and Helix 14rc. This is what I've done to make the skin work for me so far....

Please keep in mind I am not writing code...I'm using .xml files from the stock Kodi Confluence skin to make this one work. This may not be a good thing to do as I have no idea what problems could arise from doing this. SO BE WARNED THIS COULD MESS UP YOUR INSTALL OF KODI Helix!

Using the windows platform the stock Kodi Helix Skin (Confluence) is located here:

Program Files\Kodi\addons\skin.confluence

Within folder
"skin.confluence" there is a folder "720p". It contains a lot of .xml files for the skin.

I installed Hybrid Dev skin from here:

https://github.com/Mudislander/skin.hybrid.dev you will get a file that is in .zip format (skin.hybrid.dev-master.zip)

Open the zip file and extract the folder inside (skin.hybrid.dev-master) to your desktop or a location you can find it.

Rename FromConfusedkin.hybrid.dev-master TO: skin.hybrid.dev

Cut and paste or copy this folder into Users\username\AppData\Roaming\Kodi\addons

Now you need to get three addons to meet the skins dependencies:

1) script.favourites - Helper Add-ons (AKA - Favourites Script)
2) service.skin.widgets _ Services (AKA - Skin Widgets)
3) script.randomandlastitems - Helper Add-ons

These can all be obtained via Kodi Addons Browser from Kodi Add-on Repository

Once these are installed I'm pretty sure you can switch the skin to Hybrid Dev but you'll have trouble with the keybaord and trouble selecting a source type (Movie, TV Show or Music Video) when you try to add a source or edit one.

1) Exit Helix
2) Open the Hybrid Dev 720p skin folder and rename two files
a. FROM: DialogContentSettings.xml TO: DialogContentSettings.old
b. FROM: DialogKeyboard.xml TO: DialogKeyboard.old
3) Copy from the Confluence 720p folder to the Hybrid Dev 720p folder
a.DialogContentSettings.xml
4) Now you need this code (cut and paste) as your new DialogKeyboard.xml in the Hybrid 720p folder

Code:
<?xml version="1.0" encoding="utf-8"?>
<window>
<defaultcontrol always="true">300</defaultcontrol>
<include>DialogEffect</include>
<coordinates>
<system>2</system>
<posx>255</posx>
<posy>145</posy>
</coordinates>
<controls>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>!Window.IsVisible(numericinput)</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>760</width>
<height>430</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<posx>80</posx>
<posy>10</posy>
<width>600</width>
<height>70</height>
<aspectratio>stretch</aspectratio>
<texture>GlassTitleBar.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<posx>670</posx>
<posy>9</posy>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>3</onleft>
<onright>3</onright>
<onup>3</onup>
<ondown>3</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<posx>50</posx>
<posy>60</posy>
<width>660</width>
<height>50</height>
<aspectratio>stretch</aspectratio>
<texture border="20">KeyboardEditArea.png</texture>
</control>
<control type="edit" id="312">
<description>Edit Text</description>
<posx>55</posx>
<posy>60</posy>
<width>650</width>
<height>50</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="image">
<posx>130</posx>
<posy>110</posy>
<width>500</width>
<height>30</height>
<aspectratio>stretch</aspectratio>
<texture>GlassTitleBar.png</texture>
</control>
<control type="image">
<posx>80</posx>
<posy>380</posy>
<width>600</width>
<height>40</height>
<aspectratio>stretch</aspectratio>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture flipy="true">GlassTitleBar.png</texture>
</control>
<control type="label" id="311">
<description>dialog Heading</description>
<posx>10</posx>
<posy>20</posy>
<width>740</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="group">    
<posx>30</posx>
<posy>135</posy>
<control type="button" id="300">
<description>DONE button</description>
<posx>0</posx>
<posy>0</posy>
<width>200</width>
<height>50</height>
<label>20177</label>
<onleft>109</onleft>
<onright>100</onright>
<onup>307</onup>
<ondown>302</ondown>
<texturenofocus border="25,25,5,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus border="25,25,5,5">KeyboardCornerTop.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="100">
<description>'1' button</description>
<posx>200</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>300</onleft>
<onright>101</onright>
<onup>32</onup>
<ondown>120</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="101">
<description>'2' button</description>
<posx>250</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>100</onleft>
<onright>102</onright>
<onup>32</onup>
<ondown>121</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="102">
<description>'3' button</description>
<posx>300</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>101</onleft>
<onright>103</onright>
<onup>32</onup>
<ondown>122</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="103">
<description>'4' button</description>
<posx>350</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>102</onleft>
<onright>104</onright>
<onup>32</onup>
<ondown>123</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="104">
<description>'5' button</description>
<posx>400</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>103</onleft>
<onright>105</onright>
<onup>32</onup>
<ondown>124</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="105">
<description>'6' button</description>
<posx>450</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>104</onleft>
<onright>106</onright>
<onup>32</onup>
<ondown>125</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="106">
<description>'7' button</description>
<posx>500</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>105</onleft>
<onright>107</onright>
<onup>305</onup>
<ondown>126</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="107">
<description>'8' button</description>
<posx>550</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>106</onleft>
<onright>108</onright>
<onup>305</onup>
<ondown>127</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="108">
<description>'9' button</description>
<posx>600</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>107</onleft>
<onright>109</onright>
<onup>306</onup>
<ondown>128</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="109">
<description>'0' button</description>
<posx>650</posx>
<posy>0</posy>
<width>50</width>
<height>50</height>
<onleft>108</onleft>
<onright>300</onright>
<onup>306</onup>
<ondown>129</ondown>
<texturenofocus flipx="true" border="5,25,25,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus flipx="true" border="5,25,25,5">KeyboardCornerTop.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="radiobutton" id="302">
<description>SHIFT button</description>
<posx>0</posx>
<posy>50</posy>
<width>200</width>
<height>50</height>
<label>20178</label>
<onleft>129</onleft>
<onright>120</onright>
<onup>300</onup>
<ondown>303</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="120">
<description>'Q' button</description>
<posx>200</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>302</onleft>
<onright>121</onright>
<onup>100</onup>
<ondown>140</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="121">
<description>'W' button</description>
<posx>250</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>120</onleft>
<onright>122</onright>
<onup>101</onup>
<ondown>141</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="122">
<description>'E' button</description>
<posx>300</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>121</onleft>
<onright>123</onright>
<onup>102</onup>
<ondown>142</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="123">
<description>'R' button</description>
<posx>350</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>122</onleft>
<onright>124</onright>
<onup>103</onup>
<ondown>143</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="124">
<description>'T' button</description>
<posx>400</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>123</onleft>
<onright>125</onright>
<onup>104</onup>
<ondown>144</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="125">
<description>'Y' button</description>
<posx>450</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>124</onleft>
<onright>126</onright>
<onup>105</onup>
<ondown>145</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="126">
<description>'U' button</description>
<posx>500</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>125</onleft>
<onright>127</onright>
<onup>106</onup>
<ondown>146</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="127">
<description>'I' button</description>
<posx>550</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>126</onleft>
<onright>128</onright>
<onup>107</onup>
<ondown>147</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="128">
<description>'O' button</description>
<posx>600</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>127</onleft>
<onright>129</onright>
<onup>108</onup>
<ondown>148</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="129">
<description>'P' button</description>
<posx>650</posx>
<posy>50</posy>
<width>50</width>
<height>50</height>
<onleft>128</onleft>
<onright>302</onright>
<onup>109</onup>
<ondown>148</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="radiobutton" id="303">
<description>CAPS LOCK button</description>
<posx>0</posx>
<posy>100</posy>
<width>200</width>
<height>50</height>
<label>20179</label>
<onleft>149</onleft>
<onright>140</onright>
<onup>302</onup>
<ondown>304</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="140">
<description>'A' button</description>
<posx>200</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>303</onleft>
<onright>141</onright>
<onup>120</onup>
<ondown>160</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="141">
<description>'S' button</description>
<posx>250</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>140</onleft>
<onright>142</onright>
<onup>121</onup>
<ondown>161</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="142">
<description>'D' button</description>
<posx>300</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>141</onleft>
<onright>143</onright>
<onup>122</onup>
<ondown>162</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="143">
<description>'F' button</description>
<posx>350</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>142</onleft>
<onright>144</onright>
<onup>123</onup>
<ondown>163</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="144">
<description>'G' button</description>
<posx>400</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>143</onleft>
<onright>145</onright>
<onup>124</onup>
<ondown>164</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="145">
<description>'H' button</description>
<posx>450</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>144</onleft>
<onright>146</onright>
<onup>125</onup>
<ondown>165</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="146">
<description>'J' button</description>
<posx>500</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>145</onleft>
<onright>147</onright>
<onup>126</onup>
<ondown>166</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="147">
<description>'K' button</description>
<posx>550</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>146</onleft>
<onright>148</onright>
<onup>127</onup>
<ondown>8</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="148">
<description>'L' button</description>
<posx>600</posx>
<posy>100</posy>
<width>50</width>
<height>50</height>
<onleft>147</onleft>
<onright>303</onright>
<onup>128</onup>
<ondown>8</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="radiobutton" id="304">
<description>Symbols button</description>
<posx>0</posx>
<posy>150</posy>
<width>200</width>
<height>50</height>
<label>20180</label>
<onleft>8</onleft>
<onright>160</onright>
<onup>303</onup>
<ondown>307</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="160">
<description>'Z' button</description>
<posx>200</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>304</onleft>
<onright>161</onright>
<onup>140</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="161">
<description>'X' button</description>
<posx>250</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>160</onleft>
<onright>162</onright>
<onup>141</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="162">
<description>'C' button</description>
<posx>300</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>161</onleft>
<onright>163</onright>
<onup>142</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="163">
<description>'V' button</description>
<posx>350</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>162</onleft>
<onright>164</onright>
<onup>143</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="164">
<description>'B' button</description>
<posx>400</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>163</onleft>
<onright>165</onright>
<onup>144</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="165">
<description>'N' button</description>
<posx>450</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>164</onleft>
<onright>166</onright>
<onup>145</onup>
<ondown>32</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="166">
<description>'M' button</description>
<posx>500</posx>
<posy>150</posy>
<width>50</width>
<height>50</height>
<onleft>165</onleft>
<onright>8</onright>
<onup>146</onup>
<ondown>305</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="8">
<description>BACKSPACE button</description>
<posx>550</posx>
<posy>150</posy>
<width>150</width>
<height>50</height>
<label>20181</label>
<onleft>166</onleft>
<onright>304</onright>
<onup>147</onup>
<ondown>306</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="307">
<description>IP Input button</description>
<posx>0</posx>
<posy>200</posy>
<width>200</width>
<height>50</height>
<texturenofocus border="25,5,25,5">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus border="25,5,25,5">KeyboardCornerBottom.png</texturefocus>
<label>1006</label>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<onleft>306</onleft>
<onright>32</onright>
<onup>304</onup>
<ondown>300</ondown>
<focusedcolor>gray</focusedcolor>
</control>
<control type="button" id="32">
<description>SPACE button</description>
<posx>200</posx>
<posy>200</posy>
<width>300</width>
<height>50</height>
<label>20182</label>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>gray</focusedcolor>
<onleft>307</onleft>
<onright>305</onright>
<onup>85</onup>
<ondown>100</ondown>
</control>
<control type="button" id="305">
<description>previous button</description>
<posx>500</posx>
<posy>200</posy>
<width>100</width>
<height>50</height>
<label>&lt;</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<font>font30</font>
<focusedcolor>gray</focusedcolor>
<onleft>32</onleft>
<onright>306</onright>
<onup>8</onup>
<ondown>106</ondown>
</control>
<control type="button" id="306">
<description>next button</description>
<posx>600</posx>
<posy>200</posy>
<width>100</width>
<height>50</height>
<label>&gt;</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus flipx="true" border="5,5,25,25">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus flipx="true" border="5,5,25,25">KeyboardCornerBottom.png</texturefocus>
<font>font30</font>
<focusedcolor>gray</focusedcolor>
<onleft>305</onleft>
<onright>307</onright>
<onup>8</onup>
<ondown>108</ondown>
</control>
</control>
</control>
</controls>
</window>


5) Start Helix and test!

So that's what I have...might not be a good thing to do but it's working.

I'm stuck with one other problem if someone can help. The File Manger.... Adding a Source works up to the point of selecting a source. After it is selected and you click OK you go back to the File Manager and all looks good execpt the name of the source can not be edited. If you try to edit the name it vanishes and the OK button no longer works, gets grayed out. If you do not edit the source name and click OK you're fine....
Reply
How can I fix the keyboard ? It is showing one with blank keys. Tried renaming the two files and copying the confluence xmls to the Hybrid folder, but the keyboard still does not work. Any suggestions ?
Reply
I messed up...my mistake! Warned you, I'm not perfect! Wink

The DialogKeyboard.xml file from Confluence won't work. I have edited my post above to reflect the code you need to get it working.
Reply
Since we are replacing the code in the dialogkeyboard.xml (with the one you provided above), do we still need to rename the original dialogkeyboard.xml to dialogkeyboard.old and then copy from Confluence folder the dialogkeyboard.xml to Hybrid folder and then change the code ? or are we changing the code on the renamed file dialogkeyboard.old ?
Reply
I did exactly what you mentioned above. The keyboard appears with the keys populated, however it is not functional. None of the keys on the keyboard are functional (does nothing when pressed and does not receive remote/external keyboard key presses). Any suggestions ?
Reply
@ashish1t

Since we are replacing the code in the dialogkeyboard.xml (with the one you provided above), do we still need to rename the original dialogkeyboard.xml to dialogkeyboard.old and then copy from Confluence folder the dialogkeyboard.xml to Hybrid folder and then change the code ? or are we changing the code on the renamed file dialogkeyboard.old ?


NO do NOT use the dialogkeybaord.xml file from Confluence. Instead copy the xml code I provided and paste it into a text editor (Notepad) and save it as Dialogkeyboard.xml

The idea behind renaming the files to .old is to maintain the original copy in the event you need it again. If you want you can just cut the original file and paste it in a folder someplace.

As for the keyboard not working....all I can tell you is it works on my install. PC keyboard works too...it's all there except lines defining the keys

Image

This morning I also moved a copy of VideoOSDSettings.xml from the stock Confluence 720p folder into my Hybrid Dev 720p folder and now I can control the volume during playback. This is all working for me on 2 windows computers one Win 8 and the other Win 7.

I'll go back over the 1st post just to make sure I have things right but really all you are doing, for the most part, is backing up or renaming the original .xml files and replacing them with the others and creating one from the code I posted above. They all go in appdata/roaming/kodi/addons/skin.hybrid.dev/720p so you could just backup the entire 720p folder somewhere safe and copy it back if you hose things up.

Make sure the code you cut and paste is a text file (Use Notepad) and is saved as DialogKeyboard.xml.....also make sure the LAST LINE is '</window>" and NOT "5) Start Helix and test!" as it was inadvertently added when I added the code and has since been removed!!


EDIT:
I'm done with my butchering of this fine skin! Mudislander has stated he will be updating Hybrid and CCM for Helix so there is no need to for me to make a mess of his excellent work any longer!!! YIPPIE!! Smile
Reply
when the skin will be update to the Helix Version Huh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Image
Reply
Some time after mudislander finishes confluence customizable mod. He's doing it first then may move on to this one. These things, skins, take time, a lot of time. So be patient. CCM is a very good skin and has many of the features Hybrid has. You might use it in Helix until he gets to Hybrid. He is very close to making a test version available.
Reply
Mudislander, please bring back the vertical home menu to hybrid development skin for the Helix. Please, please, please. also request to add more shelf items on the home screen (the last version with vertical home menu that I had installed had 10 shelf addons, if you could increase it to 20 it would be wonderful).

Thank you
Reply
  • 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9

Logout Mark Read Team Forum Stats Members Help
Hybrid Development Versions2