- Moderator
- #91
Auch deswegen hat das Team diese Abrufe gecancelt - aber gut zu wissen, werde meine Skins anpassen, dass es keine Top Tracks des Albums mehr gibtDiese Info gibt es im 2.0 API nicht mehr:
Auch deswegen hat das Team diese Abrufe gecancelt - aber gut zu wissen, werde meine Skins anpassen, dass es keine Top Tracks des Albums mehr gibtDiese Info gibt es im 2.0 API nicht mehr:
ok, dankeIst aber zu erklären, wenn ich mir den Code ansehe.
MP 1.3 verwendet das Last.FM 1.0 API,
bei mir nichhhhhGlücklicherweise gibt es auch ein Leben ohne MediaPortal
<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>