|
|
Rockbox mail archiveSubject: Re: Programm that creates folders for every artist in tag?Re: Programm that creates folders for every artist in tag?
From: Johan Vromans <jvromans_at_squirrel.nl>
Date: 2004-12-26
Fred <planet77@gmx.net> writes:
> I am looking for an easy to use programm that creates a folder for
mp3rename (available on CPAN) does this if you apply a one-line change
my $dir = join("/", $artist, $album);
becomes
my $dir = $artist;
http://search.cpan.org/dist/mp3rename
-- Johan
Page was last modified "Jan 10 2012" The Rockbox Crew |