From 8ec16545513c4bccb0ff116a1105b55499de8356 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 18 Oct 2014 07:50:54 +0000 Subject: updated status plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4584 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/CommandLineOptions/StatusOption/statusoption.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/CommandLineOptions/StatusOption/statusoption.cpp') diff --git a/src/plugins/CommandLineOptions/StatusOption/statusoption.cpp b/src/plugins/CommandLineOptions/StatusOption/statusoption.cpp index dc9ebc4b1..4fe1dcbcf 100644 --- a/src/plugins/CommandLineOptions/StatusOption/statusoption.cpp +++ b/src/plugins/CommandLineOptions/StatusOption/statusoption.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 * @@ -63,7 +63,7 @@ QString StatusOption::executeCommand(const QString &opt_str, const QStringList & out += " "; out += genProgressBar() + "\n"; out += "ARTIST = %p\n"; - out += "ALBUMARTIST = %p\n"; + out += "ALBUMARTIST = %aa\n"; out += "TITLE = %t\n"; out += "ALBUM = %a\n"; out += "COMMENT = %c\n"; @@ -89,6 +89,7 @@ QString StatusOption::executeCommand(const QString &opt_str, const QStringList & out += tr("Syntax:") + "\n"; out += tr("%p - artist") + "\n"; out += tr("%a - album") + "\n"; + out += tr("%aa - album artist") + "\n"; out += tr("%t - title") + "\n"; out += tr("%n - track") + "\n"; out += tr("%NN - 2-digit track") + "\n"; -- cgit v1.2.3-13-gbd6f