merge
$ mp3wrap tmp.mp3 *
fix file duration
$ ffmpeg -i tmp_MP3WRAP.mp3 -acodec copy all.mp3 && rm tmp_MP3WRAP.mp3
copy mp3 tags
$ id3cp 1.mp3 all.mp3
[ Go home ]