Fanart Handler Plugin v4.0.X.000 (6 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,646
    10,592
    Kyiv
    Home Country
    Ukraine Ukraine
    so sometimes the living ;)
    the logfiles are now better
    I can not understand the reason. in the skins. plugin. Or what. :(
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Is it possible to add scraping of movie cover and tvshow covers for recorded tv ? would be great if we could display the coverart for recorded tv instead of the crappy screen cap thumbnail ?
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Can we do a search on tvdb and imdb based on title name? Maybe add to the config so user can search and select correct series/movie?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,646
    10,592
    Kyiv
    Home Country
    Ukraine Ukraine
    Maybe we need a new scraper in mediaportal then if you can't do it in plugin ?
    What for? The recorded movies, you need to be imported into the movie plugin (MyVideo, MovPic, MyFilms). Recorded series in TV series plugin. And then, FH, will be able to download pictures.
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Maybe we need a new scraper in mediaportal then if you can't do it in plugin ?
    What for? The recorded movies, you need to be imported into the movie plugin (MyVideo, MovPic, MyFilms). Recorded series in TV series plugin. And then, FH, will be able to download pictures.
    Because that would require manual intervention which defeats the purpose and i would not want to import recorded items into my movie or tvseries databases.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,646
    10,592
    Kyiv
    Home Country
    Ukraine Ukraine
    Because that would require manual intervention which defeats the purpose and i would not want to import recorded items into my movie or tvseries databases.
    All fanart sites work with IMDBID or TVDBID, If this information is not available, the plugin will not be able to get anything. If this information is, then I'll add the functionality to work with recorded video.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hey ajs, i need your help again.

    I will have genre Logos in MovingPictures, i have use this code ::

    XML:
    <control>
    <description>Genre logo</description>
    <type>image</type>
    <id>0</id>
    <posX>50</posX>
    <posY>888</posY>
    <width>60</width>
    <height>60</height>
    <keepaspectratio>yes</keepaspectratio>
    <centered>yes</centered>
    <texture>thumbs\Skin FanArt\Media\Logos\Genres\#fanarthandler.movie.genres.selected.all.png</texture>
    <visible>facadeview.list + Control.IsVisible(50)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>

    And this one

    XML:
    <control>
    <description>Genre logo</description>
    <type>image</type>
    <id>0</id>
    <posX>50</posX>
    <posY>888</posY>
    <width>60</width>
    <height>60</height>
    <keepaspectratio>yes</keepaspectratio>
    <centered>yes</centered>
    <texture>#fanarthandler.movie.genres.selected.all.png</texture>
    <visible>facadeview.list + Control.IsVisible(50)</visible>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    </control>

    Also i used
    #fanarthandler.movie.genres.selected.singe

    Both didn't work for me. What im doing wrong ?

    Or is there more to do for this ?
     

    Users who are viewing this thread

    Top Bottom