Giter Site home page Giter Site logo

Comments (7)

JamesHeinrich avatar JamesHeinrich commented on July 17, 2024

A small sample file that shows this behaviour would be appreciated for testing.
You can post here or email to [email protected] if you don't want it public.

from getid3.

JamesHeinrich avatar JamesHeinrich commented on July 17, 2024

What is the value of PHP_INT_MAX in your PHP?

(echo PHP_INT_MAX; should give either 9223372036854775807 or 2147483647)

from getid3.

janui avatar janui commented on July 17, 2024

PHP_INT_MAX is 2147483647

from getid3.

janui avatar janui commented on July 17, 2024

A testfile has been sent to [email protected]

from getid3.

JamesHeinrich avatar JamesHeinrich commented on July 17, 2024

If your PHP/OS is 32-bit then it's no surprise that some things don't work quite right. I'm not sure if there's a sensible solution. I mean, the code can be rewritten at the expense of speed or complexity, but I'm not sure I want to do that for the edge case of a 32-bit PHP installation.

from getid3.

JamesHeinrich avatar JamesHeinrich commented on July 17, 2024

If you only use APE tags in your files for MP3gain information and most of the data is stored in ID3v2, and you don't need mp3gain info in the returned data, then you could simply skip APE processing with
$getID3->setOption(array('option_tag_apetag' => false));

from getid3.

janui avatar janui commented on July 17, 2024

$getID3->setOption(array('option_tag_apetag' => false));
This is just what I need for my 32-bit version. I use getID3 primarily for retrieval of album art images.
This will be fine.
Thanks

from getid3.

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.