X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fexport-format-profiles.html;h=3849c9ca813a1e055999cb62c372007202a2fd24;hb=ca8c53473dfbcb7d4b483a5ce792bbf4b5caffe8;hp=92fb4da57dfa34f410369eddd7519a66d32ae444;hpb=3ac2b1ab0af5ff2d380c60cad295cbced589602f;p=ardour-manual diff --git a/include/export-format-profiles.html b/include/export-format-profiles.html index 92fb4da..3849c9c 100644 --- a/include/export-format-profiles.html +++ b/include/export-format-profiles.html @@ -112,20 +112,20 @@ absolute path to an executable file here.

Certain sequences are allowed here to stand for the exported file name and the like. Currently these are: -

-
%f
-
Full path & filename of the exported audio file
-
%d
-
Directory containing the exported audio file (including trailing directory separator)
-
%b
-
Basename of the exported audio file (without extension)
-
%s
-
Path to the current session file
-
%n
-
Name of the current session file
-
%%
-
A literal percent sign
-
+ + + + + + + + + + + + + +
%fFull path & filename of the exported audio file
%dDirectory containing the exported audio file (including trailing directory separator)
%bBasename of the exported audio file (without extension)
%sPath to the current session file
%nName of the current session file
%%A literal percent sign

Any part of the command-line enclosed in double-quotes (") will be used as-is.