Page 1 of 1

Use only part of ID3 tag?

PostPosted: Sun Sep 14, 2014 8:33 pm
by Artman
I know how to rename using the ID3 Title tag (%t). What I want to do is rename using only part of the contents of that tag.

I'm working with files with Title tags formatted as follows: SomeText 0000 MoreText. SomeText is the same in every file, as is MoreText. 0000 is a time, 24-hour format, from 0000-1200. I want the get only that time from the Title tag into the file name. It will always be exactly four digits and start at position 10.

My plan is to put this in a Windows batch file.

Is this possible?

Thanks from a first-time poster,
Artman