- June 13, 2006
- 979
- 178
- Home Country
-
Belgium
- Thread starter
- #331
I have been using this for a few days now........
I have noticed that some entries in the 'Recorded Programs' window show that they are still recording (I think thats what the red dot means). One has been recording for 2 days![]()
Recording stop in details shows 'Recording....'
I noticed this too. My TVE3 plugin hooks up to the TVE3 end-recording event to notify TV Scheduler the recording has ended. Apparently this event is not always sent
Fortunately this is relatively harmless. I do need to know if the recording has ended to know if I can add the episode title to the list of successfully recorded episodes.
Anyone any ideas what side-effect causes TVE3 not to send the end-recording event?
EDIT: I looked at my plugin code and there may be a situation in which I would skip the end-recording event, so I'm going to change the code slightly to take this into account. Perhaps this will be enough to fix the problem.