Kodi Community Forum
Aeon Madnox for Krypton / Jarvis - (no longer in development) - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Madnox (https://forum.kodi.tv/forumdisplay.php?fid=314)
+----- Thread: Aeon Madnox for Krypton / Jarvis - (no longer in development) (/showthread.php?tid=230821)

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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468


RE: Aeon Madnox - Beta Release (for Isengard) - meowmoo - 2015-07-28

Removed the plot popup when pressing back
Fake CDArt now also works on Vinyl and Bluray fallback

Code:
<!-- Music RightList -->
    <include name="Music_RightList">
        <control type="group">
            <visible>Control.IsVisible(700) + !Window.IsActive(addoninformation)</visible>
            <include>ViewAnimation</include>
            <control type="image">
                <texture>views/episodebgoverlay.png</texture>
                <include>FullscreenDimensions</include>
                <include>Animation_WindowFade200</include>
                </control>
            <control type="image">
                <left>310</left>
                <top>580</top>
                <width>1250</width>
                <height>570</height>
                <aspectratio>keep</aspectratio>
                <texture flipx="true">views/episodebgoverlay.png</texture>
                <animation effect="fade" end="65" condition="true">Conditional</animation>
                <visible>Skin.HasSetting(RightListShowInfo)</visible>
            </control>
            <control type="group">
                <left>0</left>
                <top>50</top>
                <width>590</width>
                <height>264</height>
                <aspectratio>keep</aspectratio>
                <include>Animation_ListSlideLeft</include>
                <visible>Skin.HasSetting(rightlistlogoartist)</visible>
                <control type="image">
                <texture background="true">$INFO[Skin.String(ArtistsLogosPath)]$INFO[ListItem.Artist,,/logo.png]</texture>
                </control>
            </control>
            <control type="image">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <aspectratio align="right">keep</aspectratio>
                <texture background="true">$VAR[colorcdARTVar]</texture>
                <visible>Skin.HasSetting(rightlistCD) + IsEmpty(Control.GetLabel(4172914)) + Skin.HasSetting(vinylart) + !Skin.HasSetting(blurayart) + !Skin.HasSetting(MusicFakeDisc)</visible>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
            </control>
            <control type="label">
                <left>100</left>
                <top>410</top>
                <width>300</width>
                <height>320</height>
                <include>Animation_ListSlideLeft</include>
                <align>center</align>
                    <font>Hand_40</font>
                    <aligny>top</aligny>
                    <label> $INFO[ListItem.AlbumArtist]</label>
                    <visible>Skin.HasSetting(rightlistCD) + IsEmpty(Control.GetLabel(4172914)) + Skin.HasSetting(vinylart) + !Skin.HasSetting(blurayart) + !Skin.HasSetting(MusicFakeDisc)</visible>
                    <textcolor>black</textcolor>
                    <wrapmultiline>true</wrapmultiline>
                    <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
            </control>
            <control type="label">
                <left>65</left>
                <top>380</top>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <align>center</align>
                    <font>Hand_40</font>
                    <aligny>top</aligny>
                    <label>[CR][CR][CR][CR][CR][CR] $INFO[ListItem.Album]</label>
                    <visible>Skin.HasSetting(rightlistCD) + IsEmpty(Control.GetLabel(4172914)) + Skin.HasSetting(vinylart) + !Skin.HasSetting(blurayart) + !Skin.HasSetting(MusicFakeDisc)</visible>
                    <textcolor>black</textcolor>
                    <wrapmultiline>true</wrapmultiline>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
            </control>
            <control type="image">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <texture background="true" diffuse="thumbs/sets/cdart-mask.png">$VAR[ListAlbumVar]</texture>
                <visible>Skin.HasSetting(rightlistCD) + IsEmpty(Control.GetLabel(4172914)) + Skin.HasSetting(vinylart) + !Skin.HasSetting(blurayart) + Skin.HasSetting(MusicFakeDisc)</visible>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
            </control>
            <control type="image" id="4172914">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <aspectratio align="right">keep</aspectratio>
                <fadetime>400</fadetime>
                <texture background="true">$VAR[cdARTVar]</texture>
                <visible>Skin.HasSetting(rightlistCD) + !Skin.HasSetting(vinylart) + !Skin.HasSetting(blurayart)</visible>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
            </control>
            <control type="image">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <aspectratio align="right">keep</aspectratio>
                <include condition="Skin.HasSetting(vinylart)">vinylartlibrary</include>
                <include condition="Skin.HasSetting(blurayart)">blurayartlibrary</include>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
                <visible>Skin.HasSetting(rightlistCD) + !Skin.HasSetting(MusicFakeDisc) + !Skin.HasSetting(RightListSlideLeft) + !Stringcompare(ListItem.Label,..) + [Container.Content(albums) | Container.Content(songs)]</visible>
            </control>
            <control type="image">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <aspectratio align="right">keep</aspectratio>
                <include condition="Skin.HasSetting(vinylart)">vinylartlibrary</include>
                <include condition="Skin.HasSetting(blurayart)">blurayartlibrary</include>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
                <visible>Skin.HasSetting(rightlistCD) + !Skin.HasSetting(MusicFakeDisc) + Skin.HasSetting(RightListSlideLeft) + !Stringcompare(ListItem.Label,..) + [Container.Content(albums) | Container.Content(songs)]</visible>
            </control>
            <control type="image">
                <top>380</top>
                <left>65</left>
                <width>380</width>
                <height>380</height>
                <include>Animation_ListSlideLeft</include>
                <aspectratio align="right">keep</aspectratio>
                <texture background="true">$VAR[cdARTVar]</texture>
                <fadetime>IconCrossfadeTime</fadetime>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
                <visible>Skin.HasSetting(rightlistCD) + Skin.HasSetting(RightListSlideLeft) + !Stringcompare(ListItem.Label,..) + [Container.Content(albums) | Container.Content(songs)]</visible>
            </control>
            <control type="image">
                <top>390</top>
                <left>67</left>
                <width>380</width>
                <height>380</height>
                <aspectratio align="right">keep</aspectratio>
                <texture background="true">$VAR[cdARTVar]</texture>
                <fadetime>IconCrossfadeTime</fadetime>
                <animation effect="slide" start="0,200" end="0,0" delay="1000" time="800" tween="cubic" easing="inout" condition="!Container.OnNext + !Container.OnPrevious">Conditional</animation>
                <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="StringCompare(ListItem.Album,MusicPlayer.Album) + !IsEmpty(ListItem.Thumb) + Player.HasAudio">Conditional</animation>
                <visible>Skin.HasSetting(rightlistCD) + !Skin.HasSetting(RightListSlideLeft) + !Stringcompare(ListItem.Label,..) + [Container.Content(albums) | Container.Content(songs)]</visible>
            </control>
            <control type="group">
                <left>50</left>
                <top>300</top>
                <include>Animation_ListSlideLeft</include>
                <visible>Skin.HasSetting(RightListroundedcovers)</visible>
                <control type="image">
                    <left>-36</left>
                    <top>225</top>
                    <width>350</width>
                    <height>550</height>
                    <align>center</align>
                    <texture background="true">thumbs/cd_shadow_light_shadow.png</texture>
                    <bordersize>18</bordersize>
                    <include>PanelGlowFade</include>
                    <include>Animation_VisibleChange400</include>
                    <visible>!Skin.HasSetting(DisableGlowbar)</visible>
                    <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
                </control>
                <control type="image">
                    <top>255</top>
                    <width>410</width>
                    <height>410</height>
                    <aspectratio scalediffuse="false">scale</aspectratio>
                    <texture background="true" diffuse="thumbs/cdcover_mask.png">common/bgcolor.png</texture>
                    <fadetime>0</fadetime>
                </control>
                <control type="image">
                    <top>255</top>
                    <width>410</width>
                    <height>410</height>
                    <aspectratio scalediffuse="false">scale</aspectratio>
                    <texture background="true" diffuse="thumbs/cdcover_mask.png" fallback="DefaultAlbumCover.png">$VAR[ListAlbumVar]</texture>
                    <fadetime>IconCrossfadeTime2</fadetime>
                </control>
                <control type="image">
                    <top>686</top>
                    <width>410</width>
                    <height>410</height>>
                    <aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
                    <texture diffuse="thumbs/cdcover_mask_reflect.png" flipy="true" background="true" fallback="DefaultAlbumCover.png">$VAR[ListAlbumVar]</texture>
                    <fadetime>IconCrossfadeTime2</fadetime>
                    <colordiffuse>d0FFFFFF</colordiffuse>
                </control>
                <control type="image">
                    <left>-20</left>
                    <top>235</top>
                    <width>450</width>
                    <height>450</height>
                    <aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
                    <texture diffuse="thumbs/cdcover_mask.png">thumbs/cdcover_glass_aa.png</texture>
                    <bordertexture border="20">thumbs/cd_shadow.png</bordertexture>
                    <bordersize>20</bordersize>
                </control>
            </control>        
            <control type="group">
                <left>50</left>
                <top>300</top>
                <include>Animation_ListSlideLeft</include>
                <visible>!Skin.HasSetting(RightListroundedcovers)</visible>
                <!--control type="image">
                    <left>-36</left>
                    <top>225</top>
                    <width>350</width>
                    <height>550</height>
                    <align>center</align>
                    <texture background="true">thumbs/cd_shadow_light_shadow.png</texture>
                    <bordersize>18</bordersize>
                    <include>PanelGlowFade</include>
                    <include>Animation_VisibleChange400</include>
                    <visible>!Skin.HasSetting(DisableGlowbar)</visible>
                    <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
                </control-->
                <control type="image">
                    <top>255</top>
                    <width>410</width>
                    <height>410</height>
                    <aspectratio scalediffuse="false">scale</aspectratio>
                    <texture background="true">common/bgcolor.png</texture>
                    <fadetime>0</fadetime>
                </control>
                <control type="image">
                    <top>255</top>
                    <width>410</width>
                    <height>410</height>
                    <aspectratio scalediffuse="false">scale</aspectratio>
                    <texture background="true" fallback="DefaultAlbumCover.png">$VAR[ListAlbumVar]</texture>
                    <fadetime>IconCrossfadeTime2</fadetime>
                </control>
                <control type="image">
                    <top>686</top>
                    <width>410</width>
                    <height>410</height>>
                    <aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
                    <texture flipy="true" background="true" fallback="DefaultAlbumCover.png">$VAR[ListAlbumVar]</texture>
                    <fadetime>IconCrossfadeTime2</fadetime>
                    <colordiffuse>d0FFFFFF</colordiffuse>
                </control>
                <!--control type="image">
                    <left>-20</left>
                    <top>235</top>
                    <width>450</width>
                    <height>450</height>
                    <aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
                    <texture diffuse="thumbs/cdcover_mask.png">thumbs/cdcover_glass_aa.png</texture>
                    <bordertexture border="20">thumbs/cd_shadow.png</bordertexture>
                    <bordersize>20</bordersize>
                </control-->
            </control>
            <control type="grouplist">
                <left>454</left>
                <top>570</top>
                <width>650</width>
                <height>270</height>
                <visible>Skin.HasSetting(RightListShowInfo)</visible>
                <usecontrolcoords>true</usecontrolcoords>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[557]:[/COLOR][CR][COLOR white]$INFO[ListItem.Artist][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Artist)</visible>
                </control>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[515]:[/COLOR][CR][COLOR white]$INFO[ListItem.Genre][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Genre)</visible>
                </control>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[180]:[/COLOR][CR][COLOR white]$INFO[ListItem.Duration][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Duration)</visible>
                </control>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[21894]:[/COLOR][CR][COLOR white]$INFO[ListItem.Property(Artist_Formed)][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Property(Artist_Formed)) + IsEmpty(ListItem.Property(Artist_Genre)) + IsEmpty(ListItem.Property(Artist_Born))</visible>
                </control>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[21893]:[/COLOR][CR][COLOR white]$INFO[ListItem.Property(Artist_Born)][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Property(Artist_Born)) + IsEmpty(ListItem.Property(Artist_Genre))</visible>
                </control>
                <control type="label">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[515]:[/COLOR][CR][COLOR white]$INFO[ListItem.Property(Artist_Genre)][/COLOR]</label>
                    <width>650</width>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <visible>!IsEmpty(ListItem.Property(Artist_Genre))</visible>
                </control>
                <control type="textbox">
                    <label>[COLOR $VAR[FocusTextureColorVar]]$LOCALIZE[569]:[/COLOR][CR][COLOR white]$INFO[ListItem.Comment][/COLOR]</label>
                    <left>15</left>
                    <top>0</top>
                    <width>615</width>
                    <height>180</height>
                    <font>font14_textbox</font>
                    <pagecontrol>62</pagecontrol>
                    <include>ShowCaseInfoPanelButtonsValues</include>
                    <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(Enable.AutoScroll) + !Control.HasFocus(62)</autoscroll>
                    <visible>!IsEmpty(ListItem.Comment)</visible>
                </control>
                <control type="textbox" id="70">
                    <label>$VAR[MusicPlotVar]</label>
                    <left>15</left>
                    <top>0</top>
                    <width>615</width>
                    <height>245</height>
                    <font>font14_textbox</font>
                    <pagecontrol>63</pagecontrol>
                    <textcolor>white</textcolor>
                    <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(63)</autoscroll>
                </control>
            </control>
            <control type="group">
                <left>454</left>
                <top>740</top>
                <control type="scrollbar" id="63">
                    <left>636</left>
                    <top>0</top>
                    <width>14</width>
                    <height>245</height>
                    <onup>PageUp(70)</onup>
                    <ondown>PageUp(70)</ondown>
                    <onleft>SetProperty(MediaMenu,True,home)</onleft>
                    <onleft>SetFocus(9000)</onleft>
                    <onright>700</onright>
                    <texturesliderbackground>scrollbar/texturesliderbackground2.png</texturesliderbackground>
                    <texturesliderbar>scrollbar/texturesliderbar2.png</texturesliderbar>
                    <texturesliderbarfocus border="1">scrollbar/texturesliderbar2.png</texturesliderbarfocus>
                    <showonepage>false</showonepage>
                    <orientation>vertical</orientation>
                    <animation effect="fade" start="100" end="0" time="500" delay="500" condition="!Control.HasFocus(63) + !Container.Scrolling">Conditional</animation>
                </control>
            </control>
            <control type="list" id="700">
                <left>1090</left>
                <top>95</top>
                <width>1000</width>
                <height>830</height>
                <onleft condition="Control.IsVisible(63)">63</onleft>
                <onleft condition="!Control.IsVisible(63)">SetProperty(MediaMenu,True,home)</onleft>
                <onleft condition="!Control.IsVisible(63)">SetFocus(9000)</onleft>
                <onright>60</onright>
                <onup>700</onup>
                <ondown>700</ondown>
                <pagecontrol>60</pagecontrol>
                <viewtype label="RightList">list</viewtype>
                <visible>Container.Content(artists) | Container.Content(albums) | Container.Content(songs)</visible>
                <scrolltime tween="quadratic" easing="out">200</scrolltime>
                <itemlayout height="68" width="806">
                    <control type="image">
                        <top>8</top>
                        <left>20</left>
                        <width>800</width>
                        <height>60</height>
                        <texture border="1">separator2.png</texture>
                    </control>
                    <control type="label">
                        <left>30</left>
                        <width>775</width>
                        <height>68</height>
                        <font>font15</font>
                        <align>right</align>
                        <textcolor>grey</textcolor>
                        <selectedcolor>selected</selectedcolor>
                        <label>$INFO[ListItem.Label]</label>
                        <visible>[!Container.Content(songs) | Stringcompare(ListItem.Label,..)]</visible>
                    </control>
                    <control type="label">
                        <left>30</left>
                        <width>775</width>
                        <height>68</height>
                        <font>font15</font>
                        <align>right</align>
                        <textcolor>grey</textcolor>
                        <selectedcolor>selected</selectedcolor>
                        <label>$INFO[ListItem.Tracknumber]: $INFO[ListItem.Title]</label>
                        <visible>Container.Content(songs) + !Stringcompare(ListItem.Label,..)</visible>
                    </control>
                </itemlayout>
                <focusedlayout height="68" width="806">
                    <control type="image">
                        <top>10</top>
                        <left>20</left>
                        <width>800</width>
                        <height>60</height>
                        <texture border="1">separator2.png</texture>
                    </control>
                    <control type="image">
                        <left>20</left>
                        <width>825</width>
                        <height>68</height>
                        <texture border="4">listselect_fo_clear.png</texture>
                        <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
                        <visible>Control.HasFocus(700)</visible>
                        <include>VisibleFadeEffect</include>
                    </control>
                    <control type="label">
                        <left>30</left>
                        <width>775</width>
                        <height>68</height>
                        <font>font15</font>
                        <align>right</align>
                        <selectedcolor>selected</selectedcolor>
                        <label>$INFO[ListItem.Label]</label>
                        <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(501)">Conditional</animation>
                        <visible>[!Container.Content(songs) | Stringcompare(ListItem.Label,..)]</visible>
                    </control>
                    <control type="label">
                        <left>30</left>
                        <width>775</width>
                        <height>68</height>
                        <font>font15</font>
                        <align>right</align>
                        <selectedcolor>selected</selectedcolor>
                        <label>$INFO[ListItem.Tracknumber]: $INFO[ListItem.Title]</label>
                        <animation effect="fade" start="100" end="70" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(501)">Conditional</animation>
                        <visible>Container.Content(songs) + !Stringcompare(ListItem.Label,..)</visible>
                    </control>
                </focusedlayout>
            </control>
            <control type="scrollbar" id="60">
                <left>1904</left>
                <top>40</top>
                <width>14</width>
                <height>920</height>
                <onup>60</onup>
                <ondown>60</ondown>
                <onleft>700</onleft>
                <onright>SetProperty(MediaMenu,True,home)</onright>
                <onright>SetFocus(9050)</onright>
                <texturesliderbackground border="1">-</texturesliderbackground>
                <texturesliderbar border="6,0,6,0">scrollbar/texturesliderbar_hor.png</texturesliderbar>
                <texturesliderbarfocus border="6,0,6,0">scrollbar/texturesliderbarfocus_hor.png</texturesliderbarfocus>
                <textureslidernib>-</textureslidernib>
                <textureslidernibfocus>-</textureslidernibfocus>
                <animation effect="fade" start="100" end="0" time="500" delay="500" condition="!Control.HasFocus(60) + !Container.Scrolling">Conditional</animation>
                <showonepage>false</showonepage>
                <orientation>vertical</orientation>
            </control>
        </control>
    </include>
</includes>
[/quote]


RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-28

Thanks meowmoo & Namoi.


RE: Aeon Madnox - Beta Release (for Isengard) - k4sh1n - 2015-07-28

(2015-07-28, 12:19)FonziQ Wrote: Hi Mike,

http://imgur.com/Qqa6yWC&abDTfW0&CvVGRFI
http://imgur.com/Qqa6yWC&abDTfW0&CvVGRFI#1
http://imgur.com/Qqa6yWC&abDTfW0&CvVGRFI#2

I think it was in shednox someone explained how to get this done: System > submenu >> clean video db

In my case it will be: Movies > submenu >> character set

Dont want to waste your time on personal things like this, but if its simple or if someone can guide me, perfecto.

And for the intro
http://imgur.com/jtvp8QB

Possible or not Big thanks Masters of the Universe !!!

(2015-07-28, 12:44)Mike_Doc Wrote: Thanks Namoi, did see that the other day but forgot to look into it more. Will pull your changes into Madnox. Again thanks.

Thanks Fonziq, will see if I can do that for you and will see if there is a way to play a random video on startup.


I posted this a while ago: http://forum.kodi.tv/showthread.php?tid=124124&pid=2011185#pid2011185

Refer post: #161

Just a copy and paste job

(No PM's please)


RE: Aeon Madnox - Beta Release (for Isengard) - Oggie101 - 2015-07-28

Great update, keeps getting better. I've managed to change the font on the main menu but the ocd in me needs to get it centered, can any one point me in the right direction ?

Image


RE: Aeon Madnox - Beta Release (for Isengard) - Namoi - 2015-07-28

Again a little fix for something which was never fixed in Shednox.
In the DialogYesNo.xml : the text, if too long, get out of the dialog window.

Just replace the whole grouplist in the xml (there's only one starting at 45), by this one

Code:
<control type="grouplist">
                <top>68</top>
                <left>15</left>
        <width>750</width>
                <height>330</height>
        <control type="textbox" id="9">
        <description>text</description>
        <width>750</width>
        <height>330</height>
        <align>center</align>
        <textcolor>white3</textcolor>
        <autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
        </control>
</control>

My guess is a similar bug is also present in DialogProgress.xml but i don't know when this dialog popup so i couldn't check Big Grin


RE: Aeon Madnox - Beta Release (for Isengard) - neurosis13 - 2015-07-28

thanks Namoi for your support!

Wink


RE: Aeon Madnox - Beta Release (for Isengard) - Namoi - 2015-07-28

My pleasure :-D


RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-28

Thanks Namoi, put the same in DialogProgress and it looks to be working.


RE: Aeon Madnox - Beta Release (for Isengard) - Namoi - 2015-07-28

Just tested in 1920x1080 though. Don't know if it works on other res :-D

Edit: Seems to be OK.


RE: Aeon Madnox - Beta Release (for Isengard) - wints - 2015-07-28

Hi just noticed that in music I can't select RightList view just click on it and nothing happens all other views select ok any ideas? cheers


RE: Aeon Madnox - Beta Release (for Isengard) - gcdlz - 2015-07-28

In the new 0.0.5 update there is no longer an open case setting for the showcase view. Works in Kodiflex view. Am I overlooking a setting in Showcase view?


RE: Aeon Madnox - Beta Release (for Isengard) - brazen1 - 2015-07-28

Try System/Appearance/Skin/Settings/Help and make sure you have scriptmoreinfo installed which I think is part of schimi2k's pack.


RE: Aeon Madnox - Beta Release (for Isengard) - wints - 2015-07-28

Thanks I did download add schimi's addons when I first installed the skin, just checked and that's not in there so downloading again just to makesure


RE: Aeon Madnox - Beta Release (for Isengard) - Mike_Doc - 2015-07-28

my bad, on the 'open case'. I gave kodiflix it's own option and made a mistake when tidying up the code.

I've just pushed the correction to the GIT or you can do this fix:

In Custom_1166_cases.xml change line 330 to this

<visible>Skin.HasSetting(MikeCasesMod) + [[Container.Content(movies) | Container.Content(sets)] + Stringcompare(Window(home).Property(actualViewtype),ShowcaseMovies)]</visible>

I missed the ']' at the end.

Sorry about that.

Mike.


RE: Aeon Madnox - Beta Release (for Isengard) - wints - 2015-07-28

(2015-07-28, 22:26)wints Wrote: Thanks I did download add schimi's addons when I first installed the skin, just checked and that's not in there so downloading again just to makesure

No it's not in there, can anyone upload it please cheers