This patch simplifies the --segment option.
Two changes:
1) The field now specifies an entire file name, rather than something that has -0001.mp3 appended to it.
2) The field is optional, and if omitted indicates that the segment runs to the end of the file.
So, e.g.: pymp3cut.py --segment out/myfile.mp3,26 myfile.mp3
Lops the first 26 seconds of myfile.mp3 and...
2009-03-09 21:03:54 UTC in PyMP3Cut