decoder/ffmpeg: use the "artist" tag if "author" is not present
commit65693d057bd57a8df3f491650485087365170564
authorMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 13:41:43 +0000 (30 15:41 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 13:41:43 +0000 (30 15:41 +0200)
tree80449803ed4063a91f0de1d11e3cd708518c47cd
parentb0f9a1454af5af826255e988d1ca8fe78df2c136
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".
NEWS
src/decoder/ffmpeg_plugin.c