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

Support streaming and multiple tags #1

Open
adamwight opened this issue Oct 9, 2022 · 0 comments
Open

Support streaming and multiple tags #1

adamwight opened this issue Oct 9, 2022 · 0 comments

Comments

@adamwight
Copy link

Please feel free to decline this issue if the library will stay focused on its original use case. I found that id3vx is unable to detect tags which don't appear at the start of the file, for example in an arbitrary sample of internet radio.

I've captured some radio (from KALX, highly recommended) and it appears to have several tags:

$ grep -ac ID3 "sample 2022-10-09.mp3"
5

However, id3vx finds no tags:

> Id3vx.parse_file!("sample 2022-10-09.mp3")
** (Id3vx.Error) Tag not found
    (id3vx 0.0.1) lib/id3vx.ex:136: Id3vx.parse_file!/1
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

No branches or pull requests

1 participant