Difference between revisions of "KPlaylist"

From Briki
Jump to: navigation, search
 
Line 2: Line 2:
  
 
<pre>
 
<pre>
rm /usr/lib/libmysqlclient.so.15
+
rpm -ev --nodeps libmysql15
 
ln -s /usr/lib/libmysqlclient.so.14.0.0 /usr/lib/libmysqlclient.so.15
 
ln -s /usr/lib/libmysqlclient.so.14.0.0 /usr/lib/libmysqlclient.so.15
 
</pre>
 
</pre>
 +
 +
== Adding kPlaylist title ==
 +
Search for '''| kPlaylist''' in '''index.php''' and replace both occurrences of '''|''' with '''mysite |'''
 +
 +
== Use getid3 ==
 +
Grab the latest copy of getid3, and install to ''musicdir''/getid3. Then, simply change the config variable in the '''index.php''' file.

Revision as of 12:09, 28 March 2006

Solving apache child segfaults

rpm -ev --nodeps libmysql15
ln -s /usr/lib/libmysqlclient.so.14.0.0 /usr/lib/libmysqlclient.so.15

Adding kPlaylist title

Search for | kPlaylist in index.php and replace both occurrences of | with mysite |

Use getid3

Grab the latest copy of getid3, and install to musicdir/getid3. Then, simply change the config variable in the index.php file.