Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-12-11 Thread Udo Richter
Thiemo wrote: Plus, effectively, while you currently confirm shutdown with "power, ok", you now confirm with "power, power". And together with the other numerous reasons for not shutting down, this gets confusing: Use power button to override running timers, and use ok button to override timers

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-12-11 Thread Thiemo
Am Samstag, 9. Dezember 2006 17:48 schrieb Udo Richter: > Thiemo wrote: > > So here is my solution: > > - if a recording is running and User presses "Power" tell him the box > > will shutdown after the current recording > > - If he presses "Power" a second time, ask if he realy wants to do this > >

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-12-09 Thread Marko Mäkelä
On Sat, Dec 09, 2006 at 05:48:47PM +0100, Udo Richter wrote: > The idea of pressing power button twice is also nice, though it will > confuse scripts that send power key presses. Plus, effectively, while > you currently confirm shutdown with "power, ok", you now confirm with > "power, power". F

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-12-09 Thread Udo Richter
Thiemo wrote: So here is my solution: - if a recording is running and User presses "Power" tell him the box will shutdown after the current recording - If he presses "Power" a second time, ask if he realy wants to do this (like before) *and* stop any running recordings (i reused the code from U

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-12-08 Thread Thiemo
I am sorry I have to bring this up after a few months, i came over it and had to realize that the new behavior is not what the user expects. Now i am a little bit afraid that you are going to change this again. (see vdr shutdown handling / streamdev plugin) > How about this: if the user presses

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-07-30 Thread Udo Richter
Klaus Schmidinger wrote: Please try the attached patch. Did some simple tests, seems ok so far. One thing remains: After "Recording - shut down anyway?", we should not ask "Recording in x minutes, shut down anyway?", as the 'next' recording is always the currently running one, and x is a neg

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-07-30 Thread Klaus Schmidinger
Klaus Schmidinger wrote: Udo Richter wrote: Klaus Schmidinger wrote: As a safety precaution, in case the user turned off VDR and ignored all the warnings, let's just tell the shutdown script to reboot it at, say, five minutes in the future (in case a recording is going on) or whenever the next

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-07-30 Thread Sergei Haller
On Sat, 29 Jul 2006, Udo Richter (UR) wrote: UR> UR> Its just a bit strange that VDR requires extra confirmation, and then UR> nvram-wakeup denies shutdown anyway. (or other shoudown scrips doing even UR> more strange things) as far as I remember, one of the parameters passed to the shutdown scr

Re: [vdr] [vdr bug]Shutdown during an active timer is broken

2006-07-30 Thread Klaus Schmidinger
Udo Richter wrote: Klaus Schmidinger wrote: As a safety precaution, in case the user turned off VDR and ignored all the warnings, let's just tell the shutdown script to reboot it at, say, five minutes in the future (in case a recording is going on) or whenever the next timer hits after that time