File mp3 rename

File mp3 rename

Mp3 Informations About Us Links Downloads Contact Us Terms of use SiteMap
File mp3 rename
File mp3 rename

 

You are here: Mp3 Informations >>File mp3 rename

File mp3 rename article lists.

File mp3 rename

Move Numbers within Filenames




I have a collection of audio books stored as MP3 files. The books are organized into folders, with tracks named in the format BookTitle_001.mp3, BookTitle_002.mp3, and so on. I just purchased a Cambridge SoundWorks CD radio that plays MP3s, but the radio only looks at the first eight characters of a filename to determine the order of play. The book titles are all longer than eight characters, so the radio plays tracks in random order. That's okay for music but impossible for a book. Is there a utility or method to help me batch rename all the book files to put the track numbers at the front?

Laurie Picard

Assuming you're running Windows 2000 or XP, you can do this at the command prompt with a single command. Navigate to the folder that contains your chapter files and carefully enter (or copy) this command:

FOR %v IN (*_*.mp3) DO FOR /F "tokens=1-3 delims=_." %i IN ("%v") DO RENAME "%v" "%j_%i.%k"

The initial FOR command selects all files that match the file specification *_*.mp3 and passes each in turn as the variable %v into the command after the DO keyword. There is a second FOR command, which parses each passed folder name into three tokens: the explicitly defined %i and the additional %j and %k, breaking the name at the delimiter characters underscore (_) and period (.). It then builds new filenames with the numeric portion first and renames the files, precisely as you requested. For example, Hamlet_012.mp3 is divided into Hamlet, 012, and mp3 and reassembled as 012_ Hamlet.mp3.

If you want to observe what this command will do before actually renaming the files, simply insert the command ECHO before the RENAME command. The modified command line will display the rename commands that would be executed without actually making any changes, as the screen shot shows.

Copyright ?? 2004 Ziff Davis Media Inc. All Rights Reserved. Originally appearing in PC Magazine.

File mp3 rename Related Links
Convert file file midi mp3Creating file mp3
File mp3 wnloadingFile make mp3 smaller
File mp3 waveConversion file mp3 wave
Convert file m4a mp3File mp3 x
File making mp3File mp3 play
Audio convert file media mp3 windowAudio converting file mp3
Convert file free mp3 wavFile joy mp3 ode
Convert file free mp3 wmaFile mp3 splitting
Converting file file mp3 wavFile karaoke mp3
File mp3 structureConverting file midi mp3
Downloadable file free mp3Downloadable file mp3
Change file mp3 wmaCda converting file mp3
File free mp3 wavCd file mp3
Convert file mp3 oggChange file mp3 wav
Converting file file mp3 wmaEditing file mp3
Converting file mp3 waveEd2k file mp3
File fix mp3Convert file mp3 player real
File gratis mp3File mp3 repair
File mp3 sharing softwareConverter file free mp3 wma
Converter file mp3 waveFile hatfield juliana mp3
Download game mp3 music videoCheyenne music download mp3 spanish
Anime download mp3 musicChinese download mp3 music
Download mp3 music raghavBest download mp3 music
Download e mp3 music song track zDownload mp3 mp3 music
Download inuyasha mp3 musicDj download heaven mp3 music sammy yanou
 
©2005 All Rights Reserved   Mp3 Informations