» Welcome Guest
[ Log In :: Register ]

 

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

Topic: Suggestion for Auto Rename< Next Oldest | Next Newest >
Penguin
Board Newbie



Group: Members
Posts: 1
Joined: April 2003
Posted: April 27 2003,22:17

Theres a lot of information in ID3 tags, and I like to have a lot of information in my filenames as well. (My MP3 CD Player shows the filenames by default) However, the filenames can become quite lengthy when theres a lot of information in it.

What I would love to see is an option to include only the first couple of letters in the Album or Artist, or, even better, the first letter of every word. Generating these strings should not be difficult but the syntax for the string buildings templates would need some radical improvements. (or maybe it could just be some checkboxes, thats fine too. :P)

I just have to say you've written a great program. It made all my mp3s look nice and neat real quicklike. Keep up the great work.
Back to top
Profile PM 
Magnus Brading
Almighty Author



Group: Super Administrators
Posts: 2751
Joined: Aug. 2002
Posted: April 29 2003,00:42

You can already do this in a two-step process:

1.
Use the listmaker tool with e.g. the following template:

Code Sample
<Filepath absolute>; <Artist>; <Title>



2.
Use the "Tag/rename from list" tool (in rename mode), with the following template:

Code Sample
<Old name AP>; <New name:2-1[| - ]><TRASH>; <New name:2-2[|.mp3]><TRASH>



Tada! Files are now renamed like this:

<first two characters of artist> - <first two characters of title>.mp3

And you can adjust it however you want to get the exact desired directory and filenames.

--------------
Software author and website owner
Back to top
Profile PM WEB 
1 replies since April 27 2003,22:17 < Next Oldest | Next Newest >

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