Index: getid3.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/getid3/Attic/getid3.module,v
retrieving revision 1.5
diff -u -p -r1.5 getid3.module
--- getid3.module	26 Feb 2008 21:03:31 -0000	1.5
+++ getid3.module	26 May 2008 00:10:55 -0000
@@ -36,6 +36,9 @@ function getid3_requirements($phase) {
  *   Boolean indicating if the library was loaded 
  */
 function getid3_load($display_warning = TRUE) {
+  // Little workaround for getID3 on windows.
+  define('GETID3_HELPERAPPSDIR', realpath($path .'/../helperapps') .'/');
+
   @(include_once(getid3_get_path() .'/getid3/getid3.php')) or _getid3_library_not_found($display_warning);
   $version = GETID3_VERSION;
   return !empty($version);
