Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
185 stars 34 forks source link

Support 'Involved People List' Id3v2 frame #215

Closed FriederHannenheim closed 1 year ago

FriederHannenheim commented 1 year ago

fixes #213

uklotzde commented 1 year ago

I suggest to add a round trip test (write -> read -> verify) an ID3v2 tag that contains a KeyValueFrame.

FriederHannenheim commented 1 year ago

Thanks for your suggestions. I've implemented the requested changes and tried to create a test, however the test is failing. I don't know why. Could one of you maybe take a look?

FriederHannenheim commented 1 year ago

I've fixed the test

Serial-ATA commented 1 year ago

Looks good, thanks!