diff options
author | Max Kellermann <max@duempel.org> | 2012-08-25 09:56:14 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-25 09:56:14 +0200 |
commit | acaa725478ae5e6e4fff9e07cf8637d17d314c41 (patch) | |
tree | 234a20740568f8de4e5805724dc5ba2957c2c84b /NEWS | |
parent | f351550534939478d7ddc791dc76aafd5f2a3503 (diff) | |
download | mpd-acaa725478ae5e6e4fff9e07cf8637d17d314c41.tar.gz mpd-acaa725478ae5e6e4fff9e07cf8637d17d314c41.tar.xz mpd-acaa725478ae5e6e4fff9e07cf8637d17d314c41.zip |
playlist/cue: map "PERFORMER" to "artist" or "album artist"
Implements Mantis ticket 0003549.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ ver 0.17.2 (2012/??/??) * output: - httpd: use monotonic clock, avoid hiccups after system clock adjustment - httpd: fix throttling bug after resuming playback +* playlist: + - cue: map "PERFORMER" to "artist" or "album artist" * mapper: fix non-UTF8 music directory name * mapper: fix potential crash in file permission check * playlist: fix use-after-free bug |