(2024-09-19, 02:50)Fuchs2468 Wrote: Could you please correct the default skin in the addon?
for example:xml:
<texture>flags/local.png</texture>
<visible>!String.IsEmpty(ListItem.dbid)</visible>
Don't see any error
(2024-09-19, 02:50)Fuchs2468 Wrote: old:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Thumb]</texture>
new:
xml:
<texture background="true" fallback="DefaultVideo.png">$INFO[ListItem.Art(poster)]</texture>
Changed to ListItem.Art(thumb) as I have to go through all the code and see where artwork is set as thumb vs poster. Not a trivial task.
(2024-09-19, 02:50)Fuchs2468 Wrote: can be removed:
xml:
<control type="radiobutton" id="100">
<width>280</width>
<height>140</height>
<textoffsetx>0</textoffsetx>
<align>center</align>
<texturefocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-fo.png</texturefocus>
<texturenofocus border="40" colordiffuse="$INFO[Window(home).Property(ImageColor)]">buttons/button-nofo.png</texturenofocus>
<font>font12</font>
<textcolor>FF999999</textcolor>
<focusedcolor>FFFAFAFA</focusedcolor>
<aligny>bottom</aligny>
<textoffsety>77</textoffsety>
<radioposx>118</radioposx>
<radioposy>30</radioposy>
<radiowidth>44</radiowidth>
<radioheight>44</radioheight>
<label>$ADDON[script.extendedinfo 32132]</label>
<onclick>XBMC.RunScript(script.videoextras,display,"$INFO[Window.Property(FilenameAndPath)]")</onclick>
<visible>System.HasAddon(script.videoextras) + String.IsEmpty(Window(movieinformation).Property(HideVideoExtrasButton))</visible>
<visible>!String.IsEmpty(Window.Property(FilenameAndPath))</visible>
<textureradioonfocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioonfocus>
<textureradioofffocus colordiffuse="FFFAFAFA">icons/plus2.png</textureradioofffocus>
<textureradiooffnofocus colordiffuse="FF999999">icons/plus2.png</textureradiooffnofocus>
<textureradioonnofocus colordiffuse="FF999999">icons/plus2.png</textureradioonnofocus>
</control>
true for Omega, but this addon is available for Matrix +. Not sure of a good way to just test for Omega/Piers in a visibility condition.
Meanwhile, I found what looks like some logic error / design issue in how episodes are handled, but that I will push out to the future as it will take some work to figure out how best to handle.
scott s.
./