Hi. I need to check to see if an APE tag is empty (i.e. has no fields at all) but APE::Tag::isEmpty() seems to only check for the presence of the standard tag fields (like artist, album, title, etc.). Is this by design or an oversight? Should APE::Tag have its own isEmpty function or should I be using something like itemListMap's isEmpty? Jim