Re: [vdr] [ANNOUNCE] runvdr extreme 0.4

2008-09-14 Thread crow
On Sun, Sep 14, 2008 at 6:41 PM, Udo Richter <[EMAIL PROTECTED]> wrote: > Hi list, > > > I've updated the runvdr extreme script to version 0.4. > > The main new feature is the ability to launch an X server together with > VDR, for use with xine or xineliboutput. An installed login manager like > gd

Re: [vdr] [ANNOUNCE] runvdr extreme

2006-10-10 Thread Udo Richter
C.Y.M wrote: I'm using something like this: eval "screen -D -m -S vdr $VDRCMD &" This should work: WRAPPER="screen -D -m -S vdr" Or this: runvdr --wrapper="screen -D -m -S vdr" Cheers, Udo ___ vdr mailing list vdr@linuxtv.org http://www.linuxt

Re: [vdr] [ANNOUNCE] runvdr extreme

2006-10-09 Thread C.Y.M
Udo Richter wrote: > Peter Bieringer wrote: >> Thank you for the nice script. >> >> One fix is necessary: >> >> -[ -n "$VFAT" ] && VDRCMD="$VDRCMD -v" >> +[ -n "$VFAT" ] && VDRCMD="$VDRCMD --vfat" > > > Hmm, you're right. Thanks. I've missed that because my VDR is switched > to

Re: [vdr] [ANNOUNCE] runvdr extreme

2006-10-09 Thread Udo Richter
Peter Bieringer wrote: Thank you for the nice script. One fix is necessary: -[ -n "$VFAT" ] && VDRCMD="$VDRCMD -v" +[ -n "$VFAT" ] && VDRCMD="$VDRCMD --vfat" Hmm, you're right. Thanks. I've missed that because my VDR is switched to vfat on build time. I found only one m

Re: [vdr] [ANNOUNCE] runvdr extreme

2006-10-09 Thread Peter Bieringer
Hi Udo, Udo Richter schrieb: > Hi list, > > I've released the first release of my runvdr-extreme package. Thank you for the nice script. One fix is necessary: --- runvdr.orig 2006-10-09 21:30:47.0 +0200 +++ runvdr 2006-10-09 21:30:56.0 +0200 @@ -413,7 +413,7 @@ [ -n "

Re: [vdr] [ANNOUNCE] runvdr extreme

2006-10-09 Thread Guy Roussin
Hello Udo, Thank you very much for this piece of good code. I launch it from /etc/inittab and all is fine. Thank you again. Guy Udo Richter wrote: Hi list, I've released the first release of my runvdr-extreme package. runvdr extreme is a runvdr script, just like the runvdr script included