2005-03-06, 07:44 AM
I'm wondering if sub or anyone can tell me what the status column values in RECORDING_SCHEDULE mean?
Based on what I see I think the following is true (correct me if I'm wrong):
1 = Recording
2 = Recorded
3 = Failed
5 = Conflict
But what does a status of 0 & 4 mean?
Sub, when does GB-PVR determine the next show to record? GB-PVR obviously determines which shows are in conflict, but does it set a timer when the next show is to be recorded, or does it poll the database?
I'm running GB-PVR on a MSDE database and I've put in an update trigger on RECORDING_SCHEDULE when the status is changed to 2, I queue the unique_identifier from PROGRAMME...
This allows me to collect a list of recorded shows. The next step I want to take is to add a trigger to remove repeat shows.
-Charles
Based on what I see I think the following is true (correct me if I'm wrong):
1 = Recording
2 = Recorded
3 = Failed
5 = Conflict
But what does a status of 0 & 4 mean?
Sub, when does GB-PVR determine the next show to record? GB-PVR obviously determines which shows are in conflict, but does it set a timer when the next show is to be recorded, or does it poll the database?
I'm running GB-PVR on a MSDE database and I've put in an update trigger on RECORDING_SCHEDULE when the status is changed to 2, I queue the unique_identifier from PROGRAMME...
This allows me to collect a list of recorded shows. The next step I want to take is to add a trigger to remove repeat shows.
-Charles