Subject: | album tag supplied w/ hash key ALBUMTITLE by Audio::Wma |
Audio::File::Wma does not correctly provide the album tag for all my WMA
files. Windows Explorer and Media Player do show these tags correctly.
Looking at the tag hash that is provided by Audio::Wma and used by
Audio::File::Wma to gather tag information, the album title is stored
with hash key ALBUMTITLE rather than ALBUM. I could not find authorative
information on the ASF tag name convention, but e.g. the exiftool
documentation also lists ALBUMTITLE as the tag name for the album tag
rather than ALBUM
(http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ASF.html)