Latest Media Handler v2.4.X.000 (2 Viewers)

mrbonsen

Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    no, everything is OK (y) - LMH and mv central.
    my sorry, had to request in wrong forum (offtopic in fanarthandler instead of LMH or mvcentral) :sleep:

    shi***** google translator :D

    can move the request, think the dll still load multiple user ;)
     
    Last edited:

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    well, is better in LMH because visible choice for user
    I know string and can change - normal user does not ;)

    #mvCentral.Latest.TrackImage is perfect
    is safer because makes mvcentral screen of track - artist.thumb and album.thumb is not certain, because depending on online db :(
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,626
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    is safer because makes mvcentral screen of track - artist.thumb and album.thumb is not certain, because depending on online db
    I think there is better to make the setting. On what?
    That only changes the image, or change the behavior?
    • Image: Artist | Album | Track - only change the picture
    • Behavior: Artist | Album | Track - returned only unique values selected, ie or some latest artists, latest albums or latest songs.
    @catavolt @wizard123
    What is your opinion?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,626
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    ok, to decide what can be seen skin dev
    There have already done, I'm talking about:
    Code:
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".thumb", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".artist", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".artistbio", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".artistbiooutline", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".album", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".track", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".dateAdded", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".fanart", string.Empty);
            Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".genre", string.Empty);
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,626
    10,555
    Kyiv
    Home Country
    Ukraine Ukraine
    Image: Artist | Album | Track - only change the picture
    @mrbonsen
    Try ...
    XML:
        <entry name="latestMvCentralThumbType">1</entry>
    1. Artist thumb
    2. Album thumb
    3. Track thumb
    in #latestMediaHandler.mvcentral.latest" + z + ".thumb"
     

    Attachments

    • LatestMediaHandler.dll.zip
      238 KB

    Users who are viewing this thread

    Top Bottom