It seems to be working well using the following (16x2 lines)Dazzlercee said:Just trying to get my head around it at the moment. The first step was to get it working...lol. If you have any tips let me know.
in Smartie
Code:
Text01="$dll(MPSmartie.dll,1,Line1,0)"
Text01="$dll(MPSmartie.dll,1,Line2,0)"
in MP
Code:
MediaMenu
Line1=§#currentmodule§
Line2=§#selecteditem§
Menu
Line1=§#currentmodule§
Line2=§#highlightedbutton§
Music
Line1=§#Play.Current.Artist§ | §#Play.Current.Album§ | §#Play.Current.Title§
Line2=§#currentplaytime§ / §#duration§
For the other views I still have to set up the screens.
I am now trying to have Smartie switching to MP data when MP is running (and viceversa). I have normally other info on the LCD (cpu, lan, etc.) and as soon as MP starts, it should switch over.
I succeded in this, but as soon as MP is off, it is not switching back!