I found a reason not to work. Very surprised that worked before. But the work is not up to the end. I will look forward.Hope you understand what i mean
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.
How is it made? You can insert here the code for this button?Music starts playing correct from the individual button properties (not facade!)
At first I will do so to the plugin works with all skins. Then grasp the optimization algorithm to find music.It takes about 13 seconds until the latest played music is shown
How is it made? You can insert here the code for this button?
<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>
This line is, and where the beginning, as a string:29-Sep-2015 09:06:29 Debug [ RefreshWorker]: RefreshWorker: Complete: LatestMediaHandler.LatestMusicHandler
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.Music starts playing correct from the individual button properties (not facade!)