nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
543 stars 58 forks source link

tag.frame_set.getAllFrames() does not return frames in order #524

Open odie5533 opened 3 years ago

odie5533 commented 3 years ago

Calling tag.frame_set.getAllFrames() does not return frames in the order they appear in the file. I think it should return them in order.