Reply to thread

I'm new to MediaPortal, but I do know that XML tags are case-sensitive.  That is true of all XML files.  The correct capitalization of the tags you are referring to should be specified in the XML schema for MediaPortal skins.  It could be possible that both elements (e.g. colordiffuse AND colorDiffuse) are defined, but I would guess that one of them is invalid.


It's not possible to make the tags case-insensitive, because then they could no longer be considered XML files.


Top Bottom