Giter Site home page Giter Site logo

Comments (9)

NiKoTron avatar NiKoTron commented on May 20, 2024 1

So, it looks like a bug, I'm going to fix it as soon as possible. Thank you for the report.

from dart-tags.

NiKoTron avatar NiKoTron commented on May 20, 2024 1

Writers are currently available as an experimental feature. So.. it's could be happening at this time. Also while retesting I've found some other issues with id3v2 writer.

Currently, I focused to rewrite some inner logic for independent frame processing, and as a result, it should solve this problem. I guess I'll finish at the end of the week. This changes will not affect the library's API.

Thanx for using and reporting about issues.

Stay tuned.

from dart-tags.

NiKoTron avatar NiKoTron commented on May 20, 2024

Hello! So there is alreay in the tests test/dart_tags_test.dart

from dart-tags.

anoorally avatar anoorally commented on May 20, 2024

@NiKoTron Thank you for your reply.
I've applied your example code but its not working. I get the following:
Unhandled Exception: 'package:dart_tags/src/writers/id3v2.dart': Failed assertion: line 76 pos 12: 'value <= 9999': is not true.

Each frame can be 16 MB in size as quoted below:

Since each frame can be 16MB and the entire tag can be 256MB
(Source: http://id3.org/ID3v2Easy)

Can you please advise how to proceed?

from dart-tags.

NiKoTron avatar NiKoTron commented on May 20, 2024

@anoorally I've increased the limit to 16MB. The error above shouldn't occur anymore.

from dart-tags.

anoorally avatar anoorally commented on May 20, 2024

@NiKoTron Thanks for the fix.
I've re-tested with the updated package. The error no longer occurs, but something is off about the image. The APIC image does not show, although the mp3 file plays (which means it is not corrupt).
Dumping the tags shows the APIC in Base64, but re-converting them to image shows blank.
Would you have any suggestions?

from dart-tags.

sriharsha-y avatar sriharsha-y commented on May 20, 2024

Hey @NiKoTron , any update on this could not get the APIC thing working and images shows blank. Thanks for this great package.

from dart-tags.

NiKoTron avatar NiKoTron commented on May 20, 2024

Hi! @anoorally @sriharsha-y Please update and check this test. It's writing a picture to mp3 then read it and generate image file and html file with base64 encoded img tag. Also, you could check resut.mp3 with tag readers. As a reference reader, I used MusicBrainz's picard.

from dart-tags.

NiKoTron avatar NiKoTron commented on May 20, 2024

@anoorally @sriharsha-y, is it ok? could I close this issue?

from dart-tags.

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.