NiKoTron / dart-tags

ID3 Tag parser written on the pure dart language.
https://pub.dartlang.org/packages/dart_tags
MIT License
37 stars 16 forks source link

Can this library write tags to files ? #22

Closed moda20 closed 4 years ago

moda20 commented 4 years ago

does this library write tags to file or just parse them only, I can see this message: "/// Writer could just transform only tags in byte array" in the code.