Re: [PHP] MP3 Player and PHP

2010-12-22 Thread Sharl.Jimh.Tsin
search PHP、LAME keyword. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2010/12/23 Richard Quadling : > On 22 December 2010 15:06, Don Wieland wrote: >> Hello, >> >> Can someone recommend a web MP3 player? I need the following options: >> >> 1) Location and Duration o

Re: [PHP] MP3 Player and PHP

2010-12-22 Thread Richard Quadling
On 22 December 2010 15:06, Don Wieland wrote: > Hello, > > Can someone recommend a web MP3 player? I need the following options: > > 1) Location and Duration of mp3 display (seconds) > 2) The ability to pass a start and end parameter and play a part of the song > 3) Loop parameter > 4) Call to the

Re: [PHP] MP3 Player and PHP

2010-12-22 Thread a...@ashleysheridan.co.uk
You've missed a crucial part of php; its not a client-side language, its all run on the server. So you can't have a music player built in it running in a web browser. For that you need something like flash or java. There is a way potentially with html5, but not all support the tag (internet ex

RE: [PHP] mp3 convert to amr

2005-04-19 Thread Jay Blanchard
[snip] how can I convert mp3 to amr with php? any document source? [/snip] You cannot with PHP, you will need to search for AMR converters on google -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mp3 parsing

2004-11-18 Thread Gryffyn, Trevor
EMAIL PROTECTED] > Cc: Ryan King > Subject: Re: [PHP] mp3 parsing > > > Hi, > > maybe this wil help you...i made this some time ago... > > > function ShowID3( $mp3, $path ) > { > $file= $path . $mp3; > $value = fopen( $file, "r"); >

Re: [PHP] mp3 cropping

2004-11-18 Thread Alessandro Rosa
> Anyone out there know of a tool or technique for cropping an MP3 file > (e.g., cutting the first 30 sec out into another file)? PHP would be > nice, but not necessary. > > TIA, > ryan If your platform is Windows, you can look for 'CDex'. This tool works as you desire. Alessandro Rosa -- PH

Re: [PHP] mp3 cropping

2004-11-17 Thread Ryan King
On Nov 17, 2004, at 10:05 PM, Robby Russell wrote: On Wed, 2004-11-17 at 21:53 -0600, Ryan King wrote: Anyone out there know of a tool or technique for cropping an MP3 file (e.g., cutting the first 30 sec out into another file)? PHP would be nice, but not necessary. TIA, ryan a php question would b

Re: [PHP] mp3 cropping

2004-11-17 Thread Ryan King
On Nov 17, 2004, at 10:05 PM, Robby Russell wrote: On Wed, 2004-11-17 at 21:53 -0600, Ryan King wrote: Anyone out there know of a tool or technique for cropping an MP3 file (e.g., cutting the first 30 sec out into another file)? PHP would be nice, but not necessary. TIA, ryan a php question would b

Re: [PHP] mp3 cropping

2004-11-17 Thread Robby Russell
On Wed, 2004-11-17 at 21:53 -0600, Ryan King wrote: > Anyone out there know of a tool or technique for cropping an MP3 file > (e.g., cutting the first 30 sec out into another file)? PHP would be > nice, but not necessary. > > TIA, > ryan > a php question would be nice, but not necessary. :-p

Re: [PHP] mp3 parsing

2004-11-16 Thread Ron Stiemer
Hi, maybe this wil help you...i made this some time ago... Titel: " . $title . "" . "Band: " . $band . "" . "Album: " . $album . "" . "Jahr: " . $year . "" . "Kommentar: " . $comment . ""; fclose( $value ); } ShowID3( "test.mp3", "" ); ?> Regards, Ron Am Mittwoch, 1

Re: [PHP] Mp3 with php?

2004-02-13 Thread Sven
Chris W. Parker schrieb: carlos castillo on Thursday, February 12, 2004 3:53 PM said: does anyone know how to reproduce a mp3 file with php? What do you mean reproduce? Copy? Create from scratch? Represent visually? In any case.. I'd say PHP cannot do anything but

Re: [PHP] Mp3 with php?

2004-02-12 Thread John Nichel
carlos castillo wrote: does anyone know how to reproduce a mp3 file with php? Copy an existing file? Yes. Other than that, the only thing I know you can do with Mp3's is modify/add/delete id3 tags. -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (http://

Re: [PHP] Mp3 with php?

2004-02-12 Thread Gerard Samuel
On Thursday 12 February 2004 06:52 pm, carlos castillo wrote: > does anyone know how to reproduce a mp3 file with php? > reproduce??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mp3 with php?

2004-02-12 Thread Chris W. Parker
carlos castillo on Thursday, February 12, 2004 3:53 PM said: > does anyone know how to reproduce a mp3 file with php? What do you mean reproduce? Copy? Create from scratch? Represent visually? In any case.. I'd say PHP cannot do anything but create a copy of a file

RE: [PHP] MP3 Ripping

2003-10-27 Thread Jay Blanchard
[snip] ...some stuff... [/snip] Have you looked at Ampache? http://www.ampache.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MP3 Ripping

2003-10-27 Thread Steve Vernon
erythros and Burhan, Thanks for the reply. Basically I started putting my music into a program , and the program I did it on didn't like the amount of tracks (kept crashing), and didn't give me as many options as I would like. I'm not worried about a fancy interface and graphical displays of the

Re: [PHP] MP3 Ripping

2003-10-27 Thread erythros
dont need php - mysql to do this. there is a mp3 streaming sever built for winamp. look for shoutcast. it'll everything you need, with little leg work from you. "Burhan Khalid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Steve Vernon wrote: > > [ snipped ] > > > So what I have d

Re: [PHP] MP3 Ripping

2003-10-27 Thread Burhan Khalid
Steve Vernon wrote: [ snipped ] So what I have done is made a MySQL database with all the Artist, Genre, CD's and Tracks (including mixes). I have typed in all the information into this, and checked it as much as possible. What I would like is to put the music track in a blob field, rather than a

RE: [PHP] Mp3 Conversion, using PHP

2003-07-15 Thread Jay Blanchard
[snip] I'm wondering if there's any crazy dude out there that would like to join me in making a class for PHP to convert Mp3's to Mp3Pro. [/snip] Have you looked at sourceforge.org, search for mp3 a wealth of stuff is there -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

RE: [PHP] mp3 file read

2001-07-26 Thread Johnny Nguyen
Allows you to read and write id3 tags. which is what you're looking for. http://www.hotscripts.com/Detailed/7219.html -Original Message- From: Brian Weisenthal [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 2:06 PM To: [EMAIL PROTECTED] Subject: [PHP] mp3 file read anyone kno

RE: [PHP] MP3

2001-04-27 Thread PHPBeginner.com
I've seen some on hotscripts.com, sourceforge.net (more chances) Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Rafael Faria [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 2