I posted earlier about my issues with Schedules Direct XMLs produced by xmltv.exe, which load into TvScheduler with nearly every first run show marked "Repeat."
I've got this issue resolved now, by first clicking "Delete All Guide Data" in the TV Scheduler Management Console's settings section, then processing my XML with a Python script I wrote and feeding it to TvScheduler. Oh, and the guide data deletion step should only have to be done the first time.
With this issue resolved TvScheduler now removes one of MP's biggest wife-acceptance-factor hurdles... no "First Run Only" scheduling. Yay!
In the hopes others in my situation will benefit from my efforts, I've attached my Python script. To use it you'll need to download & install ActiveState's
free Python distribution (btw, you don't have to enter your name or email to download this... just click "continue."). Next, unzip the script to somewhere that makes sense, edit it to point to your XML file's location, then run markNew.py before copying your "fixed" XML file into TvSchedule's XML "inbox."
There's a setting near the top of the Python script that will do that last step for you.
Please let me know if you have any questions.