Re: [PHP] Thoughts about music library

2007-08-07 Thread Richard Lynch
On Mon, August 6, 2007 4:13 pm, Børge Holen wrote: > I'm building an web interface for my music collection. > > What I would like is some opinions on what to choose pro/cons: > > The first choice I took was to stream music directly to a player, i.e. > I > construct and export an m3u with php and op

Re: [PHP] Thoughts about music library

2007-08-06 Thread Mark Kelly
Hi. On Monday 06 August 2007 23:13, Børge Holen wrote: > As mentioned earlier, I want to make stuff myself When I did this I used Music Player Daemon (MPD - http://musicpd.org/) and wrote my own web interface in php. It offers a nice simple but powerful API, and is *very* low on resource usage

Re: [PHP] Thoughts about music library

2007-08-06 Thread Børge Holen
On Monday 06 August 2007 23:57, Jay Blanchard wrote: > [snip] > I'm building an web interface for my music collection. > [/snip] > > Have you seen Ampache - http://www.ampache.org/ as a matter of fact... yes. From my point of view, it seems defect... the only thing it misses is the ballroom and b

RE: [PHP] Thoughts about music library

2007-08-06 Thread Jay Blanchard
[snip] I'm building an web interface for my music collection. [/snip] Have you seen Ampache - http://www.ampache.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Thoughts about music library

2007-08-06 Thread Børge Holen
I'm building an web interface for my music collection. What I would like is some opinions on what to choose pro/cons: The first choice I took was to stream music directly to a player, i.e. I construct and export an m3u with php and open that with any player. This gives me an external playlist in