[BACK]Return to createfulllist.pl CVS log [TXT][DIR] Up to [local] / mp3 / bin

Diff for /mp3/bin/createfulllist.pl between version 1.1 and 1.2

version 1.1, 2006/03/02 23:20:47 version 1.2, 2006/08/12 01:14:53
Line 1 
Line 1 
 #!/usr/bin/perl -w  #!/usr/bin/perl -w
   # $RedRiver$
 ########################################################################  ########################################################################
 # showall.pl *** Displays all MP3's in all subdirs  # showall.pl *** Displays all MP3's in all subdirs
 #  #
Line 223 
Line 224 
 #               $filename =~ s/%(..)/pack("c",hex($1))/ge;  #               $filename =~ s/%(..)/pack("c",hex($1))/ge;
                 chomp $filename;                  chomp $filename;
                 print "Added $filename<br>\n";                  print "Added $filename<br>\n";
                 open  PLAYLIST, ">>$list" or bail("unable to open PLAYLIST: $!");                  open  PLAYLIST, ">>$list" or bail("unable to open PLAYLIST '$list': $!");
                 print PLAYLIST "$filename\n";                  print PLAYLIST "$filename\n";
                 close PLAYLIST or bail("unable to close PLAYLIST: $!");                  close PLAYLIST or bail("unable to close PLAYLIST: $!");
         } else {          } else {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>