diff options
| -rw-r--r-- | src/qmmpui/metadataformatter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/metadataformatter.h b/src/qmmpui/metadataformatter.h index 1cecbca35..148514d60 100644 --- a/src/qmmpui/metadataformatter.h +++ b/src/qmmpui/metadataformatter.h @@ -61,7 +61,8 @@ public: * %{decoder} - decoder name, * %{filesize} - file size, * %if(A,B,C) or %if(A&B&C,D,E) - condition, - * %dir(n) - Name of the directory located on \b n levels above. + * %dir(n) - name of the directory located on \b n levels above, + * %dir - full path of the parent directory. */ MetaDataFormatter(const QString &pattern = QString()); /*! |
