Mailing List archive

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

[vdr] Re: VDR developer version 1.3.11



Hi,

- No longer using the external 'find' command to scan the video directory for
 recordings (based on a suggestion by Mirko Dölle).
- The list of recordings is now kept statically in memory to avoid long delays
 when opening the "Recordings" menu. As a side effect, external modifications to
 the video directory are no longer immediately reflected in the "Recordings" menu.
 If a plugin manipulates the video directory in any way, it can call the function
 Recordings.TriggerUpdate() to trigger an update of the list of recordings.
 If some external tool manipulates the video directory, it can touch the file
 '.update' in the video directory to trigger an update of the list of recordings.

That sounds great - thanks a lot for that improvement !
Anyway I do not really like the idea of using a trigger file. Wouldn't it be nicer to add a SVDRP command for that ?

--
Helmut Auer, helmut@helmutauer.de





Home | Main Index | Thread Index