[MPlayer-dev-eng] run command patch

Diego Biurrun diego at biurrun.de
Tue Feb 14 12:32:32 CET 2012


On Sun, Feb 12, 2012 at 09:16:18PM +0100, Jan Christoph Uhde wrote:
> --- DOCS/tech/slave.txt	(revision 34705)
> +++ DOCS/tech/slave.txt	(working copy)
> @@ -508,11 +508,16 @@
>  
> -run <value>
> -    Run <value> as shell command. In OSD menu console mode stdout and stdin
> +run <string>
> +    Run <string> as shell command. Properties are expanded before the string
> +    is passed as argument to sh. In OSD menu console mode stdout and stdin
>      are through the video output driver.
>  
> +    Example:
> +    run "echo '${filename} ${stream_pos}' >> ~/interesting position"
> +    Most shells would not be able to do this Parameter Expansion.

Your remark about shells mystifies me.

Diego


More information about the MPlayer-dev-eng mailing list