From: "Udo Richter" udo_richter@gmx.de
Kartsa wrote:
So it seems like there is something odd in vdr itself or in my configuration.
Try to investigate a bit:
The important call is RemoveDeletedRecordings(); in vdr.c, and goes to void RemoveDeletedRecordings(void) in recording.c.
Try adding some dsyslog messages in that area to see messages whenever VDR is in the mood for cleanup.
The actual call may happen quite frequently, dont know, but if you go into the block after the REMOVECHECKDELTA test, you should get messages at most once an hour.
The problem is that after the restart vdr is again working properly ant thus making it impossible to investigate anything. But I'll try to add some dsyslog in case this event will occur again.
- Kartsa