calberga
Ancient Board Spirit
     
Group: Awaiting Authorisation
Posts: 254
Joined: Oct. 2002 |
 |
Posted: Mar. 27 2008,21:27 |
 |
Two whines, one simple, the other not.
The simple whine: Would it be difficult to make "Rename Files From List" work on non-.mp3 file?
The complex whine: Soppose I have files named:
a.foo b.foo c.foo
And I want to rename them as:
alpha.foo beta.foo gamma.foo
but I only have a text file contianing
a - alpha b - beta c - gamma
Is there any way to specify the file-extension in the old-name and new-name patterns in "rename from list"?
<old-filename>.foo - <new-filename>.foo
Yes, I know that won't work, but perhaps it gives the idea. How about
<old-filename[|.foo]> - <new-filename[|.foo]>
More generally, is there a way to construct filenames from list items concatanated with constant values?
|