LatestMediaHandler v1.6.1.0 (2 Viewers)

Status
Not open for further replies.

zpower

Portal Pro
November 27, 2007
163
8
Home Country
Portugal Portugal
Hi there

LatestMediaHandler stop displaying unwatched movies with StreamedMP.
How can resolve that?

I attach two screenshots for describe better the problem:
last.png
skin.png
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    The keyword here is 'recent'. Do you have recently unwatched movies to show?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Prove it, what are the date added for those unwatched movies? StreamedMP log will show you the movies it finds, or would you like us to keep guessing.
     

    zpower

    Portal Pro
    November 27, 2007
    163
    8
    Home Country
    Portugal Portugal
    26-Feb-2014 20:42:16 Info [LatestMovingPictures]: Updating Latest Media Info: Latest movie 1: The Fifth Estate (O Quinto Poder)
    26-Feb-2014 20:42:16 Info [LatestMovingPictures]: Updating Latest Media Info: Latest movie 2: Last Vegas (Last Vegas - Despedida de Arromba)
    26-Feb-2014 20:42:16 Info [LatestMovingPictures]: Updating Latest Media Info: Latest movie 3: Cloudy with a Chance of Meatballs 2 (Chovem Almôndegas 2)
     

    750913372

    Portal Pro
    June 25, 2009
    52
    15
    Bruxelles
    Home Country
    Belgium Belgium
    Hello,

    I don't know if this plugin is still supported but if anyone is compiling a new version, is it possible to change the hardcoded english label into language labels ?

    Indeed, most of the labels are using the standard languages XML files except "Display Most Played Music", "Display Latest Played Music" and "Display Latest Added Music" in LatestMusicHandler.cs which are hardcoded.

    Code:
    //Add filter menu item "Latest Added Music", "Most Played Music", "Latest Played Music"
                    if (LatestMediaHandlerSetup.LatestMusicType.Equals("Latest Added Music"))
                    {
                        LatestMediaHandlerSetup.LatestMusicType = "Most Played Music";   
                        pItem = new GUIListItem();
                        pItem.Label = "Display Most Played Music";
                    }
                    else if (LatestMediaHandlerSetup.LatestMusicType.Equals("Most Played Music"))
                    {
                        LatestMediaHandlerSetup.LatestMusicType = "Latest Played Music";   
                        pItem = new GUIListItem();
                        pItem.Label = "Display Latest Played Music";
                    }
                    else if (LatestMediaHandlerSetup.LatestMusicType.Equals("Latest Played Music"))
                    {
                        LatestMediaHandlerSetup.LatestMusicType = "Latest Added Music";   
                        pItem = new GUIListItem();
                        pItem.Label = "Display Latest Added Music";
                    }

    Thank you,
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    LatestMediaHandler stop displaying unwatched movies with StreamedMP.
    How can resolve that?
    Seems to be a bug in the MyVideos plugin - I already informed devs about it ;)

    Hi Guys,
    my videos plugin also not use LMH plugin, is use my videos Data and properties ...
    and this is the reason why.... already back then we can see LMH plugin support ...going down ... ;)
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom