Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: 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: Sun, 26 Dec 2004 16:48:25 +0100

Fred <planet77_at_gmx.net> writes:

> I am looking for an easy to use programm that creates a folder for
> every artist from the infos in the tags. It should not create another
> folder for the albums, just folders for artists and all mp3's should
> be in these folders.
> Does anyone know a programm that can do this? I had tested two
> programms, but they didn't work good. Some had problems if there was
> no info in the tag. Perhaps someone knows a programm??

mp3rename (available on CPAN) does this if you apply a one-line change
to the program (around line 98):

    my $dir = join("/", $artist, $album);

becomes

    my $dir = $artist;

http://search.cpan.org/dist/mp3rename

-- Johan
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on 2004-12-26

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy