Mailing List archive

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

[vdr] Re: bash problem in runvdr



> Hi,
>       I installed vdr and some plugins ... if I launch it from
> /usr/src/VDR
> everyting is right ... I use a command line this:
> 
> 	./vdr -Pdvd -P"mp3 -m /video/plugins/mount.sh" -P"mplayer - m
> /video/plugins/mount.sh -M /video/plugins/mplayer.sh"
> 
> and everything is OK.
> 	
> I want to use the same command in runvdr, but (as aspected) " cause
> problem
> ... I tried a lot of combination .... but I could not find a correct
> syntax
> in place of (****)
> 
> ----------------------------------------------------- runvdr 
> VDRPRG="/usr/src/VDR/vdr" 
> VDRCMD="$VDRPRG -L /usr/src/VDR/PLUGINS/lib -Pdvd -P(****)  -w 60 -s
> /root/shutdown $*" 
> ......
> ......
> 
> while (true) 
> ----------------------------------------------------- runvdr 
> 
>  I tried somethings like:
> 
>  -P""mp3 -m /video/plugins/mount.sh"" -P""mplayer - m
> /video/plugins/mount.sh -M /video/plugins/mplayer.sh""
> or 
>  -P\"mp3 -m /video/plugins/mount.sh\" -P\"mplayer - m
> /video/plugins/mount.sh -M /video/plugins/mplayer.sh\"
> or 
>  -P'mp3 -m /video/plugins/mount.sh' -P'mplayer - m /video/plugins/mount.sh
> -M /video/plugins/mplayer.sh'
> etc. etc.
> 
> the response is 'invalid option -M" (for vdr)
> 
> this problem is driving me crazy ... can anyone help me?
> 

The backslash works for me. \" 
But mind your space before the m option! Must be -m not - m

Steffen

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index