Hello, I haven't used the Advanced Renaming feature much, but it looks fairly intuitive...
I have about 80 .wav files in a folder. They have totally different names (ringtones and such). I also have a column in my lister showing the duration/length of each file. I'd like to put those lengths (without the zero padding) as a suffix to the existing file name.
For example:
car_brake_crash.wav (length is 0:07) rename to car_brake_crash-7sec.wav
zippi1__sound-singing.wav (length is 0:02) rename to zippi1__sound-singing-2sec.wav
crank_ringtone.mp3 (length is 0:13) rename to crank_ringtone-13sec.mp3
Is there a way set up a macro the "pushes" the metadata into the file name? Are there any bored gurus that would be willing to generate some VBScript for this?
Yes !
This isn't going to be very hard to do at all.
To get what you want in the form you want will take a little more work, a new Evaluator Column for instance.
At first glance, you can get a quick start on this using the column keyword mp3songlength for duration .
Yes, it is a little confusing. The keyword includes the prefix mp3, but it really is for all recognized music files.