polyfloyd / rust-id3

A rust library for reading and writing ID3 metadata
MIT License
245 stars 47 forks source link

feat: add `list` example. #111

Closed Byron closed 1 year ago

Byron commented 1 year ago

It takes a single argument to a file and lists all tags it finds in it, and is taken directly from the README with the modification of taking an argument.

I thought it would be useful to have in order to quickly see which file formats the library can read or if it works for the files one might have at hand for integration into an audio-processing workflow.

Please feel free to close without comment if there are no examples for a reason, I just thought I'd contribute this 'tool' as it was helpful to me :).

polyfloyd commented 1 year ago

Thanks! But I think having the example in the readme is sufficient