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
(internet explorer for example) and not all support the same codecs. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Don Wieland" Date: Wed, Dec 22, 2010 15:06 Subject: [PHP] MP3 Player and PHP To: Hello, Can someone recommend a web MP3 player? I need t

[PHP] MP3 Player and PHP

2010-12-22 Thread Don Wieland
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 player to grab the mp3 Location and set it to a field

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

[PHP] mp3 convert to amr

2005-04-19 Thread QT
dear sirs, how can I convert mp3 to amr with php? any document source? best regards -- 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

[PHP] mp3 cropping

2004-11-17 Thread Ryan King
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] mp3 parsing

2004-11-16 Thread Ryan King
Anyone out there have a way to read the header info out of an mp3 file? I'm able to parse out the id3 tags, but am having trouble finding a way to read the header info. The info I'm trying to get is the playtime and bitrate. thanks, ryan -- PHP General Mailing List (http://www.php.net/) To unsu

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

[PHP] Mp3 with php?

2004-02-12 Thread carlos castillo
does anyone know how to reproduce a mp3 file with php? Thanks Carlos A. Castillo. Ingeniero de desarrollo [EMAIL PROTECTED] Su Aliado Efectivo en Internet www.imagine.com.co (57 1)2182064 - (57 1)6163218 Bogotá - Colombia ___

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

[PHP] MP3 Ripping

2003-10-27 Thread Steve Vernon
(Windows 2k, Apache, PHP, MySQL, Large Computer with Raid Array and Big Drives!!!) (Appology if this is been asked before, but I couldnt see it) Hello, First of all I had better say I don't think I am doing anything illegal. I have over a thousand origional CD's, and would basically like not havi

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

[PHP] Mp3 Conversion, using PHP

2003-07-14 Thread Simon Fredriksson
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. Even better would be if it could take other formats aswell, but mainly MP3 to MP3Pro. There are a few reasons why I want it in PHP. One is that PHP is cross-platfor

[PHP] Beta-Testers wanted: PHP-MP3-Collectionmanager for Win32

2002-06-16 Thread Tobias Schlitt
s is interested in trying and reporting some bugs an workaraounds to me, should download the script including the PlugIn on source-forge: http://sourceforge.net/projects/php-mp3/ Would ne nice to hear from some of you. Maybe you can use source-forge for reporting bugs. Making easier tracking! Thank

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 a

[PHP] mp3 file read

2001-07-26 Thread Brian Weisenthal
anyone know of any classes or functions or anything to read data from an mp3 file on the server, ie. song length, artist, album...etc. ? thanks brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP] MP3

2001-04-27 Thread PHPBeginner.com
April 28, 2001 4:26 AM To: [EMAIL PROTECTED] Subject: [PHP] MP3 Have some way to make a script to get the info of mp3 file? like ID3 tag? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 --

[PHP] MP3

2001-04-27 Thread Rafael Faria
Have some way to make a script to get the info of mp3 file? like ID3 tag? --- [ r a f a e l f a r i a] _ [EMAIL PROTECTED] WebMaster Universo Online - http://www.uol.com.br Phone # +55 11 3038-8665 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai