Skip to content
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

Add an example that scans and reports ID3 versions #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants