-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ID3 parsing for text, link, and APIC frames (#412)
* Make parsing ID3 APIC frames clearer. Fix assertion description in tests. * Handle multiple string values in text frames * Return plain and split frame values on multiple string text frames * Rename `tag` to `frame` as we're parsing frames here
- Loading branch information
Showing
2 changed files
with
222 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters