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

Brudertac

MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    But what it shows is not the latest Music that has been added. Is that a wrong setting?
    In settings - Music Type: Latest Added Music ...
    In log:
    Code:
    21-Sep-2015 19:18:22  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 1: Volbeat - Outlaw Gentlemen & Shady Ladies
    21-Sep-2015 19:18:22  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 2: The Script - #3
    21-Sep-2015 19:18:22  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 3: Queen - Queen Forever
    SQL query on a database of music, you can perform?
    Code:
    select distinct strAlbumArtist, strAlbum, dateAdded, strGenre, RTRIM(strPath,REPLACE(strPath,'\','')) as strPath from tracks order by dateAdded desc limit 10;

    "Latest Added Music" is set.

    This is what i get from the SQL query:

    upload_2015-9-22_11-12-1.png


    I think understand, if i open MP Config and enter the Music Section. Then Press the "Update Database from selected shares" Button; MP will basically "reimport" all Files and "reset" the Importdate?
    This is the only solution i have for this case. Because those Albums are there for a long time and there were not firstly imported on 21.09.2015.

    If that is the case than i believe the behaviour of MP is wrong. IMHO it should not reset all importdates when using the "Update Database..." Button.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #42
    Then Press the "Update Database from selected shares" Button; MP will basically "reimport" all Files and "reset" the Importdate?
    I dont know :( Maybe the @Developers that the prompt.
    If that is the case than i believe the behaviour of MP is wrong. IMHO it should not reset all importdates when using the "Update Database..." Button.
    :whistle::D
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #45
    And in your last LMH before the rework it worked perfect
    In this regard, I have not changed anything :) check again, should work if the control (91919997,91919998,91919999) is pressed the mouse or remote control is selected.
    Code:
                case MediaPortal.GUI.Library.Action.ActionType.ACTION_MOUSE_CLICK:
                case MediaPortal.GUI.Library.Action.ActionType.ACTION_SELECT_ITEM:
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,596
    10,582
    Königstein (Taunus)
    Home Country
    Germany Germany
    In this regard, I have not changed anything :) check again, should work if the control (91919997,91919998,91919999) is pressed the mouse or remote control is selected.
    It just does not play :cry:
    All other latest media play correct when clicked with mouse/keyboard (MyVideos, TVSeries, TV Recordings etc.)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #48
    All other latest media play correct when clicked with mouse/keyboard (MyVideos, TVSeries, TV Recordings etc.)
    Strangely, I add debug information and in the evening look. Can I, in the personal mail (Converation), throw the full log, log file download can not.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #49
    @catavolt
    Through the context menu just does not play?
     

    Users who are viewing this thread

    Top Bottom