google-code-export / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
1 stars 0 forks source link

#fanarthandler.tvseries.latestX.thumb returns episode thumb instead of show poster #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add #fanarthandler.tvseries.latestX.thumb to an image control
2. Start MediaPortal
3. Fanart Handler will display the episode thumbnail instead of the show poster 
as the wiki suggest. 

What is the expected output? What do you see instead?
#fanarthandler.tvseries.latestX.thumb should display the TVSeries show poster 
just as #fanarthandler.movingpicture.latestX.thumb does.

Using infoservice 1.6 for the same (#infoservice.recentlyAdded.seriesX.thumb) 
works as expected.

What sversion of the Fanart Handler plugin are you using?
2.2.1.19191

What skin and version of the skin are you using?
Essence 1080p, Development version.

Please provide any additional information below.
Using SVN version of Mediaportal 1.2, not tested on Mediaportal 1.1.X.X.

Image control:
    <control>
        <description>TVSeries Cover Art Animation</description> 
        <type>animation</type> 
        <id>0</id> 
        <posX>20</posX>
        <posY>65</posY>
        <width>230</width>
        <height>340</height>
        <textures>#fanarthandler.tvseries.latest1.thumb;#fanarthandler.tvseries.latest2.thumb;#fanarthandler.tvseries.latest3.thumb</textures> 
        <Duration>0:0:45</Duration> 
        <RepeatBehavior>yes</RepeatBehavior>
        <keepaspectratio>yes</keepaspectratio>
        <animation effect="Fade" time="425" delay="125">WindowOpen</animation>
        <animation effect="Fade" time="425" delay="125">WindowClose</animation>
        <animation effect="Fade" time="425" delay="125" reversable="yes">VisibleChange</animation>
        <visible>!player.hasvideo+!control.hasfocus(8)</visible>
    </control>

Original issue reported on code.google.com by n4or...@gmail.com on 20 Oct 2010 at 11:26

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

Thanks for your report. I will not change this to poster. But I can add a new 
property called seasonPoster (or would you like seriesPoster, or both).

cheers
cul8er

Original comment by markus_e...@telia.com on 21 Oct 2010 at 1:20

GoogleCodeExporter commented 9 years ago
Hi,

I would like to have both if that is possible, otherwise I would prefer to have 
seriesPoster avaiable.

Will you update the wiki to reflect this change if you have not already done 
so. I thought it was a defect as it said the same thing as for Movies in the 
description. :)

Thanks for you time and effort on this!

Regards,
n4orcer

Original comment by n4or...@gmail.com on 21 Oct 2010 at 2:26

GoogleCodeExporter commented 9 years ago
Hi,

Included in SVN is now searies poster.

best regards
cul8er

Original comment by markus_e...@telia.com on 4 Nov 2010 at 12:49