Actions
Bug #4635
openDVR log doesn't track files if it crashes during recording
Bug #4635:
DVR log doesn't track files if it crashes during recording
Start date:
2017-09-28
Due date:
% Done:
0%
Estimated time:
Found in version:
4.3
Affected Versions:
Description
It seems that filename information is only recorded in the dvr/log after the recording completes rather than when it starts.
However, this means that if Tvheadend crashes during recording then we lose track of the files to which we are writing and means they never get deleted.
For example I have a recorded filename bob.ts, <crash> and then bob-1.ts but only bob-1.ts is in any file in dvr/log. I expect both bob.ts and bob-1.ts in the same entry in the dvr/log.
Actions