Here's a very simple (Windows only, but adaptable to Linux I'm sure) trick I discovered recently for merging a set of mp3 files. It's perfect for audiobooks!
1) Put the mp3 into a directory by themselves, and go there in a DOS cmd window
2) Type this command: copy /b *.mp3 NewFileName.mp3
The only downside is that the metadata is lost - it will probably have the name from the first mp3, and probably will lose any album art or whatever. Those are probably not an issue for using on the Sony Reader.
|