This has been a work in progress for some time. It started out as a simple program to copy multiple MP3 audio book files to an SD card in order based on the filename. At the time, the MP3 player in my car would only play the tracks in order according to the FAT table, and not in order by filename. It made for some not so fun traveling when it would play track 4 of an audio book before track 1.
It has since expanded into:
-a simple tagging utility
-sorting MP3s by creating a directory tree and copying/moving MP3s based on tag information
-splitting and normalizing large MP3 files
-"book mode" which works with folders instead of individual MP3 files
-a text to MP3 converter
-a simple audio format to MP3 conversion utility
-simple playlist generator
-and a little bit more
It is basically a GUI front-end for various freeware command line programs and a couple of DLLs. (Due to licensing/redistribution restrictions of these command line programs, I unfortunately can't upload the final program.)
It may not be the prettiest program out there, but it gets the job done.




It has since expanded into:
-a simple tagging utility
-sorting MP3s by creating a directory tree and copying/moving MP3s based on tag information
-splitting and normalizing large MP3 files
-"book mode" which works with folders instead of individual MP3 files
-a text to MP3 converter
-a simple audio format to MP3 conversion utility
-simple playlist generator
-and a little bit more
It is basically a GUI front-end for various freeware command line programs and a couple of DLLs. (Due to licensing/redistribution restrictions of these command line programs, I unfortunately can't upload the final program.)
It may not be the prettiest program out there, but it gets the job done.
Comment