Reply to thread

MediaPortal Version: 1.1.0 Beta 1 SVN 24553


I'm trying to replace certain corrupted characters from the program's title and description by using the modify action like this: [CODE]  <Actions>

    <Modify channel="*" field="#TITLE" search=" \? " action="Replace"> - </Modify>

    <Modify channel="*" field="#DESCRIPTION" search=" \? " action="Replace"> - </Modify>

  </Actions>

[/CODE]

This works well for title but not description. The character gets replaced but the original text is also included:


Could this be a bug in the code or am I supposed to use the modify actions differently for title and description?


Top Bottom