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

mrbonsen

Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    so ein mist, geht nicht.
    genre ist klar - fehler bzw leer.
    aber date added auch leer - muss mal string anschauen in deinem hd skin
    du nutzt da anderen string #latestMediaHandler.mvcentral.selected.dateAdded
    #latestMediaHandler.mvcentral.latest1.dateAdded ... geht hier nicht

    it does not work.
    genre is clear - error or empty.
    but date added also empty - must go look in your string hd skin

    you use as another string #latestMediaHandler.mvcentral.selected.dateAdded

    #LatestMediaHandler.mvcentral.latest1.dateAdded goes here :cry:
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    Yup, because I use the facadeview ;)
    :(:(:(:(:(:(:(:(:(:(:cry::cry::cry::cry:


    muß auch ohne facadeview funktionieren mit stringvorgabe von @ajs (n)
    #latestMediaHandler.mvcentral.latest1.dateAdded

    must without facadeview function with string of handicap @ajs (n)
    #latestMediaHandler.mvcentral.latest1.dateAdded

    I could use old LMH again, but there does not the selection artist or album or track thumb, only artist thumb :p

    deine mvcentral.dll funzt nur weil du artist thumb als string benutzt, track thumb funzt mit dieser nicht.
    bescheuerte versions hickhack der zugehörigen dll

    something, your 2.3.0.57 dll mvcentral works in the thumbs just because you artist thumb as string uses - track thumb does not work with the version

    bei modifizierungen der LMH dll sollte immer die passende mvcentral.dll als anhang hier gepostet werden, ist einfacher
    with modifications of LMH dll should always have the right mvcentral.dll as notes here are posted, is easier (y)

    ich habe mvcentral.dll 1.0.7.457 /58 /60 hier :D
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,616
    10,543
    Kyiv
    Home Country
    Ukraine Ukraine
    must without facadeview function with string of handicap
    The same code fills these properties. When work at one place, and should work in another.
    C#:
    Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".dateAdded", hTable[i].DateAdded);
    Utils.SetProperty("#latestMediaHandler.mvcentral.latest" + z + ".genre", hTable[i].Genre);
    and
    C#:
    Utils.SetProperty("#latestMediaHandler.mvcentral.selected.dateAdded", latestMusicAlbums[i].DateAdded);
    Utils.SetProperty("#latestMediaHandler.mvcentral.selected.genre", latestMusicAlbums[i].Genre);
    hTable same as latestMusicAlbums :coffee:

    something, your 2.3.0.57 dll mvcentral works in the thumbs just because you artist thumb as string uses - track thumb does not work with the version
    At this point, nothing has changed, so should work as before. Or I do not understand something?
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany

    Attachments

    • lmh5.jpg
      lmh5.jpg
      292.2 KB
    • LatestMediaHandler.zip
      241.9 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,616
    10,543
    Kyiv
    Home Country
    Ukraine Ukraine
    but does not seem to be your last update of lmh ?
    I did not understand the question. At the moment, everything works, no update is not yet scheduled. Or it is necessary to add something?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,616
    10,543
    Kyiv
    Home Country
    Ukraine Ukraine
    If everything works, today will update the repository.
     

    Users who are viewing this thread

    Top Bottom