Update2: If you installed the bundle version of kP, you probably already have getid3! Look in the end of this topic for the guide to check if it's working.
As many of you know, getid3 1.7 is with the release of kPlaylist v1.6, the recommended tag reader.
If you have any problems following this howto, please feel free to reply directly.
1. You need to download getid3. Go here: http://sourceforge.net/project/showfiles.php?group_id=55859&package_id=50965 and get getid3 v.1.7. Recommended is the latest in the 1.7 tree, currently 1.7.7.
2. Extract getid3. If running Windows, please extract getid3 into a directory without any spaces, such as c:\getid3. For UNIXes, it doesen't matter where you extract.
Edit the kPlaylist script with a texteditor and locate
the following option:
- Code: Select all
$cfg['getid3include']
And change it, if you extracted getid3 into c:/getid3, it should
be like this:
- Code: Select all
$cfg['getid3include'] = 'c:/getid3/getid3/getid3.php';
And at last, change this:
- Code: Select all
$cfg['enablegetid3'] = 0;
Till
- Code: Select all
$cfg['enablegetid3'] = 1;
Now, check if it 's working.
Log in as a admin to kPlaylist, click Settings and then 'Filehandling'. If 'Write id3v2 with stream' is not disabled, getid3 should be working. If you are running a build newer than 420, you should see a version number in the right.
