ellington-project / ellington

Automated tempo estimation for swing dance DJs
GNU General Public License v3.0
10 stars 0 forks source link

Ensure that mp3 files have id3v2 tags before writing #7

Closed AdamBrouwersHarries closed 6 years ago

AdamBrouwersHarries commented 6 years ago

At present, ellington writes comments (if --append is passed) to mp3 audio files without id3v2 data, which takes precedence over id3v1. Unfortunately, some applications then ignore all id3v1 data - essentially breaking the track.

AdamBrouwersHarries commented 6 years ago

Ellington no longer writes metadata, no longer relevant.