At me no pictures in root of thumb folderThe plugin in the same folder also downloaded starry sky maps.
In my skin (in others too) the starry sky maps are given as links to images from sites. Temporary graphic files are created in root of thumb folder when MediaPortal is launching. And they are deleted after the MediaPortal is closed.At me no pictures in root of thumb folder
Here an exampleHow change common.waiting.NNN.png position on screen when Weather updated?
<control>
<description>Update Animation</description>
<type>animation</type>
<id>1234</id>
<posX>890</posX>
<posY>470</posY>
<textures>common.waiting.1.png;common.waiting.2.png;common.waiting.3.png;common.waiting.4.png;common.waiting.5.png;common.waiting.6.png;common.waiting.7.png;common.waiting.8.png</textures>
<Duration>0:0:01.5</Duration>
<keepaspectratio>yes</keepaspectratio>
</control>
I not found this code in Weather skin files, but when weather updating, this animated images show in screen centerHere an example
In my skin:In my skin (in others too) the starry sky maps are given as links to images from sites
<control>
<description>Starry sky image</description>
<type>image</type>
<id>0</id>
<posX>310</posX>
<posY>320</posY>
<width>640</width>
<height>640</height>
<align>center</align>
<valign>middle</valign>
<keepaspectratio>yes</keepaspectratio>
<texture>#WorldWeather.ImageStarrySky</texture>
<visible>string.equals(#WorldWeather.View,Astronomy)+string.equals(#WorldWeather.ImageStarrySkyEnabled,true)+!control.hasfocus(21)</visible>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
<animation effect="fade" time="700">visiblechange</animation>
</control>
Can it be easier to disable this feature?I not found this code in Weather skin files, but when weather updating, this animated images show in screen center
Maybe instead <texture>#WorldWeather.ImageStarrySky</texture> to write like this: <texture>http://www.astronomie.de/Images/Himmelaktuell/obssky1b.gif</texture> - set the image not via the plugin tag, but as a link.And all work, images in temp folder, But maps not work
In expert mode, the first itemHow disable animation?
I'm not sure that this feature is now implemented. But site Астронет > Карта звездного неба to helpdifferent city - have different starry sky image
I found, its hardcoded in WW, WW call MP WaitCursor? MP WaitCursor position hardcodedHow change common.waiting.NNN.png position on screen when Weather updated?