» Welcome Guest
[ Log In :: Register ]

 

[ Track this topic :: Email this topic :: Print this topic ]

Topic: Renaming files and moving them to directories, renaming files and moving them to direct< Next Oldest | Next Newest >
dangme
Board Newbie



Group: Members
Posts: 1
Joined: Feb. 2003
Posted: Feb. 12 2003,05:21

First, I want to compliment you on MP3 Tag Studio. I've used lots of tag programs to manage my 14,000 files, and this one is definitely the best.  I'm having trouble moving tagged files from C:\Music to new directories based on the Artist and Album info. I'd like them to be organized as follows:

C:\Music\<artist>\<album>

I've been trying to 2 hours to figure out how to do this and have been unsuccessful. I tried going in to advanced mode, under the "auto rename (from tags)" tab, and putting the following in to the "output filename format" box:

<\>Music<\><Artist><\><Album><\><Artist>---<Album>---<TrackNr>---<Title>.mp3

This resulted in getting red text that wouldn't execute.

I also tried:

C:<\>Music<\><Artist><\><Album><\><Artist>---<Album>---<TrackNr>---<Title>.mp3

This just put a folder called C in the subdirectory the files were located in.

Can you help? I'd be happy to return the favor however I can.

Best,

Dang
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: Feb. 12 2003,12:37

The following template should work:


C:\Music<\><artist><\><album><\><OldFileName>


This will move all the files to the directory structure you desire, without modifying any of the filenames.

Note that only the first backslash is without brackets. This indicates that "absolute path mode" should be used. Except for this special case, all backslashes should always be inside brackets. If the first backslash is put inside brackets too, the normal relative path mode is used, which will result in the effects you describe above (creation of the given path under the current working directory instead).

You will also find more details and examples about this if you press F1 when inside the auto rename tool, and in the help section that appears click further to the part about for this tool's advanced mode.

Edited by Magnus Brading on Feb. 12 2003,12:40

--------------
Software author and website owner
Back to top
Profile PM WEB 
1 replies since Feb. 12 2003,05:21 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]