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

ID3: add parsing text, link and APIC frames #412

Merged
merged 7 commits into from
Jun 8, 2022
Merged

ID3: add parsing text, link and APIC frames #412

merged 7 commits into from
Jun 8, 2022

Conversation

pszemus
Copy link
Contributor

@pszemus pszemus commented May 27, 2022

This PR adds parsing:

  • Text information frames [ID3v2.4.0 section 4.2.]
  • URL link frames [ID3v2.4.0 section 4.3.]
  • Attached picture frames (with "-->" MIME type support) [ID3v2.4.0 section 4.14.]

Tested in unit tests and by parsing media-uq37ul2b4_b64000_330729098.ts.zip
that results in the following metadata being sent to the client:
image

Copy link
Contributor

@gesinger gesinger left a comment

Choose a reason for hiding this comment

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

Thank you so much @pszemus ! This is an awesome contribution!

lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
test/metadata-stream.test.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
lib/m2ts/metadata-stream.js Outdated Show resolved Hide resolved
Co-authored-by: Garrett Singer <gesinger@gmail.com>
@pszemus
Copy link
Contributor Author

pszemus commented Jun 7, 2022

Are we still waiting for something/someone to merge this PR?

@gesinger
Copy link
Contributor

gesinger commented Jun 8, 2022

Yeah, we just need one more approval, then we should be able to merge.

@gesinger gesinger added the tested label Jun 8, 2022
@gesinger gesinger merged commit 5454bdd into videojs:main Jun 8, 2022
@pszemus pszemus deleted the parsing-text-frames branch June 8, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants