Results 1 to 7 of 7

Thread: Light-weight web based music browser / streamer

  1. #1

    Light-weight web based music browser / streamer

    Music Browser is a light-weight web-based browser and streamer for you music collection. It is light enough to run flawlessly on NAS devices like the Linksys NSLU2 or Freecom FSG3, and could serve as a simple alternative to software like Andromeda.

    I just released version 0.4. It supports rudimentary playback via Slimserver, in case you (like me) feel that the Slimserver UI isn't snappy enough. Slimserver and server side playback can be limited to certain hosts.

    Other features:
    - Stream folders (recursively) or single files to your player of choice (WinAmp, iTunes, ...) with automatically generated .m3u or .pls playlists.
    - Play music on a server-connected sound card/loudspeakers using a player like madplay or mpg321.
    - Covers are shown for folders and albums if they are available.

    All feedback is appreciated. Really!

    Get it at http://musicbrowser.sf.net/

  2. #2
    Join Date
    Nov 2004
    Location
    Sweden
    Posts
    259
    Incredible: THIS WORKS LIKE CHARM!! Straight forward!

  3. #3
    Could someone tell me how to set it up with lighttpd. What packages should i install thru ipkg and what should i change in config file for lighttpd?

  4. #4
    ipkg install php

  5. #5
    ipkg install php

    You also need to do this:

    Open musicbrowser.php and change this line:


    $this->root = Url:rotocol() . $_SERVER['HTTP_HOST'] . $folder;

    into this:

    $this->root = Url:rotocol() . $_SERVER['SERVER_NAME'] . $folder;
    Last edited by avberk; 03-07-2009 at 15:25.

  6. #6
    I'm getting 403 - Forbidden when i try to connect to http://my.router/musicbrowser.
    What's wrong, what should i set up in my lighttpd config to make it work (i've installed php with dependencies)
    Last edited by cichy; 05-07-2009 at 11:06. Reason: changed ip adress

  7. #7
    Join Date
    Nov 2004
    Location
    Sweden
    Posts
    259
    I'm using lighttpd 1.4.19 and PHP 5.2.6.

    It was not necessary for me to make the change suggested on post #5. The only change I did was the documented one that requires the route to the folder where the mp3s are placed. As I wrote before, I just followed the instructions... no hassle!

Similar Threads

  1. Use Torrential as web interface for Enhanced-Ctorrent:)
    By G-SUS in forum WL-700g Tutorials
    Replies: 17
    Last Post: 31-12-2009, 03:59
  2. Which web cameras are supported?
    By punhal in forum WL-500w Q&A
    Replies: 4
    Last Post: 05-05-2009, 11:51
  3. HowTo install a lightweight blog server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 0
    Last Post: 03-12-2006, 01:46
  4. web interface loads only occasionally during boot
    By oferlaor in forum WL-500g Q&A
    Replies: 5
    Last Post: 18-10-2004, 10:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •