info in musicplayingnow (2 Viewers)

mrbonsen

Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    einmal angefangen, hört das dilemma auch nicht gleich wieder auf. :cry:
    durch fehlende feature des "best hit album" bin ich dabei, skin umzubauen bzw. die entstandene leere auszufüllen.
    dabei stelle ich fest:
    - die beschriebenen "Current File Tags" für "Music Now Playing Track Skin Properties" laut wiki
    - #Play.Current.DateLastPlayed sowie
    - #Play.Current.DateAdded
    - #Play.Current.TimesPlayed
    funktionieren nicht :(
    samplerate/bitrate/bpm/ ect. ect. funktionieren ;)
    db überprüft = i.o alle 3 werte vorhanden

    latestmediahandler kann #Play.Current.DateAdded sowie #Play.Current.DateLastPlayed verwerten (n)
     
    Last edited:

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Also ich hoffe Du spielst die Datei aus der Datenbank View?

    upload_2015-3-9_19-14-24.png



    Code:
        <control>
          <type>fadelabel</type>
          <id>0</id>
          <posX>251</posX>
          <posY>302</posY>
          <width>1342</width>
          <font>Label</font>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>5</shadowDistance>
          <shadowColor>ff202020</shadowColor>
          <textcolor>fff5deb3</textcolor>
          <label>Last Played: #Play.Current.DateLastPlayed</label>
          <visible>skin.hassetting(#skin.noclock)+Player.hasaudio</visible>
        </control>
    
        <control>
          <type>fadelabel</type>
          <id>0</id>
          <posX>251</posX>
          <posY>402</posY>
          <width>1342</width>
          <font>Label</font>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>5</shadowDistance>
          <shadowColor>ff202020</shadowColor>
          <textcolor>fff5deb3</textcolor>
          <label>Date Added: #Play.Current.DateAdded</label>
          <visible>skin.hassetting(#skin.noclock)+Player.hasaudio</visible>
        </control>
       
        <control>
          <type>fadelabel</type>
          <id>0</id>
          <posX>251</posX>
          <posY>502</posY>
          <width>1342</width>
          <font>Label</font>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>5</shadowDistance>
          <shadowColor>ff202020</shadowColor>
          <textcolor>fff5deb3</textcolor>
          <label>Times Played: #Play.Current.TimesPlayed</label>
          <visible>skin.hassetting(#skin.noclock)+Player.hasaudio</visible>
        </control>
     

    Users who are viewing this thread

    Top Bottom