Hey Leute,
gestern Nacht war ich noch ein wenig mit skinnen beschäftigt, bis ich entnervt aufgegeben habe...
Im Anhang findet Ihr einen Viewtype, der bei mir allen RAM frisst...
Aber erst seitdem ich im Code die Größe des <focusedlayout> geändert habe...
Vorher war es:
Code
<focusedlayout height="360" width="350">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>350</width>
<height>360</height>
<info>ListItem.Icon</info>
<aspectratio>stretch</aspectratio>
<bordertexture border="4">button-nofocus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
</control>
</focusedlayout>
Alles anzeigen
dann habe ich es auf Bannergröße von TV-Shows geändert. FREEZE! Einmal war ich schell genug um den Task-Manager zu öffnen. Dort konnte ich sehen,
wie sich der verbrauchte RAM von XBMC von 280MB auf 3,1GB! gesteigert hat...
Code
<focusedlayout height="107" width="576">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>576</width>
<height>107</height>
<info>ListItem.Icon</info>
<aspectratio>stretch</aspectratio>
<bordertexture border="4">button-nofocus2.png</bordertexture>
<bordersize>4</bordersize>
<visible>!Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
</control>
</focusedlayout>
Alles anzeigen
Für mich "bugverdächtig"...Aber bevor ich im Trac ein Ticket mache, wollte ich fragen, ob das für mich nochmal jemand testen kann( Viewtype hängt am Post dran )...
Auf eigene Gefahr natürlich
Danke schonmal...
mm