diff options
author | Max Kellermann <max@duempel.org> | 2010-06-30 21:55:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-06-30 21:55:03 +0200 |
commit | ec89ce5a8a3a609c5ecd725560304c9686726fa7 (patch) | |
tree | 943cd33836fa41b16ebb8dfa662dcc94fe5f1c92 /NEWS | |
parent | 34415bf0b60738b22099023af5cd2cd1d202bf80 (diff) | |
download | mpd-ec89ce5a8a3a609c5ecd725560304c9686726fa7.tar.gz mpd-ec89ce5a8a3a609c5ecd725560304c9686726fa7.tar.xz mpd-ec89ce5a8a3a609c5ecd725560304c9686726fa7.zip |
decoder/mp4ff: support tag "album artist"
We already supported "albumartist", but it seems some folks also use
"album artist" (with a space).
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ver 0.15.11 (2010/??/??) * tags: - ape: support album artist * decoders: - - mp4ff: support tags "albumartist", "band" + - mp4ff: support tags "album artist", "albumartist", "band" - mikmod: fix memory leak * playlist: emit IDLE_OPTIONS when resetting single mode * listen: make get_remote_uid() work on BSD |