Latest Media Handler v2.4.X.000 (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    is there a chance to setup LMH in a way that it shows the latest three added distinct Series?
    Episodes probably not. But I can try display the updated series. But then the issue with playing them. Chances are, if I do, will move to the correct series (do not know how to do it, but I'll try).
    But it later, once fully will work plugin. While it may be a desire to write on the tracker. (link in first post).
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    @catavolt @HomeY @Brudertac
    LatestMediaHandler-20150930-Beta
    Try this beta ...

    * Internal rework, optimizations and bug fixes.
    * Fix for skins with faсade-control.
    * SpeedUp latests music.
    * Context menu worked on facde and buttons.
    * Play music worked with (cue+flac etc).

    22-38-34.png 23-22-04.png
     

    Attachments

    • LatestMediaHandler-20150930-Beta.dll.zip
      228.2 KB
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    @HomeY
    Music is added to the playlist, right in temp. But I can fix it on the other. What?
    Code:
          // clear current playlist
          playlistPlayer = MediaPortal.Playlists.PlayListPlayer.SingletonPlayer;
          playlistPlayer.GetPlaylist(MediaPortal.Playlists.PlayListType.PLAYLIST_MUSIC_TEMP).Clear();
    ...
          playlistPlayer.GetPlaylist(MediaPortal.Playlists.PlayListType.PLAYLIST_MUSIC_TEMP).Add(item);
    Code:
          if (playlistPlayer.GetPlaylist(MediaPortal.Playlists.PlayListType.PLAYLIST_MUSIC_TEMP).Count > 0)
          {
            playlistPlayer.CurrentPlaylistType = MediaPortal.Playlists.PlayListType.PLAYLIST_MUSIC_TEMP;
            playlistPlayer.Reset();
            playlistPlayer.Play(0);
          }
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,585
    Königstein (Taunus)
    Home Country
    Germany Germany
    Wow - Nice (y) (y) (y)
    Working good so far - all latest music possibilities work correct, mvCentral is shown, and the menu is a nice enhancement ;)
    Switching through the different latest music views via menu works, will evaluate the other options (Play works, but Album/Artist Details do nothing) :D
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    and the menu is a nice enhancement
    It was always there, a author must not finish, I just modified it and it worked. Today completed the it to the end. Now work all the items.
    but Album/Artist Details do nothing
    Already running, there was a cap to work only with the facade control.
     

    Users who are viewing this thread

    Top Bottom