Skip to content

Commit

Permalink
read mp3v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoz committed Mar 22, 2011
1 parent b91b440 commit 5860ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muname.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ()
}

my $file = $File::Find::name;
my $tag = get_mp3tag($file);
my $tag = get_mp3tag($file, 2);

# make sure file has all the stuff
my @attrs = qw/ARTIST TITLE TRACKNUM ALBUM/;
Expand Down

0 comments on commit 5860ecb

Please sign in to comment.