|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
#!/usr/bin/perl
|
|
|
|
|
#Copyright (c) 2010, Zane C. Bowers
|
|
|
|
|
#Copyright (c) 2012, Zane C. Bowers-Hadley
|
|
|
|
|
#All rights reserved.
|
|
|
|
|
#
|
|
|
|
|
#Redistribution and use in source and binary forms, with or without modification,
|
|
|
|
@ -29,7 +29,7 @@ use MP3::Tag::Utils;
|
|
|
|
|
|
|
|
|
|
#version function
|
|
|
|
|
sub main::VERSION_MESSAGE {
|
|
|
|
|
print "mp3show 0.0.0\n";
|
|
|
|
|
print "mp3show 0.0.1\n";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#print help
|
|
|
|
@ -66,7 +66,7 @@ exit 0;
|
|
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
|
|
mp3rename - Show tags for one or more MP3 file.
|
|
|
|
|
mp3show - Show tags for one or more MP3 file.
|
|
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
|
@ -74,7 +74,7 @@ mp3rename <mp3 files 0> [<mp3 file 1>...]
|
|
|
|
|
|
|
|
|
|
=head1 AUTHOR
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2010, Zame C. Bowers <vvelox@vvelox.net>
|
|
|
|
|
Copyright (c) 2012, Zame C. Bowers-Hadley <vvelox@vvelox.net>
|
|
|
|
|
|
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
|
@ -98,12 +98,6 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
|
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
|
|
|
=head1 Changelog
|
|
|
|
|
|
|
|
|
|
=head2 0.0.0 - 2010-08-19/16:00
|
|
|
|
|
|
|
|
|
|
-Initial version.
|
|
|
|
|
|
|
|
|
|
=head1 SCRIPT CATEGORIES
|
|
|
|
|
|
|
|
|
|
Desktop
|
|
|
|
@ -114,6 +108,6 @@ any
|
|
|
|
|
|
|
|
|
|
=head1 README
|
|
|
|
|
|
|
|
|
|
mp3rename - Show tags for one or more MP3 file.
|
|
|
|
|
mp3show - Show tags for one or more MP3 file.
|
|
|
|
|
|
|
|
|
|
=cut
|
|
|
|
|