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

MPEG: Find ID3v2 tags buried in junk #320

Merged
merged 4 commits into from
Jan 2, 2024
Merged

Conversation

Serial-ATA
Copy link
Owner

Now when we can't find an ID3v2 tag at the start of the file, we search the area between the start and the first MPEG frame (or just max_junk_bytes, whichever is smaller).

For now, this is only done for MPEG files, and ID3v2 tags. APE header tags are less important, so similar functionality can be implemented later.

Now when we can't find an ID3v2 tag at the start of the file, we search the area between the start and the first MPEG frame (or just `max_junk_bytes`, whichever is smaller).

For now, this is only done for MPEG files, and ID3v2 tags. APE header tags are less important, so similar functionality can be implemented later.
@Serial-ATA Serial-ATA merged commit 014cd73 into main Jan 2, 2024
12 checks passed
@Serial-ATA Serial-ATA deleted the id3v2-preceeding-junk branch January 2, 2024 20:51
@Serial-ATA Serial-ATA added this to the 0.18.0 milestone Jan 3, 2024
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.

1 participant