|
Posted by Don M. on 08/11/06 20:06
<mcnuttle@gmail.com> wrote in message
news:1155302526.254288.233080@74g2000cwt.googlegroups.com...
> Hello -
>
> I have 10,000 MP3 files in my "My Music" folder.
>
> The files are all named
>
> <artist> - <album> - <track> - <song name>.mp3
>
> I would like to find a program that can move my files into sub folders
> based on the file name.
>
> The result would be folders that look like:
>
> \My Music
> \artist
> \album
> \<artist>-<album>-<track>-<song name>.mp3
>
> I tried to use iTunes to do this, which creates the directory structure
> OK, but changes the song file name to just <track> - <sing name>.mp3
>
> Anybody know of a program that can help me accomplish this task?
>
> Thanks
>
================
Easily done with tag/name editors such as Mp3Tag and Tag&Rename.
In Mp3Tag, use [Convert] -> [Tag - Filename] and the following formatstring:
%artist%\%album%\%artist% - %album% - $num(%track%,2) - %title%
In Tag&Rename, it's [F4] (Rename Files function), with file name mask as follows:
%1\%3\%1 - %3 - %6 - %2
HTH
Don
[Back to original message]
|