Looks good how much is left i'm planning to release a new version with some small changes.
Hi burr , i send you PM ....
Looks good how much is left i'm planning to release a new version with some small changes.
Hi burr , her are the full skin file's for:
3. to use the current weather images , same as in MP 1.2.3 ,users need to get a weather pack folder ,rename it "weather_BG" put it in : C:\ProgramData\Team MediaPortal\MediaPortal\skin\DefaultWide\Media\Weather , ( just a note the current weather same as mp 1.2.3 not view the current weather ... only view as location .... ( I WAS HOPPING THIS CAN BE FIX FOR MP 1.3.0.A ?? )
we just need to rename the weather image same as weather logo 128x128 , so when weather log view ...same time will view the same weather bg image ,as background ... that way the nice big weather image will change as the weather condition change ... ( need new code for this ,something like what we have now : <texture>#(string.format('weather\weather_BG\{0}.jpg', #yrWeather.selectedLocation.weatherCodeNo))</texture> but for current weather condition ..
The code we have now only select image for selected location .... but they not change as the weather change during the all day ... this the only feature that missing ....
hope you get me ...
P.S - do with new update version ,there will be code to change or add to skin ?
we just need to rename the weather image same as weather logo 128x128 , so when weather log view ...same time will view the same weather bg image ,as background ... that way the nice big weather image will change as the weather condition change ... ( need new code for this ,something like what we have now : <texture>#(string.format('weather\weather_BG\{0}.jpg', #yrWeather.selectedLocation.weatherCodeNo))</texture> but for current weather condition ..
The code we have now only select image for selected location .... but they not change as the weather change during the all day ... this the only feature that missing ....
hope you get me ...
The only way to achieve this i by saving data in memory for later use, say that you start mediaportal 17:30 the first weather condition available will be 18:00-19:00, so the first halfhour the background will show NA and then when the current time turns 18:00 we update the background.
for example ..see screen every hour the condition change and the BG weather image's will change same as the condition tag : heavy rain (weather image for heavy rain) next hour rain showr (weather image for rain showe) next hour fair (weather image for fair) ... and so on ...
all i need a list of the image number to condition : for e.g "heavy rain" = 9.jpg " or "fair = 35.jpg" ...and so on ... then i can select nice images and rename them to the condition ...
+ i will update the skin to show more of the weather BG image's