This entry was posted
on Thursday, August 18th, 2005 at 11:13 and is filed under Releases.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
I’ve installed it on openwrt router that has MPD running, and the left side isn’t showing. the right side seems to be ok and is working, i can choose and play stuff, but nothing on the left?
It’s possible that you have problems with browser. Which browser, version and platform you use? phpmp3 developed and successfully used in opera8.0-opera8.5. Firefox1.5/mozilla 1.7 have small problems with “now playing” toolbar, but playlist and catalog draws ok.
Right (playlist) and left (music catalog) blocks are renders with the same method - xmlhttprequest draws table in the DIV-tag. If one of those don’t work - it is a strange problem.
nope, doesn’t work in opera either, so i guess it must be something on the server? it is running on a very low powered system with a minimal install, so perhaps you’re using some php extension that i don’t have? i only have gd library enabled. and php5 is running as cgi. phpinfo is at http://clarity.isa-geek.net/test.php
November 3rd, 2005 at 19:23
Nice, it looks like a bit of a rough beginning, but it could be really nice :D
November 29th, 2005 at 22:03
How about a screenshot?
November 29th, 2005 at 22:59
Good idea. Thanks. I’ll make it in one-two days.
January 8th, 2006 at 03:05
Nice! Looks good, still missing a lot though.
April 17th, 2006 at 18:42
I’ve installed it on openwrt router that has MPD running, and the left side isn’t showing. the right side seems to be ok and is working, i can choose and play stuff, but nothing on the left?
April 17th, 2006 at 19:05
It’s possible that you have problems with browser. Which browser, version and platform you use? phpmp3 developed and successfully used in opera8.0-opera8.5. Firefox1.5/mozilla 1.7 have small problems with “now playing” toolbar, but playlist and catalog draws ok.
Right (playlist) and left (music catalog) blocks are renders with the same method - xmlhttprequest draws table in the DIV-tag. If one of those don’t work - it is a strange problem.
April 17th, 2006 at 19:56
i’m using firefox 1.5.0.2 on XP sp2. i’ll try opera, just need to install it before. ie6 doesn’t work at all.
April 17th, 2006 at 20:01
nope, doesn’t work in opera either, so i guess it must be something on the server? it is running on a very low powered system with a minimal install, so perhaps you’re using some php extension that i don’t have? i only have gd library enabled. and php5 is running as cgi. phpinfo is at http://clarity.isa-geek.net/test.php
April 17th, 2006 at 20:52
It doesn’t depends on extensions. The only used is sockets (fsockopen function).
I don’t tests it with php5, but their php-code is so small and simple… :-\
Please, try this url on your system
http://your.host/phpmp3/xmlhttp.php?cmd=lsinfo
It must displays some strings of music library info and playlists. Something like that:
directory: mp3
directory: mp3.2sort
playlist: ghost’s playlist
If it doesn’t displays some similar, problem is on client side - in browser (in javascript code).
April 17th, 2006 at 21:01
I means, that if doesn’t some similar, problem is on server side.
May 1st, 2006 at 22:44
I found myself strugling with the same problem (no music library in the left window).
But by removing a path setting in the library.js, I was able to get my music library on screen:
//var path = “mp3/Blur/”;
var path = “”;
I hope this helps a bit :).