I have a bunch of
??? mp3 files where each episode is splitted into two files and my girlfriend definetly wanted to listen to them with audio cds.
Merging them with cat will not work because the
id3 tags will be broken.
So I found
mp3wrap, did a quick
for i in *; do mp3wrap /tmp/wrap/"$i".mp3 "$i"/*; done
any my girlfriend smiled