|
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.
|