Found the problem, you use the '&' character in one of your menu items 'DVD & BD', this is actually an illegal character in xml, seems you can write it out ok but the xml parser throws an error when it trys to read it.
<label><![CDATA[P & J]]></label>
Found the problem, you use the '&' character in one of your menu items 'DVD & BD', this is actually an illegal character in xml, seems you can write it out ok but the xml parser throws an error when it trys to read it.
Probably a little more work, but we could also write the label in a CDATA structure e.g.
Code:<label><![CDATA[P & J]]></label>
One small issue. I'm trying to get random background art from the c:/Programdata/Team Mediaportal/Mediaportal/Skin/StreamedMP/Media/Animations/movies folder and not the Movingpictures Fanart. That folder contains one file called default.jpg and some random other files.
In the editor, I therefore select Enable Fanart Handler for this item and select movie from the dropdown box. Going back into MP however, now gives me the default movietheater background. Am I doing something wrong?
C:\ProgramData\Team Mediaportal\Mediaportal\Thumbs\Skin Fanart
One small issue. I'm trying to get random background art from the c:/Programdata/Team Mediaportal/Mediaportal/Skin/StreamedMP/Media/Animations/movies folder and not the Movingpictures Fanart. That folder contains one file called default.jpg and some random other files.
In the editor, I therefore select Enable Fanart Handler for this item and select movie from the dropdown box. Going back into MP however, now gives me the default movietheater background. Am I doing something wrong?
The Fanart Handler looks for fanart from the following directory:
You can find out more from the Fanart-Handler user guide.Code:C:\ProgramData\Team Mediaportal\Mediaportal\Thumbs\Skin Fanart