PDA

View Full Version : Replay AV after recording a show and converting, the filename still has .asf in it but the ext is mp3



UndeaD
02-02-2011, 05:23 PM
I want replay AV to stop adding .asf to the file names of my recorded sirius show. I have to go thru and manually edit each file to remove it. Any way of doing this?

see screenshot:

http://i17.photobucket.com/albums/b62/eclipzfx/applian.jpg

Cheryl Wester
02-02-2011, 08:37 PM
I'm afraid not. It is doing it how it is meant to record and convert. Thanks.

thetalk
02-03-2011, 08:21 AM
Just make a little batch file. I tried it with your filename scheme, and it works.

Windows comes with a text editor called "Notepad" which you find under "Start-Programs-Accessories". Open Notepad and type (or copy and paste) the following two lines in it:

ren ???????????????????????????.asf.mp3 ???????????????????????????.mp3
ren ??????????????????????????.asf.mp3 ?????????????????????????.mp3

Under Notepad's pulldown menu, "click File-Save As..." and give the file any name you want but be sure to type .bat. For example, I called mine "rename.bat" (without the quotes of course). Save the batch file in (or move the batch file to) the directory with your files. Then just double click it.

All this does is run the DOS rename command. Notice that you have to have a question mark for every character in the file name. You need two lines because the day number can be one or two (such as "Feb 1" and "Feb 21").

UndeaD
02-04-2011, 07:24 PM
Thanks I didn't even think about a bat file. I just wanted it to be done automatically. Thanks! +rep

stream-recorder.com
02-05-2011, 06:37 AM
I use Unreal Commander or Total Commander for batch renaming.

CharlieSummers
02-05-2011, 09:10 AM
I use Unreal Commander or Total Commander for batch renaming.

Big fan of the free Bulk Rename Utility (http://www.bulkrenameutility.co.uk/Main_Intro.php) here - while it's probably overkill for this small task, it'll still work with just "Remove:Chars," and can do truly amazing things once you add prefix, suffix, case, and most magical of all, regex. It's an awesome free utility.

(Didn't write it, don't distribute it, just find myself using it a lot.)

stream-recorder.com
02-05-2011, 12:36 PM
Unreal commander (http://x-diesel.com/) is also free. It can add prefix, suffix, change case, use counter, regular expressions. The only reason I prefer to use it is that because I use it as a file manager anyway.