Missing episode thumbnail on BasicHome (1 Viewer)

mrbonsen

Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    no path, definiert.
    <texture>#latestMediaHandler.movingpicture.latest1.thumb</texture>
    Adjust blue marked number ;) 1,2 or 3 and so on
     
    Last edited:

    Pleite76

    MP Donator
  • Premium Supporter
  • December 11, 2008
    53
    3
    NRW
    Home Country
    Germany Germany
    That's how it looks like.

    Texture property MovingPictures, it works:
    Code:
    <texture>#StreamedMP.recentlyAdded.movie1.fanart</texture>

    Texture property TVSeries, it doesn't work:
    Code:
    <texture>#StreamedMP.recentlyAdded.series1.fanart</texture>
     

    Attachments

    • 1.png
      1.png
      451.4 KB
    • 2.png
      2.png
      36.7 KB
    • 3.png
      3.png
      103.4 KB

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    @Pleite76. I sometimes get this issue. What I do is to go to screen mentioned by Holzi in StreamedMP BasicHome Editor. Go to tab Menu/Plugin Options and then to tab Most Recent/Plugin Overlays. In Editing Summary Options for, choose TVSeries. If your selected option is Fanart Style, choose Poster Style (and vice-versa) and press Generate Menu. Then choose back your original option and again press Generate Menu. If you load MediaPortal, now you should have the thumbs visible.
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    @m3rcury
    tested with streamed skin org
    fanart style and style poster in series does not work (mp 1.9, StreamedMP-3.0.0.3440)
    screen 03 with "#latestMediaHandler.tvseries.latest3.thumb" works (n) poster style.
    fanart style in series does not work.
     

    Attachments

    • serien 01.jpg
      serien 01.jpg
      199.5 KB
    • serien 02.jpg
      serien 02.jpg
      157.1 KB
    • serien 03.jpg
      serien 03.jpg
      68.9 KB
    Last edited:

    Pleite76

    MP Donator
  • Premium Supporter
  • December 11, 2008
    53
    3
    NRW
    Home Country
    Germany Germany
    @m3rcury : i tried it your way but no thumb in fanart mode too. mrbonsen gave me the tip to use latestmediahandler instead of the original and so it works.

    It's not the best solution because this entry will be overwritten by generating menu from the editor. And rececenty watched series are not supported and still missing.
    I think i'm understanding the problem now. I think it's not caused by StreamedMP or TVSeries, my fanarthandler doesn't work correct.

    Code:
    <texture>#StreamedMP.recentlyAdded.series1.fanart</texture>
    is empty.

    Code:
    <texture>#StreamedMP.recentlyAdded.series1.thumb</texture>
    is set and contains a coverlike image.

    My fanart database was very small and i copied my old backuped one. And i installed a new handler from extension mangager. But it didn't help :D. Maybe it needs some time to fill the database correct.
     

    Users who are viewing this thread

    Top Bottom