Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] delete recording that's actually recorded



Hello,

If  VDR  records  a  video and I delete this record while it's recorded,
vdr's behaviour is not so nice as it could be:

[recording started]
...
[pressing the delete button on the remote control]
Feb 14 16:23:48 Ixos vdr[969]: confirm: Aufzeichnung löschen?
Feb 14 16:23:49 Ixos vdr[969]: confirmed
Feb 14 16:23:49 Ixos vdr[969]: deleting recording /video/MacGyver/Wenn_Bomben_ticken/2002-02-14.16:09.20.50.rec
Feb 14 16:24:50 Ixos vdr[990]: low disk space (0 MB, limit is 512 MB)
Feb 14 16:24:50 Ixos vdr[990]: recording to '/video/MacGyver/Wenn_Bomben_ticken/2002-02-14.16:09.20.50.rec/003.vdr'
Feb 14 16:24:50 Ixos vdr[990]: ERROR: /video/MacGyver/Wenn_Bomben_ticken/2002-02-14.16:09.20.50.rec/003.vdr: No such file or directory
Feb 14 16:24:50 Ixos vdr[990]: output thread ended (pid=990)
Feb 14 16:24:50 Ixos vdr[991]: input thread ended (pid=991)

At  the end, the timer seems to be active (in timers menu), but it isn't
because vdr renamed the path to ".del".

The correct behaviour should be:

- pressing "delete recording" on remote control, then confirm

- recording is active, timer is a single timer
      ->    delete timer, delete recording

  recording is  active, timer is a weekly timer
      ->    error message "recoding cannot be deleted while recording"
            (better: stop timer only for this day, delete this recoding,
             timer should start the next time. I think this is a bit
             complex to implement.)

  recoding is finished
      ->    delete recording

Bye, Uwe.




Home | Main Index | Thread Index