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/templateeditor.cpp | |
| 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/templateeditor.cpp')
| -rw-r--r-- | src/qmmpui/templateeditor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/templateeditor.cpp b/src/qmmpui/templateeditor.cpp index 66fa3d326..34ac9dd8a 100644 --- a/src/qmmpui/templateeditor.cpp +++ b/src/qmmpui/templateeditor.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2010 by Ilya Kotov * + * Copyright (C) 2010-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,7 @@ void TemplateEditor::createMenu() QMenu *menu = new QMenu(this); menu->addAction(tr("Artist"))->setData("%p"); menu->addAction(tr("Album"))->setData("%a"); + menu->addAction(tr("Album artist"))->setData("%aa"); menu->addAction(tr("Title"))->setData("%t"); menu->addAction(tr("Track number"))->setData("%n"); menu->addAction(tr("Two-digit track number"))->setData("%NN"); |
