audiotags icon indicating copy to clipboard operation
audiotags copied to clipboard

Unified IO for different types of audio metadata

Results 18 audiotags issues
Sort by recently updated
recently updated
newest added

`audiotags-dev-macro` 0.2.0 will need to be published first.

When trying to tag using this library it can tag the album artist and all other tags but leave the composer tag blank. Fix this, so that composer tag can...

Is there a reason `wav`/`aiff` files are not supported? Had a poke around in the `id3` package and it looks like they are supported over there?

If file doesn't have any tag, you can't write a tag, created by `Tag::new`, to a file

i'm working on this music player i use audiotags to parse the metadata when the flac files are parsing some flac files parsing panic the program due to issue with...

I see Trait [audiotags](https://docs.rs/audiotags/latest/audiotags/index.html)::[traits](https://docs.rs/audiotags/latest/audiotags/traits/index.html)::[AudioTagEdit](https://docs.rs/audiotags/latest/audiotags/traits/trait.AudioTagEdit.html#) provides [duration()](https://docs.rs/audiotags/latest/audiotags/traits/trait.AudioTagEdit.html#tymethod.duration) but no way to edit it. And Struct [audiotags](https://docs.rs/audiotags/0.4.1/audiotags/index.html)::[anytag](https://docs.rs/audiotags/0.4.1/audiotags/anytag/index.html)::[AnyTag](https://docs.rs/audiotags/0.4.1/audiotags/anytag/struct.AnyTag.html#) provides a mutable [duration field](https://docs.rs/audiotags/0.4.1/audiotags/anytag/struct.AnyTag.html#structfield.duration) but no way to write an `AnyTag` back to a...

I am unable to read cover art from `m4a` and `mp3` files. These are just songs that I have purchased from there Apple Music Store (iTunes) For example: ```rust let...