logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MP3::Tag::LastResort - Module for using other fields to fill autoinfo fields.

Description

       MP3::Tag::LastResort is designed to be called from the MP3::Tag module.

       It uses the artist_collection() as comment() if comment() is not otherwise defined.

perl v5.36.0                                       2022-12-30                          MP3::Tag::LastResort(3pm)

Name

       MP3::Tag::LastResort - Module for using other fields to fill autoinfo fields.

Synopsis

         my $mp3extra = MP3::Tag::LastResort::new_with_parent($filename, $parent);
         $comment = $mp3inf->comment();

       see MP3::Tag

See Also