Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Programming Help > PHP Programming Help

PHP Programming Help Post any question relating to PHP Programming here and hopefully someone can help.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2004-01-20, 11:52 AM
Panos
Guest
 
Posts: n/a
Default

Hello guys!

I wish you all have a happy new year full of health & personal happiness.

Now to get to the point...

I'm designing a site for an internet cafe; and from what the supervisor told me they want to have a place where the surfer could see wich song is playing at the moment in the store... I thought of a way to do it using mp3 files taken from a pc (that plays music using winamp) and have the title & name displayed by reading it's ID Tag. <_<

Is there a way doing it using Winamp? What I mean is, while Winamp plays the mp3 file, php reognizes it & reads it's ID Tag which then echoes it in a simple way.

Thanks in advance.
Panos
Reply With Quote
  #2 (permalink)  
Old 2004-01-20, 03:06 PM
Scott
Guest
 
Posts: n/a
Default

Quote:
Originally posted by Panos@Jan 20 2004, 04:52 PM
Hello guys!

I wish you all have a happy new year full of health & personal happiness.

Now to get to the point...

I'm designing a site for an internet cafe; and from what the supervisor told me they want to have a place where the surfer could see wich song is playing at the moment in the store... I thought of a way to do it using mp3 files taken from a pc (that plays music using winamp) and have the title & name displayed by reading it's ID Tag. <_<

Is there a way doing it using Winamp? What I mean is, while Winamp plays the mp3 file, php reognizes it & reads it's ID Tag which then echoes it in a simple way.

Thanks in advance.
Panos
if you search for the "do something" winamp plugin you will find a small plugin that can send info to a website. then it's just a matter of parsing the info and dumping to the screen.
I send mine to a database and then display the top 20 albums played etc (http:www.somethingtoforget.ca/winamp.php)

Code:
www.site.com/winamp/process.php?artist=%%URL_CURRENTARTIST%%&song=%%URL_CURRENTSONGTITLE%%&album=%%URL_CURRENTALBUM%%&length=%%URL_CURRENTSONGLENGTH%%
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 11:30 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.