From 5e775f754598a755873aa4e4e1939f3bc00fdf14 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 6 Oct 2017 20:01:59 +0000 Subject: using game name as album tag for GME (Chris Spiegel, #936) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7487 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/gme/gmehelper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/gme/gmehelper.cpp') diff --git a/src/plugins/Input/gme/gmehelper.cpp b/src/plugins/Input/gme/gmehelper.cpp index efcc58e22..c96e5ee2f 100644 --- a/src/plugins/Input/gme/gmehelper.cpp +++ b/src/plugins/Input/gme/gmehelper.cpp @@ -101,6 +101,7 @@ QList GmeHelper::createPlayList(bool meta) track_info->length += m_fade_length; if(meta) { + info->setMetaData(Qmmp::ALBUM, track_info->game); info->setMetaData(Qmmp::TITLE, track_info->song); info->setMetaData(Qmmp::ARTIST, track_info->author); info->setMetaData(Qmmp::COMMENT, track_info->comment); -- cgit v1.2.3-13-gbd6f