sub ices_get_metadata { use MP3::Info; $tag = get_mp3tag($file) or die "No TAG info"; return "$tag->{TITLE} "; }