Version 0.2 released!

New:
* Single-frame interface.

Fixes:
* Now phpMp3 can work from any web-directory, not root-only.

Download

11 Responses to “Version 0.2 released!”

  1. Avuton Olrich Says:

    Nice, it looks like a bit of a rough beginning, but it could be really nice :D

  2. loswillios Says:

    How about a screenshot?

  3. Elf Says:

    Good idea. Thanks. I’ll make it in one-two days.

  4. Jords Says:

    Nice! Looks good, still missing a lot though.

  5. robert Says:

    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?

  6. Elf Says:

    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.

  7. robert Says:

    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.

  8. robert Says:

    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

  9. Elf Says:

    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).

  10. Elf Says:

    I means, that if doesn’t some similar, problem is on server side.

  11. Martin Says:

    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 :).