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
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
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
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
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 "
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