The last stable realease of getid is 1.9.1 but the recomended version in code and documentation is still 1.7.9. The last version suport getid 1.9.1, so, I think that we need to change the recomendation to the last stable version.

I think that we need to change in getid3.module

define('GETID3_RECOMMEND_VERSION', '1.7.9');

INSTALL.txt and Module page: http://drupal.org/project/getid3

CommentFileSizeAuthor
#1 getid3-newer_getid3_version-1344862.patch269 bytessteinmb

Comments

steinmb’s picture

Title: Update documentation and recomend getid3 1.9.1 » Update documentation and make it work with getid3 1.9.x
Version: 6.x-1.5 » 6.x-1.x-dev
Component: Documentation » Code
StatusFileSize
new269 bytes

Now the latest and greatest is 1.9.3 http://www.getid3.org.

We need to document/define what PHP version that is req. Drupal 6 and 7 http://drupal.org/requirements, getid3 1.9.x req. PHP 5.0.5 or newer, perhaps throw a warning when older PHP versions are used with Drupal 6 and the newer versions of getid3?

There is also an issue with drush_getid3_download() that have the getid3 hardcoded.

<?php 
$version = '1.8.2';
$filename = 'getid3-1.8.2-20101206.zip';
$md5 = "ddec632c8127f553faacafddd2e9df50";
$url = "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/{$version}/{$filename}";
?>
steinmb’s picture

Issue summary: View changes

small fix

astonvictor’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks