Normal
a few questions and comments. 1. Is the windows scheduled task is running and updating the tvguide.xml file? Do the modified times on tvguide.xml and mc2xml.dat files match when you are running the batchfile? My batch file has some extra debug steps to write a log file when mc2xml runs. You need to tweak the drive/path for your system. I use this file with MePo PowerScheduler > EPG to run the batch file. I don't use a windows task. L:cd "\MePo\xmltv"echo %date% %time% >> mc2xml_log.txtmc2xml.exe -o tvguide.xml >> mc2xml_log.txtecho %date% %time% >> mc2xml_log.txt 2. If you open the windows ScheduledTask tool, select your task and view properties, does the history show the task is running correctly? If you select your task and press "run" does the task run without problems? 3. If you stop/start the tv server and look at your tv.log file, you should see entries showing the xmltv plugin is started. Assuming your system goes to sleep there should also be tv.log entries when the system exits sleep and starts running. I see the following. ## TV Server stop/start2012-10-29 10:13:10.203355 [TVService(6)]: TV Service: Plugin: XmlTv started2012-10-29 10:13:10.206356 [TVService(6)]: plugin: xmltv started2012-10-29 10:13:10.211356 [TVService(6)]: xmltv: Registered xmltv as PowerEventHandler to tvservice2012-10-29 10:13:10.218356 [TVService(6)]: TV Service: Plugins started2012-10-29 10:13:10.221357 [TVService(6)]: TV Service: Plugin: XmlTv started all2012-10-29 10:13:10.226357 [TVService(6)]: XmlTvImporter: registered with PowerScheduler EPG handler ## TV server resume from sleep2012-10-29 03:08:15.764758 [PowerEventThread(9)]: xmlTV plugin resumed
a few questions and comments.
1. Is the windows scheduled task is running and updating the tvguide.xml file? Do the modified times on tvguide.xml and mc2xml.dat files match when you are running the batchfile? My batch file has some extra debug steps to write a log file when mc2xml runs. You need to tweak the drive/path for your system. I use this file with MePo PowerScheduler > EPG to run the batch file. I don't use a windows task.
L:
cd "\MePo\xmltv"
echo %date% %time% >> mc2xml_log.txt
mc2xml.exe -o tvguide.xml >> mc2xml_log.txt
2. If you open the windows ScheduledTask tool, select your task and view properties, does the history show the task is running correctly? If you select your task and press "run" does the task run without problems?
3. If you stop/start the tv server and look at your tv.log file, you should see entries showing the xmltv plugin is started. Assuming your system goes to sleep there should also be tv.log entries when the system exits sleep and starts running. I see the following.
## TV Server stop/start
2012-10-29 10:13:10.203355 [TVService(6)]: TV Service: Plugin: XmlTv started
2012-10-29 10:13:10.206356 [TVService(6)]: plugin: xmltv started
2012-10-29 10:13:10.211356 [TVService(6)]: xmltv: Registered xmltv as PowerEventHandler to tvservice
2012-10-29 10:13:10.218356 [TVService(6)]: TV Service: Plugins started
2012-10-29 10:13:10.221357 [TVService(6)]: TV Service: Plugin: XmlTv started all
2012-10-29 10:13:10.226357 [TVService(6)]: XmlTvImporter: registered with PowerScheduler EPG handler
## TV server resume from sleep
2012-10-29 03:08:15.764758 [PowerEventThread(9)]: xmlTV plugin resumed