!!! Split improperly concatenated mp3's

mp3splt

!!! Check mp3 files

!!mp3check

This can check for consistency, cut beginning junk, cut ending junk, etc

{{{
mp3check -t <filename>
mp3check --cut-junk-start --cut-junk-end --cut-tag-end <filename>
}}}

!! mp3val

!!! Properly join mp3s

{{{
cat Track* > new.mp3
mp3val new.mp3
}}}

----
[Linux | CategoryComputing.Linux] - [Media | CategoryComputing.Media]