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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #11
    I do have a german de.xml in the language folder, but it´s not shown (text in config remains in English)
    The configuration does not support it, but I will make later.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #14
    Latest played music still does not show, only the property names
    Log plz ...
    only the property names
    It's strange, if the plug is not looking for music, it is these variables, fills the void. And if they can see it, or they are misspelled or it falls somewhere. Check names:
    Code:
            SetProperty("#latestMediaHandler.music.latest" + z + "thumb", string.Empty);
            SetProperty("#latestMediaHandler.music.latest" + z + "artist", string.Empty);
            SetProperty("#latestMediaHandler.music.latest" + z + "album", string.Empty);
            SetProperty("#latestMediaHandler.music.latest" + z + "dateAdded", string.Empty);
            SetProperty("#latestMediaHandler.music.latest" + z + "fanart", string.Empty);
            //SetProperty("#latestMediaHandler.music.latest" + z + "fanart2", string.Empty);
            SetProperty("#latestMediaHandler.music.latest" + z + "genre", string.Empty);
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #15
    @catavolt
    Now I recheck the source code. It seems there is an error (as above) for some reason in the property (#latestMediaHandler.music.latest1.thumb) is missing the point (#latestMediaHandler.music.latest1thumb).
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #18
    @catavolt
    MP 1.11, 1.12 Work fine for me ...
    18-11-06.png
    Code:
    19-Sep-2015 17:56:00 Debug [               Utils]: Latest: [x] Pictures, [x] Music, [x][x] MyVideo, [x][x] TVSeries, [x][x] TV Recordings, [ ][x] MovingPictures, [ ][x] MyFilms, [x] MvCentral
    19-Sep-2015 17:56:00 Debug [               Utils]: Music Type: Latest Played Music
    ...
    19-Sep-2015 17:56:02 Debug [  LatestMusicHandler]: GetLatestMediaInfo: Music sync [0]
    19-Sep-2015 17:56:02 Debug [  LatestMusicHandler]: GetLatestMediaInfo: Music [True] ID:35
    19-Sep-2015 17:56:03 Debug [  LatestMusicHandler]: GetLatestMusic: Mode: Latest Played Music - 10
    ...
    19-Sep-2015 17:58:03  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 1: Gorky Park - The Best
    19-Sep-2015 17:58:03  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 2: Nicky Rubchenko - 
    19-Sep-2015 17:58:03  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest music album 3: Mark Knopfler - Tracker
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #19
    Pls find attached the German language file for deployment in your next official release
    There is a lack of translation for the fields:
    Code:
     <!-- LABEL -->
      <string Field="LabelLatestAdded">Latest Added</string> 
      <string Field="LabelLatestPlayed">Latest Played</string> 
      <string Field="LabelMostPlayed">Most Played</string>
     

    Users who are viewing this thread

    Top Bottom