Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@g2p
Copy link

@g2p g2p commented Mar 6, 2024

This walks a directory for mp3 files and prints
the kind of id3 tags used.

When id3v1-only files are detected, we also
attempt to detect use of "id3v1.2".
There are two specs calling themselves that,
this program was written to look for samples of
either.

This walks a directory for mp3 files and prints
the kind of id3 tags used.

When id3v1-only files are detected, we also
attempt to detect use of "id3v1.2".
There are two specs calling themselves that,
this program was written to look for samples of
either.
}

// We have an id3v1 tag, does it use id3v1.2?
fn id3v1_sub_version(file: &File) -> std::io::Result<Id3v1> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be part of the actual crate, not an example I guess.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants