-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudioTag::year() not always valid when it should be #9
Comments
We merged audiotags2 to audiotags with lots of updates so if you use the 0.4 version what result would you get ? For tag try this:
|
Serial-ATA
added a commit
to Serial-ATA/audiotags
that referenced
this issue
Aug 1, 2022
Merged
Serial-ATA
added a commit
to Serial-ATA/audiotags
that referenced
this issue
Aug 1, 2022
pinkforest
pushed a commit
that referenced
this issue
Aug 2, 2022
* Remove `unwrap` in `Tag::read_from_path` closes: #7 * Fix `Id3v2Tag::{*year}` methods closes: #9 * Fix unused `Result` in `Tag` doc example * Reorder `FlagTag` and `Mp4Tag` impls to match `AudioTagEdit` * Change `Tag::read_from_path` return type to `Result<Box<dyn AudioTag + Send + Sync>>` closes: #8 * Fix doc test * Fix typos * Bump versions * fmt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm new to Rust and started working on a program which iterates through the id3 tags of my iTunes purchased music.
I checked iTunes for the Year tag, which is valid, but the
AudioTag
value isNone
. Here's a small example:I don't have my code up on GitHub yet, although if you need anything further from me, please let me know.
The text was updated successfully, but these errors were encountered: