Serial-ATA / lofty-rs

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

ID3v2: Add simplified getters and setters for TXXX frames #232

Closed Serial-ATA closed 1 year ago

Serial-ATA commented 1 year ago

This adds Id3v2Tag::{get, insert}_user_text to simplify the process of working with TXXX frames with their descriptions.

Serial-ATA commented 1 year ago

@uklotzde Just making you aware of this, since you could probably use it.

uklotzde commented 1 year ago

Yeah. You can easily get it wrong as we have seen ;) Working with the low-level ID3v2 frames is error prone due to the twofold addressing scheme.

Serial-ATA commented 1 year ago

Realized I added a getter and setter with no way to remove them :smile:. All good now.

uklotzde commented 1 year ago

@Serial-ATA It is time for a 0.14.1 release to unlock all the fixes and extensions for dependent projects.