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

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I'm trying something about use IPluginReceiver to handle suspend/resume based on MP message. It will surely does nothing lol but i think that sometimes after a long resume, MP get freezed a little on next resume and it seems related to LMH even if i'm not 100 % sure lol
    It is necessary to check up? Or what I do with it?

    I have put a patch in case if needed, you can keep for later :) i will report if it change something in good way :p
     

    Hawkeye

    Portal Pro
    January 29, 2005
    548
    87
    Halle (Saale)
    Home Country
    Germany Germany
    Hi @ajs,
    now that Christmas is over I had a chance to look at a problem with my Apollo mod: all LM tiles in the TVSeries screen (except for the top right one) and the bottom right one in the Movies screen lead to the wrong episodes(seasons/series) or to none at all (those have no info dialog too).

    As I created the mod I thought it would be enough to take the given IDs and just change the looks. But that's not the case. When I realized that the series tiles are wrong I looked at them a little closer: the play buttons have the IDs as hyperlinkparameters
    XML:
    <hyperlinkParameter>#lm.tvseries.latest1.id</hyperlinkParameter>
    so I thought that should work (but I guess they are deprecated and LMH does all the magic, right?).

    I tried a new ID that seemed to be not in use: 91919993. Now I had a dialog when pressing F9 - but it was one for movies and did not lead anywhere. So I had a look at the repository and found out that it is the controllerID for the first latest media of MovPic (which I don't use) ... In the file containing those IDs are no entries for the fourth items introduced on my request. So I searched the code for them - just to find out that there really are none ... I guess you forgot them and now I ask you to be so kind to create them.

    Happy holidays ... :whistle::coffee:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    @Hawkeye
    I add:
    Code:
    * Music:
    91919901  - Latest 4
    
    * MyVideo
    91919902  - Latest 4
    
    * Pictures
    91919903  - Latest 4
    
    * TV Series
    91919904  - Latest 4
    
    * Moving Pictures:
    91919905  - Latest 4
    
    * MyFilms
    91919906  - Latest 4
    
    * MvCentral:
    91919907  - Latest 4
     

    Attachments

    • LatestMediaHandler.dll.zip
      231.4 KB
    Last edited:

    joEhSuper

    MP Donator
  • Premium Supporter
  • June 2, 2011
    1,014
    589
    Home Country
    Austria Austria
    Hi @Sebastiii


    I thought this issue was solved in 1.13. - but when I Installed 1.13. it seems I again got the "old" sqlight.dll because Music section of LatestMediaHandler didn't work proper and I also got looooooong delays whe playing back media files and watching TV... :confused::mad:o_O:cautious:https://forum.team-mediaportal.com/...udio-starts-normal.133216/page-2#post-1168907

    So my question: Is it correct that there is no new sqlight.dll in MP 1.13. or is it another than this one: https://forum.team-mediaportal.com/...ndler-v2-3-x-000.132114/page-32#post-1161164?

    Edit:
    Sorry - Just got the information that an update is tentatively planned for MP 1.14 PR.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom