View previous topic :: View next topic |
Author |
Message |
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
Posted: Thu Mar 09, 2006 9:05 pm Post subject: [solved] web based interface for cd ripping? |
|
|
Hi all,
I"m looking for an easy to use web interface in php or whatever to be able to rip audio cd's to mp3 or whatever,...
The thing is, it should be web-based.
Thanks in advance
Last edited by massctrl on Fri Jan 05, 2007 8:59 am; edited 1 time in total |
|
Back to top |
|
|
TJNII l33t
Joined: 09 Nov 2003 Posts: 648 Location: for(;;);
|
Posted: Fri Mar 10, 2006 1:51 am Post subject: |
|
|
So you want to rip a cd on the client to an mp3?
If that's the case php is unusable as it is executed on the server. You need a embedded script like java that executed on the client.
Or you want to rip a cd on the server to mp3s? So your clients have physical access to the server? Or you want to serve one cd and rip it every time? Why would you want to do that? |
|
Back to top |
|
|
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
Posted: Sun Mar 12, 2006 4:42 pm Post subject: |
|
|
I haven't been very clear.
I have a http://www.slimdevices.com/ squeezebox and the slimserver software running on a monitorless box without X installed.
It would come in handy doing the ripping process using a webbrowser, this way i don't have to ssh into the box anymore, etc,...
Thanks |
|
Back to top |
|
|
massctrl Apprentice
Joined: 19 Mar 2004 Posts: 156
|
Posted: Fri Jan 05, 2007 8:59 am Post subject: |
|
|
i'll stick with the ssh, works how it should. |
|
Back to top |
|
|
|