wrong quote
correct one....
I'm not using the new plugin, but the file you want to change in the old plugin was cybrdispaly.xml in C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\CybrDisplay.xml on xp anyway. There you need to modify with a text editor like notepad. find the "message status" property "Action" correct to something like this:
also in action and window "35"
with cyberdisplay plugin message editor it does not handle one of the notnull or isnull properties correctly.
frantid
PSomeone who can give me a hint how i can fix my problem?
correct one....
using the Mini Display Plugin with irTrans display - all seems to work well, cheers.
Just a couple of niggling issues: when sitting on BasicHome screen, the display shows 'MediaPortal' & the date/time - when moving left/right to select different modules (TV, Movies, Music, etc) I would expect the display to show the name of the currently selected module, instead it just shows 'Basichome'. Same behaviour in the TV-Series plugin - when in the main screen, showing all the different series, I would expect the display to show the name of the currently selected series as you browse through them; instead, it just shows 'My Tv Series' (even though I have the 'My' prefix turned off in config - not terribly important), until you enter into the actual series, then it shows the series 'name' and the name of the different episodes as you scroll through them (as it should when in main series screen & basichome screen). The display shows the correct info as you browse through the Music/Movies modules, would be good to have it work like this in BasicHome and Tv Series.
I'm not using the new plugin, but the file you want to change in the old plugin was cybrdispaly.xml in C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\CybrDisplay.xml on xp anyway. There you need to modify with a text editor like notepad. find the "message status" property "Action" correct to something like this:
<Message Status="Action">
- <Line Alignment="Left">
<Parse Value="#currentmodule" />
</Line>
- <Line Alignment="Left">
- <Parse Value="#highlightedbutton">
<NotNull Value="#highlightedbutton" />
</Parse>
- <Property Value="#selecteditem">
<IsNull Value="#highlightedbutton" />
</Property>
</Line>
</Message
also in action and window "35"
<Message Status="Action">
<Window>35</Window>
- <Line Alignment="Left">
<Parse Value="#currentmodule" />
</Line>
- <Line Alignment="Left">
- <Property Value="#highlightedbutton">
<NotNull Value="#highlightedbutton" />
</Property>
- <Property Value="#selecteditem">
<IsNull Value="#highlightedbutton" />
</Property>
</Line>
</Message>
with cyberdisplay plugin message editor it does not handle one of the notnull or isnull properties correctly.
frantid