getID3 not working on Windows?

labcoat - March 27, 2008 - 18:43
Project:getID3()
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs work
Description

When examining the results from getid3_analyze() I noticed the message "../helperapps cannot be defined as GETID3_HELPERAPPSDIR because it does not exist".

I was able to fix the problem by adding the following line to getid3_instance() on line 60, right under $id3 = new getID3();

if (strstr($id3->startup_error, "GETID3_HELPERAPPSDIR")) { $id3->startup_error = ""; }

#1

drewish - March 27, 2008 - 20:25

in the audio module i just defined that constant if it didn't exist rather than trying to catch the error.

#2

drewish - May 26, 2008 - 00:11
Version:5.x-1.1» 5.x-1.x-dev
Status:active» needs review

give this a try. i don't have a working windows box right now.

AttachmentSize
getid3_239471.patch 772 bytes

#3

drewish - May 26, 2008 - 16:28
Status:needs review» needs work

that's refering to $path that isn't defined...

 
 

Drupal is a registered trademark of Dries Buytaert.