-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Reproducer
Run the tag_reader example with the attached file (Audio has been removed for copyright reasons but the tag remains, also rename it to mp3, I renamed it to txt since Github doesn't allow mp3 upload)
Summary
I stepped through the lofty code with a debugger and the TIPL tag (IPLS in the file) is read incorrectly. IPLS is a list of terminated strings (source). Lofty tries to read it as one string and so only the first item is read. Then lofty will try to read the next frame in the data of the IPLS tag and crash.
Expected behavior
The IPLS frame is read correctly
Assets
!!! RENAME TO MP3 !!!
testz.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working