diff options
author | Max Kellermann <max@duempel.org> | 2010-05-30 22:29:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-05-30 22:29:48 +0200 |
commit | 8e815bec9f2c3e2b088bd9652edeb351541763f1 (patch) | |
tree | e7eee6e2af85e67a0b01333e90b65c13d325fc07 /NEWS | |
parent | 9dda53e1d20ed70b31d8651ad9036f52b1d17360 (diff) | |
download | mpd-8e815bec9f2c3e2b088bd9652edeb351541763f1.tar.gz mpd-8e815bec9f2c3e2b088bd9652edeb351541763f1.tar.xz mpd-8e815bec9f2c3e2b088bd9652edeb351541763f1.zip |
tag_ape: support album artist, MusicBrainz tags
I took these tag names from a MusePack sample file I got from a user.
These are not documented in the APE specification:
http://wiki.hydrogenaudio.org/index.php?title=APE_key
People seem to be using undocumented extensions to the specification
anyway, and the best we can do is attempt to support them.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ ver 0.16 (20??/??/??) * tags: - added tags "ArtistSort", "AlbumArtistSort" - id3: revised "performer" tag support + - ape: support album artist, MusicBrainz tags * decoders: - don't try a plugin twice (MIME type & suffix) - don't fall back to "mad" unless no plugin matches |