2005-12-27, 08:10 PM
Hello Jorm, Jrock and KingArgyle,
I took a copy of your XRecord/CDK Scheduler toolset (via CVS at sourceforge) and added a number of functions.
Specifically, these functions allow for the "unscheduling" of the programs that were scheduled by CDK Scheduler.
The reason behind this:
1. I use CDK Scheduler (PriorityRecordings) for all my season recordings.
2. I live in Europe (using XML TV).
The problem I have been having is that quite often the scedule for programs that I want to record changes.
Usually this gets fixed about 1 day before the program airs, but since I have my EPG for the next 7 days, I end up with double recording entries. (GBPVR won't delete programs that have been scheduled for recording, so it keeps the old (incorrect) entry).
The easiest way for me to fix this, is to "unschedule" all the PriorityRecordings programs, and then after the EPG-update, PriorityRecordings gets run again and evertyhing is okay.
I am still contemplating writing a tool that will fix this more structurally (also for manually scheduled recordings), but it will be some time before I get round to that.
I made changes in only one file (Scheduler.cs), and added another stand-alone executable (in the form of PriorityRecording.exe).
I'm not sure if you want to keep this addition, or want to remove it, but I though I'd let you know what I did, so you can think about it...
I have included both changed files in this posting....
Thanks anyway for a great tool-set .
//Ton
I took a copy of your XRecord/CDK Scheduler toolset (via CVS at sourceforge) and added a number of functions.
Specifically, these functions allow for the "unscheduling" of the programs that were scheduled by CDK Scheduler.
The reason behind this:
1. I use CDK Scheduler (PriorityRecordings) for all my season recordings.
2. I live in Europe (using XML TV).
The problem I have been having is that quite often the scedule for programs that I want to record changes.
Usually this gets fixed about 1 day before the program airs, but since I have my EPG for the next 7 days, I end up with double recording entries. (GBPVR won't delete programs that have been scheduled for recording, so it keeps the old (incorrect) entry).
The easiest way for me to fix this, is to "unschedule" all the PriorityRecordings programs, and then after the EPG-update, PriorityRecordings gets run again and evertyhing is okay.
I am still contemplating writing a tool that will fix this more structurally (also for manually scheduled recordings), but it will be some time before I get round to that.
I made changes in only one file (Scheduler.cs), and added another stand-alone executable (in the form of PriorityRecording.exe).
I'm not sure if you want to keep this addition, or want to remove it, but I though I'd let you know what I did, so you can think about it...
I have included both changed files in this posting....
Thanks anyway for a great tool-set .
//Ton