Mailing List archive

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

[vdr] Re: New recording indicator not working?



Stefan Huelswitt wrote:

Hi,
using vdr 1.3.11 I noticed that the new recording indicator "*"
in the recordings menu isn't working as suppossed. The indicator
is only updated by the inital directory scan, it's not updated
after viewing a recording.

Regards.


Maybe this
----8<--------8<-----
Index: recording.c
===================================================================
--- recording.c (revision 465)
+++ recording.c (working copy)
@@ -199,6 +199,7 @@
        if (safe_write(f, &Index, sizeof(Index)) < 0)
           LOG_ERROR_STR(fileName);
        close(f);
+        Recordings.TriggerUpdate();
        return true;
        }
     }
---->8------>8----
help?
(Not testet)
cu
Florian




Home | Main Index | Thread Index