Re: AW: WorldWeather plugin v0.2.0 for MediaPortal v1.2.0 or higher
Hi guys , for backdrop more corect to use current Condition Image, that way the backdrop will change acording to the current weather .
Hi Holzi,
ok, let's explain this with a small example:
- property #WorldWeather.TodayIconImage returns a value "c:\programdata\team mediaportal\mediaportal\default\media\weather\128x128\36.png" for "sunny" (the property includes the complete directory structure)
- new property #WorldWeather.TodayIconImageFile return a value "36.png" for sunny <- can be used in skin texture statement to point to a file with the same name, but in another directory
A second possibility is to set a property, which contains only the number, in my example "36". I suggest this, I can implement this today using a new property, let's called it #WorldWeather.TodayIconImageNumber.
Ok now?
Cheers, Micropolis
Hi guys , for backdrop more corect to use current Condition Image, that way the backdrop will change acording to the current weather .