Re: InfoService v1.5 - Feed reader/Twitter reader and weather [21-03-2010] *UPDATED*
edsche,
Thanks for the quick reply and the great plugin!
So would this code be correct.
<control>
<description>Recently Added Movie</description>
<type>image</type>
<id>0</id>
<posX>350</posX>
<posY>380</posY>
<texture>#infoservice.recentlyAdded.series[1].thumb </texture>
</control>
Unfortunately, i must say that movies aren't supported at the moment. A little code line must be added to MovingPictures/MyFilms to support that. I've had a talk with fforde about that, but it seems that this is a little bit difficult to add this code part to their plugin. Only series with MPTVSeries are at the moment supportedCould someone help me with the code to show recently added to my home screen.
I am not sure what to use? I have seen screens but can't find the code.
I'm trying this what am I doing wrong.
<control>
<description>Recently Added Movie</description>
<type>image</type>
<id>0</id>
<posX>350</posX>
<posY>380</posY>
<texture>#infoservice.recentlyAdded.movie[1].thumb</texture>
</control>
edsche,
Thanks for the quick reply and the great plugin!
So would this code be correct.
<control>
<description>Recently Added Movie</description>
<type>image</type>
<id>0</id>
<posX>350</posX>
<posY>380</posY>
<texture>#infoservice.recentlyAdded.series[1].thumb </texture>
</control>