TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

Add support for getting/setting comment #27

Closed cdown closed 1 year ago

cdown commented 1 year ago

Currently mack[0] only supports ID3 tags, and I'd like to allow it to also support FLAC and M4A. It currently uses the comment field as presented by rust-id3, but audiotags doesn't expose this. This commit adds support to that effect.

0: https://github.com/cdown/mack

pinkforest commented 1 year ago

@Serial-ATA this is good to go as well ?

Serial-ATA commented 1 year ago

Yep, looks good.