Coder Social home page Coder Social logo

Comments (4)

benrr101 avatar benrr101 commented on September 26, 2024

@digimezzo thanks for reporting this - yeah, the last release was supposed to fix the way that GEOB frames were handled.
Looking into the file, I can see it has a GEOB frame that is of size 1394 bytes w/description "RealJukebox:Metadata". GEOB frames (General Encapsulated Object) are included in the Pictures property (at this point Picture is a bit of a misnomer since it's generally any kind of attachment to the file). It sounds like it might be necessary to tweak your usage of the picture data in your app such that PictureType.NotAPicture is filtered out of Pictures.

I puzzled over this for a long while... I have a small utility program that dumps tags, and on debugging that file, it wouldn't show the GEOB as part of Pictures. But looking at the TagLib# source, Pictures simply gets all frames that inherit from AttachmentFrame. Upon closer inspection, the version of TagLib# my utility program was built against is using an older version of TagLib# where only AttatchedPictureFrame was being returned. So at some point, the TagLib# behavior was updated to include GEOB frames in Pictures.

Let me know your thoughts

from node-taglib-sharp.

benrr101 avatar benrr101 commented on September 26, 2024

@digimezzo any more thoughts on this, or can I close it?

from node-taglib-sharp.

digimezzo avatar digimezzo commented on September 26, 2024

@benrr101 Sorry, I meant to give this issue some time but lost track of it due to other tasks. I just tried your recommendation concerning PictureType.NotAPicture. Filtering out Pictures with PictureType.NotAPicture solves the problem. As far as I'm concerned, this issue can be closed. Thank you for the help.

from node-taglib-sharp.

benrr101 avatar benrr101 commented on September 26, 2024

Thanks for confirming. I'll go ahead and close out, but as always please let me know if there's other issues!

from node-taglib-sharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.