View Single Post
Old 03-28-07, 08:10 AM   #15 (permalink)
uzziah0
Guest
 
Posts: n/a
open the file (with something like notepad),
about 28 lines into the file are these lines:

## file types to copy - use "mp3" or "mp3|mp4"
my $file_types = "mp3|mp4";

you can add more file types to this list, to the "mp3|mp4|xxx" to have them moved too, just add your playlist file type.
  Reply With Quote