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
    I really do not like how everything is organized inside the plug. But I, yet I can not think how beautiful his break. But definitely broken.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Should this Version change anything on the "Titanius-Problem"? :) It is no change visible....
    Partially solve ...
    upload_2015-9-27_21-51-36.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Excellent! :D Broken! :D Now, all in the source code more or less beautiful. :coffee: Plugin works. But not one skin does not work :) :whistle:
    @catavolt
    If you do not use facade control, as you have started to play music? Can a piece of code here.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,584
    Königstein (Taunus)
    Home Country
    Germany Germany
    Hi Андрій,
    here an excerpt from the latest log to show the delay in displaying last played music:

    Code:
    29-Sep-2015 09:06:16  Info [LatestMediaHandlerSe]: Latest Media Handler is starting.
    29-Sep-2015 09:06:17  Info [LatestMediaHandlerSe]: Latest Media Handler version is 2.3.0.42
    29-Sep-2015 09:06:17  Info [LatestMediaHandlerSe]: MediaPortal version is 1.12.0.0
    
    ....
    
    29-Sep-2015 09:06:29  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest Played Music Album 1: Al Di Meola, John McLaughlin, Paco de Lucía - Friday Night in San Francisco - Live [06.04.2014]
    29-Sep-2015 09:06:29  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest Played Music Album 2: Creedance Clearwater Revival - Really The Best [27.07.2013]
    29-Sep-2015 09:06:29  Info [  LatestMusicHandler]: Updating Latest Media Info: Latest Played Music Album 3: Juan Luis Guerra Y 440 - Bachata Rosa [21.09.2015]
    29-Sep-2015 09:06:29 Debug [  LatestMusicHandler]: Updating Latest Media Info: Latest music has new: false
    29-Sep-2015 09:06:29 Debug [       RefreshWorker]: RefreshWorker: Complete: LatestMediaHandler.LatestMusicHandler
    29-Sep-2015 09:21:58  Info [LatestMediaHandlerSe]: Latest Media Handler is stopped.

    It takes about 13 seconds until the latest played music is shown ;)

    Music starts playing correct from the individual button properties (not facade!)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Music starts playing correct from the individual button properties (not facade!)
    How is it made? You can insert here the code for this button?

    It takes about 13 seconds until the latest played music is shown
    At first I will do so to the plugin works with all skins. Then grasp the optimization algorithm to find music.
    How many of you artists? Albums? Tracks?
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,597
    10,584
    Königstein (Taunus)
    Home Country
    Germany Germany
    How is it made? You can insert here the code for this button?
    Code:
    <control>
              <type>group</type>
              <description>group element</description>
              <layout>StackLayout(10, Horizontal, true)</layout>
              <posX>124</posX>
              <posY>159</posY>
              <animation effect="fade" start="0" end="100" time="500" reversible="false">visible</animation>
              <control>
                <type>button</type>
                <id>91919997</id>
                <width>132</width>
                <height>132</height>
                <textureFocus>cdcase-focus.png</textureFocus>
                <textureNoFocus />
                <label>-</label>
                <onleft>91919999</onleft>
                <onright>91919998</onright>
                <onup>17</onup>
                <ondown>2</ondown>
                <animation effect="zoom" start="100,100" end="108,108" time="100">focus</animation>
              </control>
              <control>
                <type>button</type>
                <id>91919998</id>
                <width>132</width>
                <height>132</height>
                <textureFocus>cdcase-focus.png</textureFocus>
                <textureNoFocus />
                <label>-</label>
                <onleft>91919997</onleft>
                <onright>91919999</onright>
                <onup>17</onup>
                <ondown>2</ondown>
                <animation effect="zoom" start="100,100" end="108,108" time="100">focus</animation>
              </control>
              <control>
                <type>button</type>
                <id>91919999</id>
                <width>132</width>
                <height>132</height>
                <textureFocus>cdcase-focus.png</textureFocus>
                <textureNoFocus />
                <label>-</label>
                <onleft>91919998</onleft>
                <onright>91919997</onright>
                <onup>17</onup>
                <ondown>2</ondown>
                <animation effect="zoom" start="100,100" end="108,108" time="100">focus</animation>
              </control>

    The standard buttons since beginning of LMH :D
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    29-Sep-2015 09:06:29 Debug [ RefreshWorker]: RefreshWorker: Complete: LatestMediaHandler.LatestMusicHandler
    This line is, and where the beginning, as a string:
    [ RefreshWorker]: RefreshWorker: Start: LatestMediaHandler.LatestMusicHandler
    :whistle:
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Music starts playing correct from the individual button properties (not facade!)
    Now no one skin is not working. I can not understand why. The plugin receives the data and then silence ... I reviewed all. I will be in the evening in debug mode, see. What is forgotten and where.
    At the same time give the log on the old problem: https://forum.team-mediaportal.com/threads/trouble-with-query-to-musicdatabase.132171/
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    @catavolt @Brudertac
    LatestMediaHandler-20150929-Beta
    * Internal rework, optimizations and bug fixes
    * Fix for skins with fasadecontrol
    * SpeedUp latests music
    * Context menu worked on facde and buttons ...

    Start play from button not work for music (flac + cue) :(
     

    Attachments

    • LatestMediaHandler-20150929-Beta.dll.zip
      227.7 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom