[MOD] FusionMP (StreamedMP with Aeon elements) (1 Viewer)

edsche

Community Plugin Dev
January 7, 2007
606
360
38
Ulm
Home Country
Germany Germany
hi
for icons
for day 1
i put #infoservice.weather.today.img.small.fullpath
for day 2
i put #infoservice.weather.day2.img.small.fullpath
...
its the values in monochrome

Code:
      <description>DAY 1 ICON</description>
      <type>image</type>
      <id>0</id>
      <posX>140</posX>
      <posY>569</posY>
      <height>80</height>
      <width>80</width>
      <texture>#infoservice.weather.today.img.small.fullpath</texture>

sorry my english is very bad

Thanks raspoutine !!! I fixed the thumbnails changing those lines, but unfortunately my weather image is still all black:
Code:
<control>
	<description>weather WEATHER BACKGROUND</description>
	<id>1205</id>
	<type>image</type>
	<posx>0</posx>
	<posy>0</posy>
	<width>1280</width>
	<height>720</height>
	<imagepath>weather</imagepath>
	<timeperimage>7000</timeperimage>
	<fadetime>800</fadetime>
	<loop>yes</loop>
	<randomize>True</randomize>
	<texture>#infoservice.weather.today.bigweatherimg</texture>
	<visible>Control.IsVisible(1005)</visible>
</control>

Maybe is this the wrong line? <texture>#infoservice.weather.today.bigweatherimg</texture> ???
help and thank you guys!

Yes use <texture>#infoservice.weather.today.img.big.fullpath</texture> when you have the newest version of infoservice

