Thanks a log for making getID3. I am the author of Audiobar, a WordPress plugin, and I just switched to using getID3 in the 1.0.1 release (out since yesterday, yay). My previous tag libs were pretty flaky, but yours performed fantastic in all my tests and I love the architecture. Kudos!
So I hacked the mysql caching extension a little:
- Empty string returned on cache miss, fixed
- PHP 5.2+ chokes on $this::$staticvar, changed to self::$staticvar
- Optionally provide your own cache table name on init
To apply the changes, do
- Code: Select all
patch < mysql-mod.patch
Hope this is useful!
Carlo
