Normal
@ Rybber,The earlier versions handled recordings of type Once only.If a recording was to record a program daily, weekly or every time a certain program is on it just wouldn't wake up. With this version all types are handled.@ Frodo,Thanks, very encouraging.If you examine the source you will find that it's implemented as a GUIWindow. I tried to implement as process plugin but it didn't survive sleeping. A GUIWindow is activated (or something) after every power up but a process plugin is not. I wish an event like Start() or Init() were called in the pluging interface after a power up - would it be possible?
@ Rybber,
The earlier versions handled recordings of type Once only.
If a recording was to record a program daily, weekly or every time a certain program is on it just wouldn't wake up. With this version all types are handled.
@ Frodo,
Thanks, very encouraging.
If you examine the source you will find that it's implemented as a GUIWindow. I tried to implement as process plugin but it didn't survive sleeping. A GUIWindow is activated (or something) after every power up but a process plugin is not. I wish an event like Start() or Init() were called in the pluging interface after a power up - would it be possible?