You can look at the thread (https://forum.team-mediaportal.com/...iple-feeds-rss-atom-twitter-basic-home-60206/) for the property names.
 

morfellu

Portal Member
July 25, 2009
10
1
Home Country
Spain Spain
hi
for icons
for day 1
i put #infoservice.weather.today.img.small.fullpath
for day 2
i put #infoservice.weather.day2.img.small.fullpath
...
its the values in monochrome

Code:
      <description>DAY 1 ICON</description>
      <type>image</type>
      <id>0</id>
      <posX>140</posX>
      <posY>569</posY>
      <height>80</height>
      <width>80</width>
      <texture>#infoservice.weather.today.img.small.fullpath</texture>

sorry my english is very bad

Thanks raspoutine !!! I fixed the thumbnails changing those lines, but unfortunately my weather image is still all black:
Code:
<control>
	<description>weather WEATHER BACKGROUND</description>
	<id>1205</id>
	<type>image</type>
	<posx>0</posx>
	<posy>0</posy>
	<width>1280</width>
	<height>720</height>
	<imagepath>weather</imagepath>
	<timeperimage>7000</timeperimage>
	<fadetime>800</fadetime>
	<loop>yes</loop>
	<randomize>True</randomize>
	<texture>#infoservice.weather.today.bigweatherimg</texture>
	<visible>Control.IsVisible(1005)</visible>
</control>

Maybe is this the wrong line? <texture>#infoservice.weather.today.bigweatherimg</texture> ???
help and thank you guys!

Yes use <texture>#infoservice.weather.today.img.big.fullpath</texture> when you have the newest version of infoservice

You can look at the thread (https://forum.team-mediaportal.com/...iple-feeds-rss-atom-twitter-basic-home-60206/) for the property names.


thanks but, in that thread it says:

#infoservice.weather.today.img.big.fullpath - Todays weather condition image fullpath in the size 128x128

And what I want its a full screen image not 128x128. Am I right?

EDIT: FIXED ALL FIXED. Thank guys, I change that last line and everything is showing sweet! Thank you all for your help mates!
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
Hi again trevor,

I've just tried your new editor with the same results, black weather screen and no thumbnails, I have attached my basichome.xml .

thanks

Humm...just tried your basichome.xml and works fine (see attached screenshot), just to triple check..

you are sing Infoservice V0.9.4.0

You have replaced the ..\mediaportal\weather\128x128 directory with Vergo supplied WEATHER BACKDROPS which can be found here and cleared the cache.

I tested your basichome on both 1.0.2 and 1.1 Alpha (1.0.3.32294)

If all the above is correct I am at a loss as to where the problem is, more faulty Basichome.xml files would be good.

@all

The menu editor does not use basichome.weather.xml , the code is included in the Basichome.xml.



Cheers

Trevor
 

Attachments

  • 16-44-38.jpg
    16-44-38.jpg
    278 KB

raspoutine

Portal Pro
May 19, 2007
85
5
ok for the background
its basic :) (sorry)
i put
Code:
<description>weather WEATHER BACKGROUND</description>
	<id>1200</id>
	<type>multiimage</type>
	<posx>0</posx>
	<posy>0</posy>
	<width>1366</width>
	<height>768</height>
	<imagepath>weatherbg</imagepath>
	<timeperimage>30000</timeperimage>
	<fadetime>800</fadetime>
	<loop>yes</loop>
	<randomize>False</randomize>
	<visible>Control.IsVisible(1000)</visible>
 

edsche

Community Plugin Dev
January 7, 2007
606
360
38
Ulm
Home Country
Germany Germany
You can copy the fullscreen images in the 128x128 folder and it should work.
Ah i have an idea :D I'll add a new property in the next version like #infoservice.weather.today.img.fullscreen.fullpath that points to X:\Program Files\Team MediaPortal\MediaPortal\Weather\fullscreen\ which is filled with the fullscreen weather images. I think then the weather screen from mediaportal is working with the right images (not with the fullscreen images) and infoservice uses the fullscreen images.
 

morfellu

Portal Member
July 25, 2009
10
1
Home Country
Spain Spain
Hi again trevor,

I've just tried your new editor with the same results, black weather screen and no thumbnails, I have attached my basichome.xml .

thanks

Humm...just tried your basichome.xml and works fine (see attached screenshot), just to triple check..

you are sing Infoservice V0.9.4.0

You have replaced the ..\mediaportal\weather\128x128 directory with Vergo supplied WEATHER BACKDROPS which can be found here and cleared the cache.

I tested your basichome on both 1.0.2 and 1.1 Alpha (1.0.3.32294)

If all the above is correct I am at a loss as to where the problem is, more faulty Basichome.xml files would be good.

@all

The menu editor does not use basichome.weather.xml , the code is included in the Basichome.xml.



Cheers

Trevor


But trevor, Im not using Infoservice V0.9.4.0, Im using MPInfoService v0.99.3.
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
But trevor, Im not using Infoservice V0.9.4.0, Im using MPInfoService v0.99.3.

Hands up - got my versions out of sync - downloaded and unpacked the latest Infoservice but seems I failed to install it....what you get for rushing.

Know what the issue is, will update the editor

Trevor
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
AeonMod_Editor for MPInfoService v0.99.3

Here is the updated version of the StreamedMP_AeonMod_Editor, Some confustion my end with the verion of Infoservice I was testing against.

This will only work with version V0.99.3 of Infoservice

This version has been tested against v0.99.3 of MPInfoservice and is incompatible with previous releases (and judging by the track record the most likley next :rolleyes:)

Sorry for the dodgy version today, hopfully this one should work ok.

Trevor

EDIT: 4/8 - New Version - Update for DAY 5 Icon

Removed file - new version posted 14 Aug
 

Henkie Flits

Portal Pro
November 1, 2008
210
44
Home Country
Netherlands Netherlands
Nice Trevor but can't you make a version which produces a basichome without the detailed weather on the menu but with just a small bar in the top?
 

thesystemera

Portal Pro
May 26, 2008
810
22
42
Auckland
Home Country
New Zealand New Zealand
Okay I'm getting there, but I believe I have stumbled upon a bug of the xml generator.

For number 5 and number 4 weather it is using number 2 image?

<control>
<description>DAY 5 ICON</description>
<type>image</type>
<id>0</id>
<posX>980</posX>
<posY>569</posY>
<height>80</height>
<width>80</width>
<texture>#infoservice.weather.day2.img.small.fullpath</texture>
</control>

Also I'm not getting the nice dark mildly transparent squares that go behind the 5 day forcast so when I have a back ground image with a lot of white it just blinds the text out... But hey getting some where finally.. Any ideas?
 

Users who are viewing this thread

Top Bottom