Changes

Jump to navigation Jump to search
910 bytes added ,  18:00, 25 November 2007
Line 120: Line 120:  
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  /etc/rc7.d/S86httpd-e-smith sigusr1
 
  /etc/rc7.d/S86httpd-e-smith sigusr1
 +
==ID3v2 support==
 +
getid3 v1.7.x is the default recommended tag reader for kPlaylist. If you want to add this feature to your kPlaylist, just follow this quick howto.
 +
 +
First, Check the latest version [http://sourceforge.net/project/showfiles.php?group_id=55859&package_id=50965 here].
 +
wget http://surfnet.dl.sourceforge.net/sourceforge/getid3/getid3-1.7.7.zip
 +
unzip getid3-1.7.7.zip -d /opt/kplaylist/
 +
rm -f getid3-1.7.7.zip
 +
Now edit '''''/opt/kplaylist/html/index.php''''' and modify following lines:
 +
*Line #95, enable ''getid3''
 +
$cfg['enablegetid3'] = 1;
 +
*Line #98, provide path to getid3.php
 +
$cfg['getid3include'] = '/opt/kplaylist/getid3/getid3/getid3.php';
 +
Save the file and check if it's working: log in as a admin to kPlaylist, click on Settings and then on 'Filehandling'. If 'Write id3v2 with stream' is not disabled, getid3 should be working. You should also see the version number in the right.
    
=Additional information=
 
=Additional information=
498

edits

Navigation menu