Archive for March 29th, 2009
-
How to make your MP3 CD play in the order you want
You can usually drop an MP3 playlist file in portable MP3 players, which specifies the order you want. But basic MP3 CD players such as those found in car stereos usually do not support MP3 playlists.
The second option is adding ID3 tags to the MP3 files, with each ID3 tag displaying the track number. The best freeware utility for adding ID3 tags is tag-mp3-saito (Windows only) which can allow you to make use of the advanced table features of Microsoft Excel. The display of ID3 tag information such as artist, album, filename and track number is supported by almost all MP3 players. But again, basic MP3 CD players are usually not equipped with the algorithms to obtain playback information from the tags.
A known issue relates to MP3 files being played in the order that they were copied. But this pertains to USB based MP3 players, and not MP3 CDs.
The last resort is renaming or prefixing your MP3 files numerically, and expecting them to play in ascending order. Renaming or prefixing them alphabetically will also work. MP3 files in basic MP3 CD players are played alphabetically, unless overridden by having a numeric name or prefix. But having them renamed or prefixed alphabetically can be confusing.
The best freeware utility for bulk renaming your MP3 files is the Bulk Rename Utility (Windows only). In the case of MP3 CD players, your files may play in order as long as they are less then ten. For example, 9 files will play in the following order:
1,2,3,4,5,6,7,8,9
But if your files are 10, you will find your MP3s being played in the following order:
1,10,2,3,4,5,6,7,8,9
Or if you exceed 10 files, let’s say you have 20 files, will find your MP3s being played in the following order:
1,10,12,13,14,15,16,17,18,19,2,20,3,4,5,6,7,8,9
This can be corrected by using the Bulk Rename Utility to prefix the MP3 filenames. First check how many total files you have. If suppose you have 300 files, change the filenames or filename prefixes from
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20…….98, 99,100,101,102,103……300
to
001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012, 013, 014, 015, 016, 017, 018, 019, 020…..098, 099, 100, 101, 102, 103…..300
Note that you can quit renaming or prefixing after reaching 100. If suppose you have a 1000 files, you would be prefixing the above as:
0001, 0002, 0003, 0004, 0005, 0006, 0007, 0008, 0009, 0010, 0011, 0012, 0013, 0014, 0015, 0016, 0017, 0018, 0019, 0020…..0098, 0099, 0100, 0101, 0102, 0103…..0998, 0999, 1000
Similarly, if you have less than 100 files, you would be prefixing them as:
01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20…..98,99,100
Thanks to the Roxio Support Community for the tip.