aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-30 15:41:43 +0200
committerMax Kellermann <max@duempel.org>2009-09-30 15:41:43 +0200
commit65693d057bd57a8df3f491650485087365170564 (patch)
tree80449803ed4063a91f0de1d11e3cd708518c47cd /NEWS
parentb0f9a1454af5af826255e988d1ca8fe78df2c136 (diff)
downloadmpd-65693d057bd57a8df3f491650485087365170564.tar.gz
mpd-65693d057bd57a8df3f491650485087365170564.tar.xz
mpd-65693d057bd57a8df3f491650485087365170564.zip
decoder/ffmpeg: use the "artist" tag if "author" is not present
Usually, we read our "artist" tag from ffmpeg's "author" tag. In some cases however (e.g. APE), this tag is named "artist". This patch implements a fallback: if no "author" is found, MPD tries to use "artist".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecb576dde..29f8b9246 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ ver 0.15.4 (2009/??/??)
* decoders:
- vorbis: revert "faster tag scanning with ov_test_callback()"
- faad: skip assertion failure on large ID3 tags
+ - ffmpeg: use the "artist" tag if "author" is not present
* output:
- osx: fix the OS X 10.6 build