diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-13 17:15:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-13 17:15:36 +0000 |
| commit | eac64a0db2c8dc6781e34b54943dc8e44ac71a32 (patch) | |
| tree | bbbc8a26f659824ef4cd11a8438891f670ad2039 /src/qmmpui/metadataformatter.h | |
| parent | 75142ba08b90e6dbaf04881847bb3a6b329b1d4d (diff) | |
| download | qmmp-eac64a0db2c8dc6781e34b54943dc8e44ac71a32.tar.gz qmmp-eac64a0db2c8dc6781e34b54943dc8e44ac71a32.tar.bz2 qmmp-eac64a0db2c8dc6781e34b54943dc8e44ac71a32.zip | |
improved album artist tag support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4572 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/metadataformatter.h')
| -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 ac33d8282..038c8ba34 100644 --- a/src/qmmpui/metadataformatter.h +++ b/src/qmmpui/metadataformatter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,6 +38,7 @@ public: * Syntax: * %p - artist, * %a - album, + * %aa - album artist, * %t - title, * %n - track number, * %NN - 2-digit track number, |
