Difference between revisions of "KPlaylist"
From Briki
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
− | + | 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 ''kplaylistDir''/getid3. Then, simply change the config variable in the '''index.php''' file. |
Latest revision as of 11: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 kplaylistDir/getid3. Then, simply change the config variable in the index.php file.