Reply to thread

wolfster, if you are comfortable with typing in the command line, open a cmd.exe window, cd to your mc2xml folder with tvguide.xml, make a backup of your tvguide.xml file and try the following to get rid of the line that has the <icon


findstr /V "<icon"  tvguide.xml  > guidetmp.xml

copy guidetmp.xml tvguide.xml


if you type findstr /?  the help output shows the following


/V         Prints only lines that do not contain a match


but if this is the problem, you need to let the mc2xml.exe programmer know about the problem so he can get a real fix put in


Top Bottom