Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #use strict;
    ...
    close (CURRENT);
    my $tag = get_mp3tag ($line, ID3v2);
    print "AUTORE=",$tag->{ARTIST},"&ALBUM=",$tag->{ALBUM},"&BRANO=",$tag-
    +>{TITLE};
    
  2. or download this
    <?
    system ("/path/to/script/mp3tagfinder.pl".escapeshellarg('/path/to/har
    +d/link/file/current'));
    ?>